@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 "Sebastian Nuck";
   foaf:img "https://nucknorris.github.io/me.jpg";
   cert:key [ 
       a cert:RSAPublicKey;
       rdfs:label "LSWT2018";
       cert:modulus "E2C81A6DD2C6CAF064CD70660E05BA1F9EA3D73C406E315175DC7C740B6F4A201915534C504EAA1659D32910260FDF5301A89D4581E614F55AD466236F3F0DB391DDC73D54A6D72046DA28F2C24C0ED0B644C77948CF8284AAE0E4E260E5FEBC7BF7D5DCBA74109E9D52091C44229B643F886414D09A9A5C87F5AEA80AD0EDA12B014BDD3256A64F4560A06C58BA4BBAFA66598099A90C56F39958F4556D9D86058DE3B57D062AFE541C7323CE9E6B58AF8555003503F104D8A61B8C5744F05AB96F8D3139C93BCEE63144D4B1A2151C96CF34911BA26025842ED264FFB51896C67904D4D1E51C0941B1EDE059C53FC28294F20F0893D5868F5B1111D6EFD825"^^xsd:hexBinary;
       cert:exponent "65537"^^xsd:integer ;
      ] . 
