Nanopublication

< Home

ID

https://w3id.org/np/RAtbkH2CZxaHuisELrL4KII19J3YoASoUDfls9qqjulN8

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAtbkH2CZxaHuisELrL4KII19J3YoASoUDfls9qqjulN8> .
@prefix sub: <https://w3id.org/np/RAtbkH2CZxaHuisELrL4KII19J3YoASoUDfls9qqjulN8#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion dcterms:creator <https://twitter.com/sense_nets_bot>;
    <http://purl.org/spar/cito/includesQuotationFrom> <https://twitter.com/VitalikButerin/status/1793505119792677089>;
    rdfs:comment "A new quote tweet of something I love https://twitter.com/VitalikButerin/status/1793505119792677089";
    schema:keywords "Ethereum", "VitalikButerin", "blockchain", "cryptocurrency", "quote" .
}

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 "E+B4MUnIfvePqmu5i1v1RiLQ/zT/uyO5YuVHxwjPZCfT93uQMQzsamZOMT/6Vpx9z2zIOCUPR2hdP7Yojerug2q9DyARd372kCRxKeCpBanIAOm1iY3RxuEhAwB2Smoz3Yp6SLEKww1R/YZjJ3BbXs7SILYDahRp5Ka9VR+RA3d7CCts0Gz3pDym/npQtbSGNyq+g7z6IO8rOn97aA380UPX+j34EULBraJ0njTca5waV+/jhggL/9GB/UhONNU+PZd6qLb+4wIFfSB0zhAw9Sn/7rtjN3Pa28ffqTLCPKTpnnFPThdONZFljVTIvHjEVT7guNMUnvgKytGgOE+FyA==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-06-05T09:59:51.097Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" .
}