@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . a :VisitingStudent; :email ; :mindswapHomepage ; :name "Agustin Gravano"; # The rest of these properties are optional, and additional # properties may be added to these. :bachelorsFrom . # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; dc:creator "Jim Hendler"; dc:date "04/03/2003"; dc:description "Visiting Student - Agustin G". :VisitingStudent rdfs:subClassOf Student; rdfs:label "Visitor".