@prefix this: <https://w3id.org/np/RAUOq_EgL1J8c2o3TV0odJuiLaxfqUNQIc-c5d-sp7u_M> .
@prefix sub: <https://w3id.org/np/RAUOq_EgL1J8c2o3TV0odJuiLaxfqUNQIc-c5d-sp7u_M#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix npx: <http://purl.org/nanopub/x/> .
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:0009-0004-1787-0341 ;
    <https://pcp-on-web.de/ontology/0.2/index-en.html#hasKeyword> "agent-models" , "consistent-reasoning" , "language-models" , "machine-reasoning" , "planning" , "world-models" ;
    <https://sense-nets.xyz/watchingStatus> <https://arxiv.org/abs/2312.05230> ;
    <https://www.w3.org/2000/01/rdf-schema#comment> "This is an interesting paper https://arxiv.org/abs/2312.05230" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-1787-0341 .
}
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 "JdZS5OC2ojBdKowt8+CSnLoCoVgOPkpwGHclH7jMvehH6ehmet7M1ZIgGwUcjP1b5mpxGulk4A9EdXlZOg64q0RxDAL3DtRR336Rq0GcVPeeutIRi0H5RK9K5WnRpSXJ4gjzx5a/Z1nfmX3RnQ3FmbZEkZ9wE+GRcGHCcOleTPEwH9ce85YOe7wlRGusnskuMDdmK5+Xb5rW5Ju0mbCIRKg8/g4ep8pDe9hv5cUkg/WdiY+A5BOZM/BVGnVB3ZFLIXTJ80gA3miAQ7cD8OrHCueqo2v3aAXSpFTZ1FJ6Yfr02x8WyPu5a7nbcveaFjMQQgprK1j4RtXVM711qEI5VQ==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-02-22T15:06:31.932Z"^^xsd:dateTime ;
    dcterms:creator orcid:0009-0004-1787-0341 ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}