@prefix this: <https://w3id.org/np/RA_kO8I13SYF9OtpBOChVd7bcxNRTuH8z_nHcfg2lgxa4> .
@prefix sub: <https://w3id.org/np/RA_kO8I13SYF9OtpBOChVd7bcxNRTuH8z_nHcfg2lgxa4#> .
@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 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 """Addendum:
Institutions, processes and bureaucracies are, essentially, courage killers. https://twitter.com/HelloShreyas/status/1767527158790934540""" ;
    <https://sense-nets.xyz/endorses> <https://twitter.com/HelloShreyas/status/1767527158790934540> .
}
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 "v+uExpIf0UXGwbElB+cMf1fhTyyi316K4NRA+p1Nmf2Q/0A+HqVB2Iq7K3jGuMMN6lH4jt7Iz+gWLrHV5VVPqrp5MM5Uycs77nAoK3AP4ShnkADO9BVwKQulRylLU+ZZAr2QMONmomfyeYiIJMl74l1MeVGHp1Us9b4Sr9abl7RdNdmWfbpK5Y9u2Q0xZKRMdqH5AImGUGLepgN/vlGJdLNm+tgoH0sxe1UKs6tpQwUizTEcfUV9HsCsdH3FgwDlb2MsxDErP3g+4ThmMkDkWhaJ4tLIm4KG5uXL88vVQcIXd8Jchi5Np2kXT015TUXNMP4jgSvG64XX70rlGPU/ng==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-13T12:55:11.081Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}