Nanopublication

< Home

ID

https://w3id.org/np/RA3mY02FWVla6TaTGkN61M9aexXhMsiQdAFiCzxeBZCrw

Formats

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

Content

@prefix this: <https://w3id.org/np/RA3mY02FWVla6TaTGkN61M9aexXhMsiQdAFiCzxeBZCrw> .
@prefix sub: <https://w3id.org/np/RA3mY02FWVla6TaTGkN61M9aexXhMsiQdAFiCzxeBZCrw/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3EdD3LP0tbS3RMDUghA60gkZ+ueLad79uluExRBcmrdA62tfonBTugzffhmm+AbxFcyj4f90JeUb65q8xD97aggpNffbz1GsYi1+Kb/0EUqqgfDHhdlqOxUu/4xIXaue++FU75et8iZzYl6bCRlYQaTtGJQHopiIWj9CmoC2d5Z2haMmyNLdeyphe5j+v1P1vtAycYSNrXGw4XA7hBqqEU5L4fA3RezM2Ou9g2m6SHRNNyixsUNBXVmt6sA2ufNPUmCr/8LyIZUH5m7EDLImMVqjHHKWZprvXQ3JwjlcI/theXnbljwljx1P4E7+YJSCTSJRLoDX+8T8oy64vaIGqQIDAQAB";
    npx:hasSignature "YRvQicqruSX8q8a6rZUx6TwdwppNz+PHhj5mHX1s8OOS+zVcbnLh/ykB8bq1mTPxLUWTWFrLaaSOcKaF1fhr5EyeRNw8EaKhuwVmDdkv4KQEB62P5xtcVPXPi0ST+Ie99keTjQXDy4gtWnC2XfpjuZWGWVID8XWqsarhtooCk5VlonBaSOmKXiYaIrefit+3DuDSUoYb0vFaeFIaaMFJMQZ4EebLJJpneH9NaDdm+vmT98W+Wb/bXGbQ49bWLY45ylmXaKfl/wXGNMBqLhuvk8WgUN/X5T7UAN/FYlyE8aPk+oKSWBhwQpEx4Qtt+5glF+EAZqhs76k/ANUmPoH9+A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}