@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 "What trust does not decide"; gen:hasContent """

Trust is about identity, not about content. Whether a nanopublication is correct, useful or appropriate is not something the network judges; that is left to the spaces and the people who curate them, through roles, approvals of terms, and the choice of what to show on a page.

Nor does trust govern retraction and versioning: those are decided per key, by whether the new nanopublication is signed with the same key as the old one. A trusted person still cannot retract another trusted person's nanopublication.

"""; gen:hasPositionString "060" . } 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 "What trust does not decide"; 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 "LtEStFRcKHVmLQZ7VvkKn0IF99i/Y9P+MtlheVJNB+O7oS38XEhGOf8Cxxl4wmu7ZeUX4N38mreMXGLd4ZDcOOEihYIRjyZ5JpP4C4ZwXq7QlnuK8nTd4uFuIPlX6Qwf88FwFqwoNvFSl85CkEFrIDwkY0Ao4FGcqgIfRY3L3QXRrkQRRMZ+xtYSgKS9feR+gzPluX3YHncsXODnBcYTTFvnay/ReJgFqgOqWWX7J8ARrxnMpv6HysZp8Kkmu0U2eFufTBJ4Gh0vKI3mJtWqU54GspvGWKNJvKZcZs7pUT/m57YspD6VtcI2nJPYeLRfXXv+EuAgQTYB47OT6VZuTg=="; npx:hasSignatureTarget this:; npx:signedBy . }