@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . :OtherUniversityStudent rdfs:subClassOf :UndergraduateStudent; a daml:Class; rdfs:label "Someone visiting from another University". [ a :MorganStateStudent; foaf:mbox ; foaf:workInfoHomepage ; foaf:name "Jyia Haygood"; # The rest of these properties are optional, and additional # properties may be added to these. :visitedOn "July 18 2003"; ] . # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "07/18/2003"; dc:description "Added person Jyia Haygood".