Nanopublication

< Home

ID

https://w3id.org/np/RAu1ocKpyiPeaEhX3TAG2Gg8P0RD3C6Zdd0T-XgaIcia0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAu1ocKpyiPeaEhX3TAG2Gg8P0RD3C6Zdd0T-XgaIcia0> .
@prefix sub: <https://w3id.org/np/RAu1ocKpyiPeaEhX3TAG2Gg8P0RD3C6Zdd0T-XgaIcia0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzXW2MXG3yafadUrFTxF7BWJBkMV27qo9uUWKKHqSDWmD/F+suFcl6GckA0fuf/bsbZ6foxPMp3CYe0Ev1MDXhR/RTulFVFN2DoZZZfaSqJVJKjPs00abIQtRqGlD52toSbt96FcHB55ovPcQ36FcA/29l0ACM7BKOwd/AQE7HP3Aq4uhHguLIQCu870H3C/wYchF/Oa0Wu+y1/2dcgT+k5QYpcRuvjDdUrQpfnhkD93ZBpuJZsCeIvq5C9H8MgpkYl7lm1giV4TQRRNuEXkjhkjdDa14XTWHiukKyWbXIEGtBdPBIwUkkOoibmdP73kl9YOBSAvwLrpwqNQBY3/xJwIDAQAB";
    npx:hasSignature "coeZQ5jEEw6JZOkjvO6vXjxIbHk0MUYW3ZZKNknMTsITMKKVIss9tYgsXlzdHxZtPnfbtxeT+3R5oQoUklUKN+ui9TdLPPtY+eD5w1PQu3n1pPYNWuvrJzvuh6hj+2q1S+Elko3MbtFapQzNqMhXyBZPwqRKJDgm25eLUriQBupX9/IkOupeLCcXHaNV87yznKsEXfPAU/cSQUztt87nPohSRhilrsj6q/XXX0zIISkMNYDgysCVqhwq8NnHOcpOfB4E7Ltic3ns1mHRIh0X8QWEYPHoS8vfeEy0mEmG5A+abbsP3g3eQjRqRYTXdcDojmAgP+TQ7HgJLSahNukhgA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}