Nanopublication

< Home

ID

https://w3id.org/np/RAH5xTdWVOqYODpdOZorx1j_4RM6EH9-6S4tJMXUBGPHU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAH5xTdWVOqYODpdOZorx1j_4RM6EH9-6S4tJMXUBGPHU> .
@prefix sub: <https://w3id.org/np/RAH5xTdWVOqYODpdOZorx1j_4RM6EH9-6S4tJMXUBGPHU/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  <http://example.org/s> <http://example.org/p> <http://example.org/o> .
}

sub:provenance {
  sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}

sub:pubinfo {
  this: dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0colojPUKK4Gc7cXMVBll5JSEUIhHGzmB1rKrIydx1g7NE+ngMYsjGs1V2u37w6pAeVyjTucm2ZUtnyvATo8gHKASAyQ/Qf2KJzOo9U9L3xq5fHdgBmJZv3gAQ2+HUkBRMaVaEwZQcIYWCHUzXbFKDhHMcecOYqJlBRC8Y7mumHa8wqLe2Y84hDGxjBt8fuXvcEJ8Q83rRzWHjd1SNoR2pEtHE6xeHlUBXzXZmQx6ii77fQCG4st/7KxAW/1ytPFlyMQOPSyxYM9s9gmIJ8xZD3/0/XB4GB2W82OahDQgtKfeRs+R70A8Tm39NaZD/dCGqz473UT7Sg3BlPnh6wyHQIDAQAB";
    npx:hasSignature "DlIZpgiwcXoTc8L/0RyeReaBGb9QTUCwQuGiqTquscQtprS/fEVm5YCB0Mef+jymx/6HIlxHESTVLrZ0BMq49FFmUpQHlm2yWK+NNXlUcbI79wxiozHwf9ckFmUuCnVdb37pacDu9gfrYMNCVIPPgxf4qkmP8yEHrmjUvhfzNv9ZRDPwsXJ5CldzPEDf/4plMHN2BNbhQxQzHx633sA8GxkAIQS3g2AV2HMdwL/ikRCd5sTATKM6PCKqC8KqWifNl4YgoO6sNPshndkXf0tFIwbOhYBtwxVGee5ZzTKXKMLHX6SIehxzat0sMSlDr+g3wuyLxiUAhUMaYSZeGivXQg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}