@prefix this: <https://w3id.org/np/RAgqBM9Q7x2lWjbknKo-luhZy-qrH-SOFN7Xd-6E8HL04> .
@prefix sub: <https://w3id.org/np/RAgqBM9Q7x2lWjbknKo-luhZy-qrH-SOFN7Xd-6E8HL04#> .
@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/> .
@prefix orcid: <https://orcid.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 orcid:0000-0000-0000-0000 ;
    rdfs:comment "This is an interesting paper https://arxiv.org/abs/2312.05230 T1" ;
    schema:keywords "AI" , "LAW-model" , "agent-models" , "language-models" , "machine-reasoning" , "world-models" ;
    <https://sense-nets.xyz/endorses> <https://arxiv.org/abs/2312.05230> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
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 "nrFMos+vLNA7zw0qr4hiz/h26OyRZa4on64kDHae36m0XJuNmphnbkmt8aXlXbX+2YS/M7D9hW85dan5t9+tDMQj01jXDnX7WohncjD8zTSEs7WoSC2JvtVlbnMnq+C1cuqiJlV9nZQrCcK9far8ilrNJAXicUDa03HF8D7EKOeJQtmR2UNLNPp3dye3aXTd5bV45tm37P5gK3WjlRaY+wqRIFFSI/MO5V2g1NZlZCwHMOGfUjeGsPhbF+n5oQlX80ZaxShz8o8xm7jM73GJh92hkXcTne7Oa0bMr1QjbO3ChHXc9T1pPcPan7QdW/B8bDe87ixmwB8aFvFXz5yYrQ==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-04-30T09:30:02.467Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}