https://w3id.org/np/RAzpU3TgRTPSE37F_CFyAf6RJf9dLsgnAHPdi_FPknWTY
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAzpU3TgRTPSE37F_CFyAf6RJf9dLsgnAHPdi_FPknWTY> .
@prefix sub: <https://w3id.org/np/RAzpU3TgRTPSE37F_CFyAf6RJf9dLsgnAHPdi_FPknWTY/> .
@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-11T08:35:46.700Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAopPgXDhWgJ4EdMt5SpO105+Hvp35i/4KSRVY9YtbQEFcR2mte6FpjC/2REDBPIJqpbPmvu4z4Fe8tZen/NBV+1a6mAWBehqAin+ZZJSKt7iSe4dhdPe3a6cqb2ZVuOOSn6YS83m5eVqV/gtAz5mvPqs7uuBoUTUHrdqhCFkbXvx9omVKjOIoZfZFHWhzLjWL9evGtFIfO+a9hNHxU+jxVqCFLN6qRPjtbqXgXeD5FdmdVqLf7MY/DmTyC9rxlSXkMJEwl2l3rsXknxpqrOzUa6yZtaLBYLiTqEmi8V802LGx1vRp7y7ZZBov5U6OkeUiD7LIXq4eThgUUsZckHEeDQIDAQAB";
npx:hasSignature "b+jq9R95PZiAnXjQzMPgVy24cQSqPSY6ipp+L9ix/G9BsPr84yNNvH6sP8OZENY5GgRze3F3atPBqr6QWthVWmv1ny0HCQYMrr2Vs8kYWhmGjbhS0g41c3BF7ww/IyBBaY+uBrVcz7FBtu8ut5mNYNpS5ADjRXSJyGl0AVi7qko68zp7RwyzB/8DM64BW4hNmna+fLPZU+oRXh3HVs00V/g6exyk4ymvZwRc3DsIJYnt8cXE8YNZhtMNw9xg4RyEyibgHmaixd+N3a/QOfQsSQWYYQSjWyKyIcS3blKNPOP4GuUawe3rwVDBuVtYB0vofHzqNfpp35RvmhlzIPij7w==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}