@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 "Markus Ackermann";
   cert:key [ 
       a cert:RSAPublicKey;
       rdfs:label "created 19/07/2018 with OpenSSL 1.1.0h-fips";
       cert:modulus "CA1559C97C491EA64874462D54BA1568EE0750DF748A6A0BC5244B6DA937CB17A15961E423A3DA34A407F0DBB04A411E1C7ACC1A1FEFE669DE2C6EFFB5E98EF5498B2455BBE4E99389D8AA08A194F748B6D7E952AF44716F3DB4C25DB1696A8F4A0E2972AE5413FA4EB5C2E8C0BED153D202D02C861BED5B634CD2A79B2DCDC689D74189D167A77CC2BE6ED9BCE3B38D60BB3EE6C4D381E35F9BFBA06575263166972206D60F92B605B64384B8E7537114540565BFBE2ADD4E36CBE9A6216EADCE2516FE50744368B599804AF1C08D3E2E896A8A8866C34FA94F0683AA1376CEE217B48C34F10FCF488E6193AF1A60F9A18454E65CFDDF593B3CDF16913F2745"^^xsd:hexBinary;
       cert:exponent "65537"^^xsd:integer;
      ] .
