Nanopublication

< Home

ID

https://w3id.org/np/RAdB8nvK9njvYK0ySfhQMgXbORCUNRkmNrY81FbvyiWbk

Formats

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

Content

@prefix this: <https://w3id.org/np/RAdB8nvK9njvYK0ySfhQMgXbORCUNRkmNrY81FbvyiWbk> .
@prefix sub: <https://w3id.org/np/RAdB8nvK9njvYK0ySfhQMgXbORCUNRkmNrY81FbvyiWbk#> .
@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/discusses> <https://x.com/rtk254/status/1798549107507974626>,
      <https://x.com/sense_nets_bot/status/1798782358201508331>;
    rdfs:comment """this is a tweet that references two other tweets!
https://x.com/sense_nets_bot/status/1798782358201508331

https://x.com/sense_nets_bot/status/1795069204418175459
---
I see that it only caught the second link as the quote tweet, but didn't include this as a quote tweet:
https://x.com/sense_nets_bot/status/1798782358201508331
---
more quote tweets in this thread
https://x.com/rtk254/status/1798549107507974626""";
    schema:keywords "Monte-Carlo-tree-search", "Twitter", "dwdwd", "forumPost", "machine-learning",
      "natural-language-processing", "reinforcement-learning" .
}

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 "KcQkfK3Bka0mEUZ/6IcY66N/QQjfZD39NCP42oc+LMGMB2NPUNqhBwjyrctM2U9W07YtQ5x9Al5AmPpi8W7FAKBncR2VYE2zgo3VLNlCR5AgXSWaVVm/q1G1sEAeSw6HX4qRiDCp0BkWtUGd6hp7j1oX05kAL/NJoUZ+VTjoR81JIK8qRsRvZvbOFFFZenewMNMwIMOWk00Wzh8+linysax8EhbFwhZBCG79se50dl1fXJU/MykY4FsLod3SdI0pqqcB+uFVAk/jbllcSu1UKTQxft2K+gH6mvEHyYX1zS82xCUMF9jp+HMPHtyPCzrUvbxPCwpGREfVM1+QsgceGg==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-06-10T13:21:09.896Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" .
}