@prefix this: <https://w3id.org/np/RAP43mt1uWtnT7a9x8i0fLjdCXJxn0p863JVNDvG75q1o> .
@prefix sub: <https://w3id.org/np/RAP43mt1uWtnT7a9x8i0fLjdCXJxn0p863JVNDvG75q1o#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator <https://twitter.com/sense_nets_bot> ;
    rdfs:comment "A new quote tweet of something I love https://twitter.com/VitalikButerin/status/1793505119792677089" ;
    schema:keywords "EIPs" , "Ethereum" , "blockchain" , "proof-of-stake" , "smart-contracts" ;
    <https://sense-nets.xyz/mentionsReadingStatus> <https://twitter.com/VitalikButerin/status/1793505119792677089> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://twitter.com/sense_nets_bot> ;
    prov:wasDerivedFrom <https://twitter.com/sense_nets_bot> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmaCu09AEZ1kgQY7hXDfmI7rFmpMwUgPf2/4hCQpPqid/qKZ18T8PTa3MowLtXWWe6Q/lSfuvleaWousMIFehFnPoIF226Xcf1HvVs0L9aSBikevrsCDdVS0MGiCjbJw0fmiORd1k0yD60rZJ2LeadmzR5UdvyfrKhwmzqT2bwu9YmqPpQgP0FTMO14xnjEuLmCcwELrARdcylMnbkaEC9zT/+15aTMJJqUnbjr1prgSWnGmgEiQjdfE33qvCmzTbTEEbeFHHeZYNytKdYfc7y2BcHOdu3sPubVPWRKiQrIoNvBdXmEZiUvVFYzijb25rTBrFawQCy+Wot5SwLtLw7QIDAQAB" ;
    npx:hasSignature "d9XrruDJvOagW2rSK5E0KrpmuEcpahdLYFVZErQmxvm331ihJ6YtpuTkoQIuFjOo/L17yVmHPKhjrQwyM9PVov0CRs22xpiaTfSttwPSpgKslrKSKjEGbnreZTtxJjYhDogTUlGShSwiP+37LU7iFojpKxwerpQd8Lc/63fm02iXykTO1t2K2kGakJojprWqZc2diC88+R8bg6coGpd8wb+zWrxlywc3P6Y66/tdkxON4ORAcrRIKVSAwYQCM8jrk6+l7Wn22yAEgKfBoVdPZbrStfSIrnrWKvhk383FTmOH+I4I1OceGzakKPvcvMyRm8ARPlhKGb5XYdSpj7Lvag==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-28T07:35:23.088Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xB9AE37Bc5B88a2F76050fc59ae7C4d08F4F5F090" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}