@prefix this: <https://w3id.org/np/RAR-R0Y-o_29qy6JjXpHA0vGVBWTi0spXmG_siNTPJH2E> .
@prefix sub: <https://w3id.org/np/RAR-R0Y-o_29qy6JjXpHA0vGVBWTi0spXmG_siNTPJH2E#> .
@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 a test post 1713597117752" ;
    schema:keywords "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 "s6xheMgX3ikMnrmaUlwOcNihmOYDyRvb45MPVqX9xHJtymcppI/Vh7hPCgGb3xkvfU4rCZVmGygFBVJ1y9Z5yH7i4N7Pd4osL1P+hXRGYHCLTi1wY3D6RvzVO5BbLJ9DufbsX5OH/PIyKnAvYpz4KRGvNHbou8fC7SONI5k54WYqQdPQ7oPaTrNInTAaJgrP0S9X5LPAlfbUTvk0sPOKDB+SwmvZECdkhaGQoHFWHmu+11g43o/toTFe2sNUgOzv1MK+BI8KRg3zmcTYodkfGnyYA+/LH1yN6yZZAgFflE9Eumr3rx+HgA3JkrPfoJMvfNRQc2TT5/2Nqrf9LieNMQ==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-13T14:43:24.530Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}