Nanopublication

< Home

ID

https://w3id.org/np/RAR_1DaL7Td7I_S-Y33j3vlZYveRh1Wudt4qsnuaLwlKE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAR_1DaL7Td7I_S-Y33j3vlZYveRh1Wudt4qsnuaLwlKE> .
@prefix sub: <https://w3id.org/np/RAR_1DaL7Td7I_S-Y33j3vlZYveRh1Wudt4qsnuaLwlKE/> .
@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 prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  nt: dct:description "<p>The <strong>nanopublication template ontology</strong> describes how a publishing form is built: which statements a nanopublication has, and which parts of them the author fills in.</p><p>A placeholder can declare a datatype, and one declared <em>rdf:HTML</em> holds formatted text such as this description:</p><ul><li>it is rendered as HTML, not shown as a quoted string;</li><li>it is written with a rich-text editor rather than typed as markup;</li><li>it is sanitized, so scripting never enters the assertion.</li></ul><p>This nanopublication is an example of that datatype in use.</p>"^^rdf:HTML;
    rdfs:label "Nanopublication template ontology" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://orcid.org/0000-0001-8492-0354> .
}

sub:pubinfo {
  this: dct:created "2026-09-21T14:53:36Z"^^xsd:dateTime;
    dct:creator <https://orcid.org/0000-0001-8492-0354>;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType npx:ExampleNanopub;
    rdfs:label "Example: Description of the nanopublication template ontology, as an rdf:HTML literal";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA-N4_kFxcruvBTlo1yJv29E4SLOXsx5KO_th69PprMrA>,
      <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RARJj78P72NR5edKOnu_f4ePE9NYYuW2m2pM-fEoobMBk>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAo4cRA_iLZR_J8OZcV0oX3xszDPN-rf_6Vk8Ri_MHa6w> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+i9DV8ynzO944pYkYsDwtlqJHuk+b7FQt6Bb4TIQSDX3jGUURn6WpaNwESHmgMLWSydaH5XlabMzuqpPL4iyB+IAzvwIxdJBLhe39EQMu2j+FZ/5d/xu/gO3nZw2KoEvJ7cJisabuI05OylIRSJ+OG5CmzFxnjojUEJeCFi1njY1InhXrb0yHud9b1ifzweoN6YYOBecKs1gTOaT2bf+t4Wgzg3M0PmRVZ4F0OALsnh4T5+x7kFtiPcDKNpORi585JjKCZ4kczIF6oUKcwgC0kmIY97jtLqSLcXRkxHx5CDI6qz4XlRFs1ZbCUdSlzjdPZAkaBcNem1gIhWzkHkEnQIDAQAB";
    npx:hasSignature "4XAHXR9I3wDLbqx0yIW/apkvljthte0fqOKQLyot7xtdCNQmfFj75TIPlujqegWjXtcEs4ET7hn6np7nJFE5dX1KlUc4lbPEF3uidx7uoncIMq1MQWilFeW68uI/aP06WrJerweybTopDSC/3DyOtH84Y32O9i0oE7rV/f6pP+MrNFkwTbISq79xw3bZyEGiuiv07J3QsvRgiSSwPvGgaeQQJSxuf+8QlKNABf3lOvQXjSCpueUpUkFFR/pQw07svrNUIk9YSz37ztfiSDEu2j7NlhjLSMXwJ5w/PBOpvWx0VODLY6rgHl0FrbkrMAAtzeGgy5SwWW87RZOCmf5wGw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0001-8492-0354> .
}