@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, to be stored only on local/private instances" . 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-07T08:56:58.000Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType nt:PubinfoTemplate; rdfs:label "Pubinfo template: Protected nanopublication" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "Qq7wtWbK/0v5D0RNVUS6lME8w1jyv5PkEaE51s5e4pJcIzH5QwTJpxIlqYCYpWpuNCzi2LRJDOibwqWG6RT69h3lJk5UptDFtLKc2O8HHdy6cKg4OJOoAXNjxTyXx3rCPD9ZHXEsqh7fzI+BJxLm9ObMwXGk+wkY5n+OdRrZxWo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }