@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . @prefix bib: . @prefix xsd: . @prefix owl: . :CTCEmployee rdfs:subClassOf :FamilyFriend; a daml:Class; rdfs:label "CTC Employee". [ a :CTCEmployee; foaf:mbox ; foaf:name "Alois (Al) Kudlach"; # The rest of these properties are optional, and additional # properties may be added to these. :wearstie "Yes" ].