@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { npx:ProtectedNanopub rdfs:label "protected nanopublication - only accepted, stored and served by local/private instances, and never by the public nanopublication network" . rdf:type rdfs:label "is a" . sub:assertion a nt:PubinfoTemplate, nt:UnlistedTemplate; dct:description "Marks the nanopublication as protected, meaning that it is only accepted, stored and served by local/private Nanopub Registry and Query instances, and never by the public network. This template has no fields: adding it adds the marker. It is unlisted because it is not a description of the content but a decision about where the nanopublication may be stored, which interfaces should offer as such."; rdfs:label "Protected nanopublication"; nt:hasStatement sub:st1 . sub:st1 a rdf:Statement; rdf:object npx:ProtectedNanopub; rdf:predicate rdf:type; rdf:subject nt:NANOPUB . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-09-07T09:47:17.000Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType nt:PubinfoTemplate; npx:supersedes ; rdfs:label "Pubinfo template: Protected nanopublication" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "LLBK81vMHjIX28vapE/1GKddtXWTfHu7i+1qjkKMGPOdXbVfS9wzVcWkSlQT/bHJMk1g4qXmCiKG5sAeSyASlwoO4WTJLcjuVn9VeYz9ody5WqfzDd3SHnqmhVh1a5YV4O9MIYgWzeBxS9cJRlhRHnGA9nBkwH8jtRWtZ4KHHpM="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }