@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . :PotentialFamilyFriend rdfs:subClassOf :FamilyFriend; a daml:Class; rdfs:label "Guy from CMU". [ a :PotentialFamilyFriend; foaf:mbox ; foaf:name "Norman Sadeh"; # The rest of these properties are optional, and additional # properties may be added to these. ]. # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "05/28/2003"; dc:description "Added person Norman Sadeh".