@prefix this: <https://w3id.org/np/RAy318SUxdqY8ajt-Hen81yJNbHj3Z3wIDar3HybQTHio> .
@prefix sub: <https://w3id.org/np/RAy318SUxdqY8ajt-Hen81yJNbHj3Z3wIDar3HybQTHio#> .
@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/discusses> <http://microrevolutions.com/> ;
    rdfs:comment """What if every community had their own anonymous board to share and support each other's thoughts?

http://microrevolutions.com""" ;
    schema:keywords "anonymity" , "anonymous-board" , "community" , "online-communities" , "support" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkNszlIR0NosztyGcqk/drc++07MAKWLiVByX5mQYG19zLx8+efnPXJoedQlXMXJoyMCeai5ENuA1IkqgDNH2aw/inbUZLTMC7YNO+7ctzdg4OzvVKKBALg8Y+gnfAIMDlMoSHyV1+41UYCsgXMwZ3FggWJOcpilKj+sWxhS+i2Ov9CLnVxN7PKwPYJgZtpMZO2zG4wvu3H8G/JQliwuW+4A2mXLsoBBT0is1ZnbpO6y9tEfMKce9CIi5CtGiw6dKNvY7F13wsK135gPbXAGa2pecbzuqej1QvP7f8HI6ZttMSY+/47SHV0IU7cJHDFPRB/mr9DVCuuu3Z787GLtBwwIDAQAB" ;
    npx:hasSignature "FKeOxZuscNVEnbYUdToPoEDu0zmGWtflRfhS/qUZNUPPwbCzAocRHgx3nkduIHeGE1o6Dn+7ofDr3I12QiRrTmcdHSM4FPPofjB9QQMdbpmVhc5P2dOb3lTacuBNtB5RVR5Rz8LtrU0Y72ra6OQDsOSA/MxHJAhv4AyLnL5/fXERvs21ZR0SUe905DyOznWCBGHBndzY2ZPeT1Crty2fHQrMLsjFn2l/qvwKrqTTmt1do4W5v18GOkIFSQWPnAAY07cN9lLoP2WJRD0xdCC/8XF82e9MDNyJsjhNnHaaspnpMSGPR4ZKVcpy2rBkIw49TEf5U7vjiDbXHKg4Lo27Vw==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-14T07:52:19.701Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xced2d002d5C2E5a3Ef2C3AAE00C671a1d2B225a6" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}