@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@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/2000/01/rdf-schema#> .

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

<#this> a foaf:Person ;
  foaf:name "Gregory Saumier-Finch";
  foaf:img "https://culturecreates.com/wp-content/uploads/2020/07/Gregory_Saumier-Finch_CTO-scaled-e1597352173976.jpg" ;
  cert:key [
      a cert:RSAPublicKey;
      rdfs:label "Generated on MacBook Pro for Databus";
      cert:modulus "cf033cf0e664fd3189dae2cf2702d49e5f36335c8ac99913aa116f087153264865e98f0e8b6500ac2caa8726ee71927a26150c9399269cf929e551cde48e01a1791d5af8cdca8227a20d95d0fa1a9cbc6a4a31fc7c87e1d60677c9fe563c04c627f073238174544329dd24e17e8b236f034c7edf327a1ca67c295773667e2758a32e7325af07c4901c812c51bedad19dedcea1069dd4d416bf6ec47e42560a4ef3010bdf6cd1dda6fbdb9a268ca0cb21fe38e345ce0431b318bbb141e6b59bc135f2d009078d6dadef9b321154a12634d216a01082346928761ff378c29f84233da70bd5e69737debdeaaded60174c3332aa4766d8ca3c374c3ae7b556cbf46d"^^xsd:hexBinary;
      cert:exponent "65537"^^xsd:nonNegativeInteger
     ] .
