An sample bookmark file

In the following is a sample RDF file presenting some bookmarks and topics. The file describes a topic hierarchy starting with "MyHomeTopic". Under that is topic "FamousPeople", which has three subtopics: "Writers", "Actors", and "FOAF". The bookmarks can belong to one or several topics.

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/#"
         xmlns:a="http://www.w3.org/2000/10/annotation-ns#"
         xmlns:b="http://www.w3.org/2002/01/bookmark#"
>

<rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#MyHomeTopic">
  <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Topic"/>
  <dc:title>My Home Topic</dc:title>
  <dc:description></dc:description>
  <dc:creator>Marja</dc:creator>
  <a:created>2003-05-15T09:28:05-05:00</a:created>
  <dc:date>2003-05-15T09:28:05-05:00</dc:date>
</rdf:Description>

<rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#FamousPeople">
  <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Topic"/>
  <b:subTopicOf rdf:resource="file:///home/.amaya/bookmarks.rdf#MyHomeTopic"/>
  <dc:title>Famous People</dc:title>
  <dc:description>Famous people</dc:description>
  <dc:creator>Marja</dc:creator>
  <a:created>2003-05-16T00:20:29-05:00</a:created>
  <dc:date>2003-05-16T00:20:29-05:00</dc:date>
</rdf:Description>

<rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#Writers">
  <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Topic"/>
  <b:subTopicOf rdf:resource="file:///home/.amaya/bookmarks.rdf#FamousPeople"/>
  <dc:title>Writers</dc:title>
  <dc:description>Famous writers</dc:description>
  <dc:creator>Marja</dc:creator>
  <a:created>2003-05-16T00:24:05-05:00</a:created>
  <dc:date>2003-05-16T00:24:05-05:00</dc:date>
</rdf:Description>

<rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#Actors">
  <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Topic"/>
  <b:subTopicOf rdf:resource="file:///home/.amaya/bookmarks.rdf#FamousPeople"/>
  <dc:title>Actors</dc:title>
  <dc:description>Actors</dc:description>
  <dc:creator>Marja</dc:creator>
  <a:created>2003-05-16T00:22:32-05:00</a:created>
  <dc:date>2003-05-16T00:22:32-05:00</dc:date>
</rdf:Description>

<rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#FOAF">
  <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Topic"/>
  <b:subTopicOf rdf:resource="file:///home/.amaya/bookmarks.rdf#FamousPeople"/>
  <dc:title>Friends or FOAF</dc:title>
  <dc:description>Friends and famous friend of friends (FOAF)</dc:description>
  <dc:creator>Marja</dc:creator>
  <a:created>2003-05-16T00:27:07-05:00</a:created>
  <dc:date>2003-05-16T00:27:07-05:00</dc:date>
</rdf:Description>

<rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#ambookmark1">
  <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Bookmark"/>
  <b:hasTopic rdf:resource="file:///home/.amaya/bookmarks.rdf#Actors"/>
  <b:recalls rdf:resource="http://www.marx-brothers.org/"/>
  <dc:title>The Marx Brothers: Chico, Harpo, Groucho, Gummo, Zeppo</dc:title>
  <dc:description>The Marx Brothers official site</dc:description>
  <dc:creator>Marja</dc:creator>
  <a:created>2003-05-16T03:29:30-05:00</a:created>
  <dc:date>2003-05-16T03:29:30-05:00</dc:date>
</rdf:Description>

<rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#ambookmark2">
  <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Bookmark"/>
  <b:hasTopic rdf:resource="file:///home/.amaya/bookmarks.rdf#Actors"/>
  <b:hasTopic rdf:resource="file:///home/.amaya/bookmarks.rdf#Writers"/>
  <b:recalls rdf:resource="http://www.jgkeegan.com/groucho.html"/>
  <dc:title>Groucho Marx: The Writer...</dc:title>
  <dc:description>Groucho was a writer too</dc:description>
  <dc:creator>Marja</dc:creator>
  <a:created>2003-05-16T03:33:05-05:00</a:created>
  <dc:date>2003-05-16T03:33:05-05:00</dc:date>
</rdf:Description>

<rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#ambookmark3">
  <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Bookmark"/>
  <b:hasTopic  rdf:resource="file:///home/.amaya/bookmarks.rdf#FOAF"/>
  <b:recalls 
    rdf:resource="http://rdfweb.org/people/danbri/2001/02/semanticweb-and-me/"/>
  <dc:title>The Semantic Web and Me</dc:title>
  <dc:description>Danbri is my friend with many famous foafs</dc:description>
  <dc:creator>Marja</dc:creator>
  <a:created>2003-05-16T03:36:44-05:00</a:created>
  <dc:date>2003-05-16T03:36:44-05:00</dc:date>
</rdf:Description>

<rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#ambookmark4"> 
  <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Bookmark"/>
  <b:hasTopic rdf:resource="file:///home/.amaya/bookmarks.rdf#Writers"/>
  <b:recalls rdf:resource="http://www.tolkiensociety.org/tolkien/biography.html"/>
  <dc:title>JRR Tolkien Biography - The Tolkien Society</dc:title>
  <dc:description>J.R.R. Tolkien was inspired by Kalevala and used Finnish language
as the basis for elve language</dc:description> <dc:creator>Marja</dc:creator> <a:created>2003-05-16T03:41:06-05:00</a:created> <dc:date>2003-05-16T03:41:06-05:00</dc:date> </rdf:Description> <rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#ambookmark5"> <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Bookmark"/> <b:hasTopic rdf:resource="file:///home/.amaya/bookmarks.rdf#Writers"/> <b:recalls rdf:resource="http://www.moominshop.com/moomin_author.htm"/> <dc:title>Moomin Author</dc:title> <dc:description>Moomins are very popular in Finland and Japan and also in other countries</dc:description> <dc:creator>Marja</dc:creator> <a:created>2003-05-16T03:48:32-05:00</a:created> <dc:date>2003-05-16T03:48:32-05:00</dc:date> </rdf:Description> <rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#ambookmark6"> <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Bookmark"/> <b:hasTopic rdf:resource="file:///home/.amaya/bookmarks.rdf#FOAF"/> <b:hasTopic rdf:resource="file:///home/.amaya/bookmarks.rdf#Actors"/> <b:recalls rdf:resource="http://www.coolstamps.com/trk98ss-sinatra-jfk.jpg"/> <dc:title>http://www.coolstamps.com/trk98ss-sinatra-jfk.jpg</dc:title> <dc:description>Sinatra and JFK and danbri's FOAF, and therefore mine too</dc:description> <dc:creator>Marja</dc:creator> <a:created>2003-05-16T03:52:16-05:00</a:created> <dc:date>2003-05-16T03:52:16-05:00</dc:date> </rdf:Description> <rdf:Description rdf:about="file:///home/.amaya/bookmarks.rdf#ambookmark7"> <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Bookmark"/> <b:hasTopic rdf:resource="file:///home/.amaya/bookmarks.rdf#Actors"/> <b:recalls rdf:resource="http://www.bbc.co.uk/films/2003/01/14/kati_outinen_the_man_without_a_past_interview.shtml"/> <dc:title>BBC - Films - Interview - Kati Outinen</dc:title> <dc:description>Kati Outinen</dc:description> <dc:creator>Marja</dc:creator> <a:created>2003-05-16T03:55:23-05:00</a:created> <dc:date>2003-05-16T03:55:23-05:00</dc:date> </rdf:Description> </rdf:RDF>


$Date: 2003/09/16 12:05:57 $ $Author: marja $