https://w3id.org/np/RA6Qh1ghY0Jf7zdyooFj3C0S8tKqUBEH0YfsVh4jOKmY0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA6Qh1ghY0Jf7zdyooFj3C0S8tKqUBEH0YfsVh4jOKmY0> .
@prefix sub: <https://w3id.org/np/RA6Qh1ghY0Jf7zdyooFj3C0S8tKqUBEH0YfsVh4jOKmY0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxuAdtUp4CM8k2uFBFPUAbXt5tgwkPqvQKkGLaUPKR8vDIa84xigBqOHnkPzdH5g+1WM519zwp/4bqlk/GuEpj2rqAGuF6sK1SutMApfBwASxsi5peU+YNWvb5yuMlkwwu/7iU0jb23HIigBx/tfo6ZBh2z7KCelxsrPA99tu6JpCLHIecvyHnNr4J4WoMX5GpD1hqWm/1jZzlUZRRn7cWJhJclF7X2RAw1h+De98PMCbmisvNvHS3snH+bq9K0hEEP5SHNthLOFUHRJTNPLUSUT6XVkQrZgkjTcKNibqdZ0286EQg6dRR+d1549XxN6etGE5FrySSHpMOfVMWYE6+QIDAQAB";
npx:hasSignature "YyzCVm8ZIPNxftBlNoJI0mATLQKszO65PqNhZoDW3pkhWu4WYWz6Fi4HB+5rk5jjgDr4GCmrrYr+N7C+22u27Rqo91R0pWTDa6hKoglOzXc85kpLoXr3YctqFhdWQnoyfc6em5F+UcO+2dhnOVgD7rWFOadW9Q7ka0L5DOTsoJmmX912CFDK1OR/CbUK30qVNMX96af0hfh9Yx7l3QlEoycfXYcBGz3wDVXrc/2NgQyYeqSaWTWieCPo+H+YSG68DHBtluWUMXros45xy1E5JUtz6V5VrvZZ9kd2g96FYPabuvQ0eHWLACF/MoL154GW7qBLScSsjt/dH7HhJ6hOFg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}