@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .
@prefix xsig: <http://www.w3.org/2000/09/xmldsig#>  . 
@prefix pim: <http://www.w3.org/ns/pim/space#> .

<https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid>    cert:key <./public_key.ttl#PublicKey> . 
<./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> . 

<./profile.ttl#identity> oplcert:hasCertificate <./certificate.ttl#cert> . 
<./certificate.ttl#cert>     a oplcert:Certificate ; 
         oplcert:subject "/CN=Kingsley Uyi Idehen/C=US/ST=Massachusetts/L=Newton/OU=Identity Management/O=Personal Data Space/E=kidehen@openlinksw.com" ; 
         oplcert:issuer "/CN=Kingsley Uyi Idehen CA/C=US/ST=Massachusetts/L=Newton/OU=Identity Management/O=Personal Data Space/E=kidehen@openlinksw.com" ; 
         oplcert:notBefore "2025-10-11T14:54:44.789Z"^^xsd:dateTime ; 
         oplcert:notAfter "2025-12-10T15:54:44.789Z"^^xsd:dateTime ; 
         oplcert:serial "199d3c45a35" ; 
         oplcert:SAN <./profile.ttl#identity> ;
         oplcert:IAN <./cert_20251011_142000_CA.pem#this> ;
         oplcert:hasPublicKey <./public_key.ttl#PublicKey> ;
         oplcert:fingerprint "6994B9B87629936B4262AD05224BC73D60576A2A" ; 
         oplcert:fingerprint-digest "6994B9B87629936B4262AD05224BC73D60576A2A"^^xsig:sha1, "65E882C240DDAD5A2E4C79CCEAAEAB03B0673F19301F475BCD203ED6EDC2DC51"^^xsig:sha256 .


<./certificate.ttl#cert> xhv:alternate <./cert_20251011_142000_CA.pem#this> .




<> 
    a     <http://schema.org/CreativeWork>, 
          <http://schema.org/WebPage> , 
          oplcert:Certificate ;
    <http://schema.org/additionalType> <http://schema.org/CreativeWork>, 
                                      <http://schema.org/WebPage> , 
                                      oplcert:Certificate ;
    <http://schema.org/url>            <#this>  ;
    <http://schema.org/name>          "Kingsley Uyi Idehen" ;
    <http://schema.org/author>         <./profile.ttl#identity> ;
    <http://schema.org/mainEntity>     <./profile.ttl#identity> ;
    oplcert:SAN           <./profile.ttl#identity> ;
    oplcert:hasPublicKey  <./public_key.ttl#PublicKey> ;
    cert:key  <./public_key.ttl#PublicKey> .


<> <http://schema.org/isRelatedTo> <https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid>;
   <http://schema.org/isRelatedTo> <./profile.jsonld#identity> ;
   <http://schema.org/isRelatedTo> <./profile_rdfa.html#identity> ;
   <http://schema.org/isRelatedTo> <./profile.ttl#identity> .


<https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid> owl:sameAs <./profile.jsonld#identity> ,
	                          <./profile_rdfa.html#identity> ,
	                          <./profile.ttl#identity> .


<./profile.ttl#identity> <http://schema.org/isRelatedTo> <./certificate.ttl#cert> .


<https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html> a   <http://schema.org/WebPage> ;
              <http://schema.org/mainEntity> <https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid> .
  

<https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid> a <http://schema.org/Person> ;
       <http://schema.org/email> "kidehen@openlinksw.com" ;
       foaf:mbox <mailto:kidehen@openlinksw.com> ;
         <http://schema.org/worksFor> [ a <http://schema.org/Organization> ; <http://schema.org/name> "Personal Data Space" ] ;
     <http://schema.org/address> 
        [a <http://schema.org/Place>  
      ; <http://schema.org/addressRegion> "Massachusetts" 
      ; <http://schema.org/addressCountry> "US"
        ] ;
     pim:storage  <https://kingsley.idehen.net/DAV/home/kidehen/Public/Personal-Assistant-Sessions/> ;
     <http://schema.org/name>   "Kingsley Uyi Idehen" .

<./profile.ttl> 
  a <http://schema.org/Person> ;
    <http://schema.org/sameAs> <https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html>, 
                  <./profile_rdfa.html>, 
                  <./profile.jsonld> .




<./profile.ttl#identity> a foaf:Agent ; 
    foaf:mbox <mailto:kidehen@openlinksw.com> ;
    foaf:mbox_sha1sum "afacf6b868e6cb36f71d2cecc6d531a26ce1f2ef" ;
    oplcert:owns <./certificate.ttl#cert> .


<> 
a foaf:profileDocument , oplcert:Certificate ;
  rdfs:label           "Profile Document Subject: Kingsley Uyi Idehen" ;
  foaf:primaryTopic     <./profile.ttl#identity> ;
  oplcert:SAN           <./profile.ttl#identity> ;
  oplcert:hasPublicKey  <./public_key.ttl#PublicKey> ;
  cert:key  <./public_key.ttl#PublicKey> .

<> xhv:alternate <https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid>;
   xhv:alternate <./profile.jsonld#identity> ;
   xhv:alternate <./profile_rdfa.html#identity> ;
   xhv:alternate <./profile.ttl#identity> .


<https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid> owl:sameAs <./profile.jsonld#identity> ,
 	<https://linkedin.com/in/kidehen> ,
	<https://twitter.com/kidehen> ,
	<https://mastodon.social/@kidehen> ,
	<https://bsky.app/profile/kidehen.bsky.social> ,
	<https://www.threads.net/@kidehen> ,
	<https://github.com/kidehen> ,
	<https://linktr.ee/kidehen> ,
	<https://id.myopenlink.net/~KingsleyUyiIdehen/Public/> ,
	<https://kidehen.carrd.co/> ,
	<https://glitch.com/~kidehen> ,
	<https://facebook.com/kidehen> ,
	<https://www.instagram.com/kidehen> ,
	<https://www.tiktok.com/@kidehen> ,
	<https://www.openlinksw.com/data/podcasts/?a=rss> ,
	<https://www.openlinksw.com/data/podcasts/?a=atom> ,
	<mailto:kidehen@openlinksw.com> ,
	<./profile_rdfa.html#identity> ,
	<./profile.ttl#identity> .

<https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid> schema:sameAs <./profile.jsonld> ,
 	<https://linkedin.com/in/kidehen> ,
	<https://twitter.com/kidehen> ,
	<https://mastodon.social/@kidehen> ,
	<https://bsky.app/profile/kidehen.bsky.social> ,
	<https://www.threads.net/@kidehen> ,
	<https://github.com/kidehen> ,
	<https://linktr.ee/kidehen> ,
	<https://id.myopenlink.net/~KingsleyUyiIdehen/Public/> ,
	<https://kidehen.carrd.co/> ,
	<https://glitch.com/~kidehen> ,
	<https://facebook.com/kidehen> ,
	<https://www.instagram.com/kidehen> ,
	<https://www.tiktok.com/@kidehen> ,
	<https://www.openlinksw.com/data/podcasts/?a=rss> ,
	<https://www.openlinksw.com/data/podcasts/?a=atom> ,
	<mailto:kidehen@openlinksw.com> ,
	<./profile_rdfa.html> ,
	<./profile.ttl> .

<./profile.ttl#identity> xhv:alt <./certificate.ttl#cert> .


