@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . [ a :AlumniGraduateStudent; foaf:mbox ; foaf:workInfoHomepage ; foaf:name "Brian Kettler"; # The rest of these properties are optional, and additional # properties may be added to these. :phdFrom ; ]. :AlumniGraduateStudent rdfs:subClassOf :GraduateStudent; a daml:Class; rdfs:label "Former Graduate Student". # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "05/09/2003"; dc:description "Added person Brian Kettler".