@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . [ a :DAMLResearcher; foaf:mbox ; foaf:workInfoHomepage ; foaf:name "Michael Dean" ]. # 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; dc:creator "Jim Hendler"; dc:date "04/10/2003"; dc:description "Added person Mike Dean". :DAMLResearcher rdfs:subClassOf :FamilyFriend; a daml:Class; rdfs:label "DAML person".