@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:paragraph a gen:Paragraph; schema:about npx:approvesOf; schema:title "Why the network needs trust"; gen:hasContent "

Anyone can publish a nanopublication, and anyone can publish one claiming to be somebody. A signature proves that a nanopublication was made with a particular key, but not whose key that is. The network therefore keeps a trust state: the set of keys it accepts as belonging to the people and agents they claim to belong to. Everything that depends on \"who published this\" — space membership, roles, retractions, member-only content — is answered from that state.

"; gen:hasPositionString "010" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:55:53Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Why the network needs trust"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB"; npx:hasSignature "WVCGExwWResHg3r79+SMxWLx01a98ysrCZP4srlnf0E638M404y6ZbBIdEITA6Viyl0COK4YVKrErRaZr1MZPpZWA7O0MziflDcQP0DXF8TB7LehahOTIjSZw2TbxRCiIPNEQOBxtY4xdzJQjdhxtshmCGzbzERySVr3CldfN5JiD2PZ4ThXlcS1Zh6xzPQgDWuz/8C+jUf3zS8Ly8i3n6SXIf7I9KS9KLM2eiv8ScS8rgvA8MTMsOJGmo6pw0Uo6P5ERy+rzwCP6vLMDXov7VOEIgWXocEoEPmWF7BgGvBLraenMIPR+tNQo9qQWayhmEq7qFWemFm68P3ooiQwWg=="; npx:hasSignatureTarget this:; npx:signedBy . }