@prefix this: <https://w3id.org/np/RAAHzNfXK7-gyspfsn6xlKoujp7Z9HCeBVwFFXg5rcmjM> .
@prefix sub: <https://w3id.org/np/RAAHzNfXK7-gyspfsn6xlKoujp7Z9HCeBVwFFXg5rcmjM#> .
@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 ;
    <http://purl.org/spar/cito/linksTo> <https://arxiv.org/abs/2312.05230> ;
    rdfs:comment "This is an interesting paper https://arxiv.org/abs/2312.05230 T3" ;
    schema:keywords "ArtificialIntelligence" , "LAW" , "MachineLearning" , "NaturalLanguageProcessing" , "Preprint<|eot_id|>" , "ReasoningAndPlanning" .
}
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 "TnSk/m+u66sQBT5eJKC2OhoayDF+bYxOujdSTBoxZIscOdWA8MjbmAw8VXvenwdk9WRMDSLZRfPSKDuPKbxaMo4P5FOKxn2e970btOk8tIm+w2eU4ruPNus+m68yRtVEstmHN7ZWe5kQTt7KFNkB0xnwoWYf1GpdGf38ihadKC8/dV/gwSGRW3yqT1tHrAbpCdFI1Zu3RejCmzSBBxPkM4No0ljolOKPDJXT99NnQtP9/ruMaHoPzhiaTTmRRlkHuSMDGXGhMdOsKBt/IO1iu4kYUtUtTYhcSk50nq3AZpC9pH6n98gWdUXeLCAHBLvAdLt+E71/J1mJuoNYyk4S/g==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-03T13:35:17.599Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}