Nanopublication

< Home

ID

https://w3id.org/np/RAv5_jG1RzfpqtvLZE6fGE2I5A5fGylyZyqBLeNR5Lx08

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAv5_jG1RzfpqtvLZE6fGE2I5A5fGylyZyqBLeNR5Lx08> .
@prefix sub: <https://w3id.org/np/RAv5_jG1RzfpqtvLZE6fGE2I5A5fGylyZyqBLeNR5Lx08/> .
@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, 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 <https://creativecommons.org/licenses/by/4.0/>;
    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 .
}