@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:ProtectedNanopub; schema:title "What to expect"; gen:hasContent """

Protected does not mean private within the instance: everyone with access to the local registry can read it, and the organisation running the instance can remove it — unlike on the public network, where nothing is ever removed. Whether new nanopublications are protected by default is a setting of the instance.

The public network and the local instance are separate worlds. A protected nanopublication can refer to public ones, but a public nanopublication that refers to a protected one carries a link nobody outside can follow, which is why a form with a protected source keeps the result protected too.

"""; gen:hasPositionString "040" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:34:08Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "What to expect"; 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 "QYKkUBSxuwFcdIPtKdpR3nBKJBL2ocfDtvEPRYE7WDs54woRBxMaY7oSIVC4SsPo8INf5DG7wwUUNdxmQYXZRuKohyF0hJCP4J8qPovtR64+FDqM3hL60gxV2VKFszxeQPSG0d7OBJtcJVlg/JCwDQjUSGupaAQo0phKc2gqo9XEUKqkv0Cb7IXq/Qz/nowZqN05jr1vEx/6ay+QRsmXkX0U0kqB7OFpwVbpNYUsSDWmuraFmZCcM8wLumDH2XxF4lOPeAZyM3hFC/nGvu3ET9mqSZl667GUFp4eXnAxopM7yBUDOD0iDjiAAzHnVBxqsoxxaKTQrnQ/8u5dA+g6HQ=="; npx:hasSignatureTarget this:; npx:signedBy . }