@prefix this: <https://w3id.org/np/RAa1TUZRlvahZDUxDP_npyKA8fL4wSGw5B3NCjnCNa6sI> .
@prefix sub: <https://w3id.org/np/RAa1TUZRlvahZDUxDP_npyKA8fL4wSGw5B3NCjnCNa6sI#> .
@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 ;
    a <https://sense-nets.xyz/possibleMissingReference> ;
    rdfs:comment "This is a test post 1713597033861" ;
    schema:keywords "1713597033861" , "content" , "test" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3KSlDncKI82lvoggVVLJkbCWLp3DWKLZCO+BnBIpToZEUWCTh8RPDX4sDKVxSLiLfPI+/doKXqsdcaRKInW8AoTbpZe+0Z/fNv+mr/ZYtE/WQpnVcMD5yZKwwxcdaou8pALlY7tUKEIYCu+LfaXZ5DQPN70TjFqSMkCa3t9o6f6orkrBdMSB2Qr9ASkxwtxn+Uht6etQZL7Tnru3NuBahxgR4SLml00n8a6Bf1tIFZMVTUSucjOaM3gytcAHl40JYT4lbWG3SZouwCKJKP5cWuE9zIC3eqyOx0+Y2MGhgwbnSp0Q7aOyW0glpOoUPpOOMk1UALpNk/FYtNeximspqQIDAQAB" ;
    npx:hasSignature "UNxn3N/XC/7xSPYkcxCX62FL5le1oroKu6v5JJ0+9GU+ZZjqi2Hh/g8BekhO0MS54+j2SU0SEdGMiuUYOZuF1puaXdqAGTMS5ClptDFpC2Eus1NrPHvvRLggCUDrHOcq4tQMjV+NNnd86bmn4pPPFC8YG7Du0LkbTuhtf3IeUoRgRG8XcZc67xWLpD4aFUNtWGUl92mi7MMq16k/LYV0oFmqhHaVNhTFVaBGRTXtamTYatha2QQF/cHXZKapYPMOmtfXFzmkW9Z7ri/2pgf4HujeiTSdfRsekOkDggU5EGdItFGCvHD+QELRedVIDAFeaxu4tUrSzGQRFqbV20e+tA==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-13T15:33:08.624Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}