@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 <#this> ;
   foaf:primaryTopic <#this> .

<#this> a foaf:Person ;
   foaf:name "Renato Fabbri";
   cert:key [
      a cert:RSAPublicKey;
      rdfs:label "once more generated, now with reference repo updated";
      cert:modulus "B4116B13BBA86AF66AD982128E8796097918D69F6D0F2233429B736B3715AA19F37FB42208C5D107E51B8862154C910F4ADE48890DFC1CFC6040F65BE51CC51D62D35E0113C4426E716E0FBFB533ACF27C07E9420A99BD0372B9BB5494EDC089AE020BE21A7E1DEAAE5CD28D6D4B3CA56AAEC4B76620D3AB62E2A47229F2540F561D047D26B351E0E46576FEF27B5F6907258AD1CF789FB77B2C7A23C19EDCBD272A3420C911527FDC7340013C2E9793E65D41BB0DFCE8B27AEC2D71E73CAEC9DBD14B930457B03EE6258F7EE1DC977A7F429FFB86D8F6203B745DFBD9E9D23467E84B75115C5C2BC12823495B4238536AF72A32749DD5A9511BDBF3A9D6BFB3"^^xsd:hexBinary;
      cert:exponent "65537"^^xsd:nonNegativeInteger
     ] .
