@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . [ a :FamilyFriend; :email ; foaf:mbox ; :mindswapHomepage ; :name "Dan Connolly"; foaf:name "Dan Connolly" ]. # 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 "04/02/2003"; dc:description "Added DanC as friend of family". :FamilyFriend rdfs:subClassOf :Swapper; rdfs:label "Friend of the Family :-)".