@prefix this: <https://w3id.org/np/RAqKT-nk0IHT_KzXzDq4P2Sn8GqLBgMlfHpiuooBLjHBw> .
@prefix sub: <https://w3id.org/np/RAqKT-nk0IHT_KzXzDq4P2Sn8GqLBgMlfHpiuooBLjHBw#> .
@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> ;
    <http://purl.org/spar/cito/disagreesWith> <https://arxiv.org/abs/2312.05230> ;
    <http://purl.org/spar/cito/linksTo> <https://anotherlink.io/> ;
    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 "aaa" , "agent-models" , "arXiv" , "bbb" , "disagreement" , "language-models" , "machine-reasoning" , "user-hashtag" , "world-models" .
}
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 "OjWrWlDxuMgSsLmilWb9ackyXctzKIc1ix2Tx6hzbGpHbWz/LAq0/YxBmMssCG+FxbNUUund9YWScAkS6dj3fN3yXgYaHXY6SSLC1Jl4hZ7DLaQw/xWMelmNM0/xwrai4yQtqRG12yR5HZuM7DUFGaLYR9DsgkRAiujg0/FbqyAFGwpI1m5YKv+sJ8KjGRJC9OtjriOzZBDEUKGXWMK1TYwwxv1ZmZmkP2KDeo3Z/XcpJr00t+WI1/BE6L+l7rdpo/HD3fHBmx8YuCm0cuCd8P8C3+9n3dcLqMFQSC6TPvuHuyx1N9zjLiL3arjobbcF2AynMfxS+nfPIZPAfMB5XQ==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-06-11T08:57:46.701Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}