@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . [ a :newsItem; rss:title "Develeoper Day at WWW"; dc:date "Sat May 24, 2003"; :creator ; rss:description "Description for main page (no links allowed)"; :newsDescription "Body of item (will appear on archive page after the rss:description, and may contain links)" ]. # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "05/24/2003"; dc:description "News item about demo".