Nanopublication

< Home

ID

https://w3id.org/np/RAznau4NNx_7JCe685tdz_1q2Sifnu7N5N57W1SY-MSnk

Formats

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

Content

@prefix this: <https://w3id.org/np/RAznau4NNx_7JCe685tdz_1q2Sifnu7N5N57W1SY-MSnk> .
@prefix sub: <https://w3id.org/np/RAznau4NNx_7JCe685tdz_1q2Sifnu7N5N57W1SY-MSnk/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxcdghJn8c3EOw5/m+vsgccqXY3ztTZLXo3VLs8dyXohqFEbhFS2xbQ6aJqV9mZgrpAWb8mPDdc/ivYseX984TsbheVkZWucYkZB0vDJ67W/co2pbjocrqmFBBsSe754TjjFa0W/RQ1yXgzNjxPjFRSWK4t7XmcFdm9oTNFeaIG6ZjXrgQkDEanQRLI1ofKiDxNBCpTK6+BaNXK6v37uPRxfnas2uSWy//h7sLTYjtC+0sSETrR5EMKqZEAl1h4lHJIYfYifLEwBg/nRVE81/Xw0vaoTXmRL0lk0cqgNlhnC+5VMr8wr/hZqQ3jicEQVUiKj+pvQ1lhhOcZS+NFGsIQIDAQAB";
    npx:hasSignature "Q8I9yBP5dZI7dhgPZJ5s8ghJFItgrMa5wUgHebkurZnalL18py2kZsSl3auCyyLidVPp3JBoUcwU1u9Jv9K7gr1wtWQ1SuIqciY3bjv8356/uWchu7YtkSwpffMIjxqWlBQaL2V+JLA6yXAReG8Yjca5gcMwjGmfyG0emb9ObZfyaQFQYfaMdiNNEod1AcPi2ud6x3cTVyp/cB2Vkeng67aCsqmMzsHGZ0lapPKY7DeD9E8IKY+UEejM62Qiwh2aP4W4m+t+JTfzn2EGjIkkRg51qMxbj5P5omSl6xbf6lPFOGny1mEv9j7eaGG0xBZyXTLiWkMcaXGRmn4g2WZ4Yw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}