https://w3id.org/np/RACw5xyeswqj3jOtfDYg90FWsyQxnjCjPajmkhlaKWZTI
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RACw5xyeswqj3jOtfDYg90FWsyQxnjCjPajmkhlaKWZTI> .
@prefix sub: <https://w3id.org/np/RACw5xyeswqj3jOtfDYg90FWsyQxnjCjPajmkhlaKWZTI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn15Xce+ZoehGqJnsm6wxM750/cmar58i5QKiyY8606dply7/f+2WJg0lTKVbfA2AzVv7qF6J7z4+xjpWPq1ihL+K6t1LRP5Tc58dmtsJlwUAd0TKmTDOt0zWm8EeeF3JT4cXbidIB9id/Q0RYGzgHPGEGmJwt2iN1WYrFOHumWfcMc2FAZZp9GEGMkkMr4SKoIySHlb7yzXw0GmqoqsQi5eQXDyGS1SGLLY6+Tg+A/oUXKhGk3Qu/5iQLJTTtqe8csdam2nfKTXEcU1j7/MDFVxOhRJshoD3a9Ff/XggKQGEjHgRG0kHqpZ2wCk5ENJfbS1fz0OEwHucQThHTxikNwIDAQAB";
npx:hasSignature "iUrzGdQxgpBuoXJbZIjtDJzspQA+nBz0f0AL2gAZGRiaowNJXsje1LhfK6XSHfQBbV2oCLIQuDHAx3sFqIdB/FbqizWsixO/YksUbboeKAAQj+Gytkt1ilHymY8ys8Vm01vn0S+J3FnjWlt0iD27zQEoFpDRxP4iCpJ0OBRdWSHDdr4jSek9H2V15DOPmDb6pSdMF63NLNHH8UPJuxo/pjnbQAnT1eRa253eW0KD4+Gl0qsgfnpQs3mp566fXpF2lZuzG79W4KtIZhf5kkJWBJ6pi78UPAxi4YcaqSVQegdinPk7nUvutqABpBy2gA5kZUfkrmnTrh4UfuAWXOcAfg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}