Nanopublication

< Home

ID

https://w3id.org/np/RA4_P3J7zeuy_M-c4D_4vUeQevqEuSeqEtT2S979SGEXw

Formats

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

Content

@prefix this: <https://w3id.org/np/RA4_P3J7zeuy_M-c4D_4vUeQevqEuSeqEtT2S979SGEXw> .
@prefix sub: <https://w3id.org/np/RA4_P3J7zeuy_M-c4D_4vUeQevqEuSeqEtT2S979SGEXw#> .
@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/linksTo> <https://www.nature.com/articles/d41586-024-01717-x>;
    rdfs:comment """Love this
https://www.nature.com/articles/d41586-024-01717-x""";
    schema:keywords "aaaaa", "cancer", "mrna", "personalized-medicine", "vaccines" .
}

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 "hEvGnZikKE98yqhpFY0MvYPx4hKZXCkeW+6axP7210t5K3+EE5Uo0hyd+F3013Vc8B5KRdI3mPb1SdMYowJBld96WW6lTyk1VhlLlTgqBdSH81wU6h7ntx+U6cWNQ63yBwFG1XbBLks/T3J/rrwIPrpPmqQyGxMUxIB37mF82+YpXb6EWvqZtGlAE0Iq3n8YgHProSUEiAiDOJDHYYGBW1wpow9Iom3kvk2+5oLPBeOl2wb+gss6S4QG3GFajNJywKqLc/CmhNCzpzAfID346smDOkCMKgh4fuugV4TTdXb7TnnLheD1lx+Sjy2ll8JUUgYODejJDVDI+N+wpP3CMQ==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-06-14T14:10:20.946Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" .
}