@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 "Diego Marcia";
   #foaf:img "https://";
cert:key [
      a cert:RSAPublicKey;
      rdfs:label "Generated on .22 for 2020-12-08 DBpedia Stack Tutorial";
      cert:modulus "B658F15B61B5FAE5111D6F0370D6995655BFABA49A81E816D33CB6CA36A30AF69CE34BE7FD3332C20BED8066899456B2E7AB9A035A818F5329B5BF5A1E20963FCC55125D6DBFD43D4494DE004D51FE52A5428C7B57FE59C621873F2FDDF03BDD648B046C263BC0C59D50082AB959E14E53C6DAF3905A42C549121152BC6809DD7CD05A40489515A0706F928B8C924793ABB2D803265185CACFA5C98CD756ECE17BA02021615FC1B5553EB6BA604D7B110B4D389C2AD2E7A9F440AC1D7BD5D39F21E1C2079701083E2879CCA2CA53DF79BEC3202C030055459A781DDDCC97C8ABE1296AEF2BF968E55E0682EEA3331F6384077D2078949E6E510D08E2371C1ACF"^^xsd:hexBinary;
      cert:exponent "65537"^^xsd:nonNegativeInteger
     ] .
