@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix foaf: . a foaf:Document; dc:title "Amy's Blog at sarn.org"; :creator [ foaf:mbox ]. a foaf:Document; dc:title "Amy's personal web page"; :creator [ foaf:mbox ]. # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "06/21/2003"; dc:description "decalring myself the creator of various web pages".