@prefix rsa: <http://www.w3.org/ns/auth/rsa#> .
@prefix cert: <http://www.w3.org/ns/auth/cert#> .
@prefix oplcert: <http://www.openlinksw.com/schemas/cert#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .

 <./profile.ttl#identity>    cert:key <./public_key.ttl#PublicKey> . 
 <./public_key.ttl#PublicKey>    a cert:RSAPublicKey ; 
         cert:modulus "E6459E3B77C3D5C6B029D6EDEF83D0470332D0EEAC111DC46495A3460D466AC48D592A29529CF85E86B001E193D0E0AE0341760A076C2263D781B990D3AE6F5F92862E5B489AB0D5B1951E1F807C5B59452B82EB4ED86343BB0C34C08FD950A5618B4C2DEA2ADB485A36A0B5FEAB64A621BCCFCE0AD2918B2C8237DAB5A83E3CA0FBBF89630B95D41D979627FC3257D3275CF84D0B93B41CE7048B6AADE1DE6A656D67C39A53498D12B895EB8DF6B25862C5208043AF01651473948DDA1E677047C338B2245166863A7121E62408DA6461F91611ED5B5494220A5BFCF90779C9E1126F9A9ED4AAA6605375E4B8698BE1599FEFC97A6322950DA71CC3FDAFE7D1"^^xsd:hexBinary ; 
         cert:exponent "65537"^^xsd:int ; 
         owl:sameAs <ni:///sha-1;2GePrxsZ-lFM3_ajA3C4yK4QHTM>, <di:sha1;2GePrxsZ-lFM3_ajA3C4yK4QHTM> . 

 <./certificate.ttl#cert>    a oplcert:Certificate ; 
          oplcert:hasPublicKey <./public_key.ttl#PublicKey> .

