https://w3id.org/np/RAPzdTAKeI8bBBx98Sq3YOUvCi9fXA71j3WzCb8LZHUhk
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAPzdTAKeI8bBBx98Sq3YOUvCi9fXA71j3WzCb8LZHUhk> .
@prefix sub: <https://w3id.org/np/RAPzdTAKeI8bBBx98Sq3YOUvCi9fXA71j3WzCb8LZHUhk/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtlqCr8wR0UaY2Yzx7NBr7hImgbdLLes/UZaUr+sh6FEtj7ZGwH5Uj48AJbdrjPvHkRy6P8tK3n8nkcCtnR/V+OFyTqjccm7IimiOLAvFbkiwJLnO1jK+rNN6L7lNTC+sKjJhhODGSYjb7YuFBXNSsNDqDy3dKD/8m5tztsfrHoD3YcBURHWrItF4B0yBYsNQgE7LxLGXJDq0FqUJZFrkrP/CpBsAYawbCBUp99/ZuwBoLjSoSnYBud766LnIqY0/tROXsGyhFFgQuuyii1/NLezjySkgeam2HzGw/urescIaFL7hq0ZZuqooM3BybqrQL8VYoYEQLq1arD7XMHKy8wIDAQAB";
npx:hasSignature "QR91NW34Y5DL/7IGMiWZsjoL+wpo8D5ca57P0/GBawh82e/e5vaLgYzD5UT5rtWtJI82KOThG91ZFpI7KF4HXMXb0TX54mF6Lz1RWlnZTgbbYG71lXCQ0sYhKTwrAATJpLfvLykbisnenvneWI0MeNSXrThx00rOR+tb9q1LljuHtcmOCBbyAj67013aeGleZfR9Fs1/sDo2puXtOmh6Wd7kKxb8Fp49631apiEAc8mEnhzxDBZIEpWZ2cFEFcXQ7q5l1sfCmr4DyLEmjlyE+Y86rWPD+AkRkbBuDDA4CU3WgX5rvt5mXDpaBXSJn89Vq95Ltz6RiDy7qf/JZTI86A==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}