@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . a :IsraeliFriend; foaf:mbox ; foaf:workInfoHomepage ; foaf:name "Darit Kraus"; # The rest of these properties are optional, and additional # properties may be added to these. :IsraeliFriend rdfs:subClassOf :FamilyFriend; a daml:Class; rdfs:label "Someone from Israel". # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; dc:creator "Jim H"; dc:date "04/07/2003"; dc:description "Added person Sarit Kraus".