@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix cert: <http://www.w3.org/ns/auth/cert#> .
@prefix rdfs: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<> a foaf:PersonalProfileDocument ;
   foaf:maker <#me> ;
   foaf:primaryTopic <#me> .

<#me> a foaf:Person ;
   foaf:name "Jamie Fiedler";
   cert:key [ 
       a cert:RSAPublicKey;
       rdfs:label "Key";
       cert:modulus
"CB60A80D0D2DD22F94A877CBC06734DF1FE0B6356DF2358DE4F062659D36B3057C39FDF6A6CD8BA1AC2F2D8B1504DDBA38F68E6D4A6E6A971A7904E5DF0A575258674FD8B25E11097F582E22EE53F086423D89BBC182D54B23F9E3DE394CF3615E22270CA490F4A11602E154CA266A3A5B5F2C5249CB9C62651CE99E26959A5BE991FF917C15FA6B18ED3F33B6489B28636509EC6C96E49F2AAC8159A0850E419F75586E0614C1638D9681BBF8E69FD3BAC280030747BB41A9A525F970F9D26A2B9644BDE37F7ED4626145EB8498B3064FF8762AF5C2ABC1601CD1837A5F4304EE42DE532612ACDFAD34E806357AF83F6E2144D55029FF2F331E7E03781CF9F3"^^xsd:hexBinary;
       cert:exponent "65537"^^xsd:nonNegativeInteger 
      ] .
