https://w3id.org/np/RAjTlfGJgWb8K7cOspGdwodPpnu859q78Rps40xDGdgZs
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAjTlfGJgWb8K7cOspGdwodPpnu859q78Rps40xDGdgZs> .
@prefix sub: <https://w3id.org/np/RAjTlfGJgWb8K7cOspGdwodPpnu859q78Rps40xDGdgZs/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
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 <https://creativecommons.org/licenses/by/4.0/>;
npx:hasNanopubType nt:PubinfoTemplate;
npx:supersedes <https://w3id.org/np/RAv5_jG1RzfpqtvLZE6fGE2I5A5fGylyZyqBLeNR5Lx08>;
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 .
}