Nanopublication

< Home

ID

https://w3id.org/np/RA38iDA3RdxzNNcZ5dDJCIZqiKcrTKJt1T2v6Sb751hso

Formats

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

Content

@prefix this: <https://w3id.org/np/RA38iDA3RdxzNNcZ5dDJCIZqiKcrTKJt1T2v6Sb751hso> .
@prefix sub: <https://w3id.org/np/RA38iDA3RdxzNNcZ5dDJCIZqiKcrTKJt1T2v6Sb751hso/> .
@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:created "2026-03-05T11:01:48.648Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAykRvy0COWSmm/8/qZzrvrxgjsLFiBCvtR1fH7rod3OL0gp5fyeBLje+Yjj4wFdl/26KXqFlXL9LMbA2bXdOBtC0vwInyATllbNHJAb9Qrczxh43Yg5kcQcU5Ax+6I/eBgFg7XZgJ0uw+HNT1oPjC/naDGksfbfsOv+N4c959ICdWLcSQdtNEf9XCmgPAxhnBlcgzUzRhB3NF116HdwjvRwFwVBAg5Ukhb7f5/rh/Fa1Lg8CddeKUOQd4mLmNjPmQbcoQ4bOWkCNyj5LyNU1DZOQGJTLBEXWd8HdvkIxx/4U8K+cWTHJ4cmBvC3ls9vfDyXfbnyz4aDdiGLA0q2PePwIDAQAB";
    npx:hasSignature "GHJOvTTnSuvPZcXveMo4l31a3tGbE88d9YTlkfXmyb0gJ5tTe4FGm9OA2+BCxZvbk5aHdPMLZZa5HCTXvb8CS/R233v0s65PPd38F0wabrn0abgOudtiuFr27qWYMP+/mRPBmDVSl5TpCy3Y3YIKbJWwQuiCFPTDJA+0iVD9fRrFKr5FWDI1Mv8itm7nVFBS7QyKSV224R2Aj8VFIqO5tinsb+rSfaIxjuEPoOsNESK9IBlPYxKsNBIUCjOPMffPuTP8PsUcAcXgeS94wieVQhQg0DBNsWHgIlJ/OMJwRwRjX+Wnc+jzubTOP6MBzo1dZ5B1XNV7JH1n8B//6uti4g==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}