@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix foaf: . @prefix contact: . [ a foaf:Person; foaf:name "Jordan Katz" ; foaf:mbox ; :hasAddress [ a contact:Address; contact:street "Willard Ave."; contact:street-no "4515"; contact:city "Chevy Chase"; contact:zip "20815"; contact:country "USA" ]]. # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "06/24/2003"; dc:description "Testing address support.".