@prefix this: <https://w3id.org/np/RADUD5vi78KYPn-S1SoCcK0LfnZGZ-KDTV2CJr8Z6WQOw> .
@prefix sub: <https://w3id.org/np/RADUD5vi78KYPn-S1SoCcK0LfnZGZ-KDTV2CJr8Z6WQOw#> .
@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 "Ethereum" , "blockchain" , "consensus-algorithms" , "cryptocurrency" , "smart-contracts" ;
    <https://sense-nets.xyz/endorses> <https://twitter.com/VitalikButerin/status/1793505119792677089> ;
    <https://sense-nets.xyz/indicatesInterest> <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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoWenJzEuzPmfkMRSKSwCflfKiFtZOzacYCEF6/CSHmpWQRN/zqsOXbIWUM+l/ePd8Cj7eBPpEX7XFZyhSK6EmNAWmn2/i7RsJI9El1YUDgeI7Re3BV1ZSja09b8oFAqkyI3QMK23M4D/l/hg/L1h7PMamUj+zZL4mP+x+bnX+gxezjfodZrNZhJO4JtK8INFo3AHTEUYakWSl1KV6veWokccyEWhThaNSK7QnnS2Eyfb2lLsKqYYi+CtIdX2ANnLFprVN33VvKpSoliM8J4ZQtK4JOEmWYA1md+2Sp1VDHNykmuJuwLwBzp3V0fu29egfoPv8/o1rR8KNJToyPFhSQIDAQAB" ;
    npx:hasSignature "b8DX1RBBLFk9jem/4xVMjZV36T6cxBzRE66m90hpka/aT2n/qGOP3qW2odj1DFZDBuXQxT0KCRL+nkTI6A0VmM1c4plOfMhveFQ9MNe4/j+N1/W9ndULwQwu6k+Tm5G1e0Ez+DBys3SjgQipUCcdytrhfRKw+Qm1H67RVrnSyatRa6nXbRCBaycl7wB72rcNcjtLTnCMQIFUuGxJjTBzSFgTHNJWM04VobcT9FOn7tmYLBgkzhLRlQDhQQy3BTBMxpZAbnynijhrJxO4dgJSJFAjngYgJl87iOL2zKb9EpBTYuiO4waPmQofL/YfVC8Xz/ziSSCkQoSwQPa5DKBeYQ==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-06-05T10:04:50.037Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}