@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . [ a :newsItem; rss:title "Developer's Day at W3"; dc:date "Sat May 24, 2003"; :creator ; rss:description "Developer's Day at W3"; :newsDescription "We survived" ]. # 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 DDay".