@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . @prefix bib: . @prefix xsd: . @prefix owl: . [ a :newsItem; rss:title "Title of news item (no links allowed)"; dc:date "2003-06-29"^^xsd:date; :creator [foaf:mbox ] ; :newsID "51"; 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)" ].