https://w3id.org/np/RAkZaOalHLtIxsAJIqbysf-RWvA-dnWjabqiPXmI7aDE4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAkZaOalHLtIxsAJIqbysf-RWvA-dnWjabqiPXmI7aDE4> .
@prefix sub: <https://w3id.org/np/RAkZaOalHLtIxsAJIqbysf-RWvA-dnWjabqiPXmI7aDE4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoGU7jM3oIvgoJC2zbYSCWbWhp7KudUNxBoPzS19PlipAAEtT7r3rNjEgBTLp941oO8nrpZ+/nHBe/ocKnm+r2/wWQRPEZzU8xDzOO7k+EaMVyRN9VgsewrXutMsssZuJej3smUgCXFztlFeQGotOZNtfERl3uqu01nA0qy2WTh9VH6t4tMT4XEfgewiLaGXdW65Dda5Jw42pxhkDJrmQuL/Bmgnn2/yc/ilSz8zpC6awwzJVkH8QXmalRlq50UQL/KY6kiaM158Tgp7DUfIVfwGR0aFe5G+D/0FK3BH/mQu8WRwdrhw88NPN09acdfkS1inlj4wF8ghZehl0wsUAOwIDAQAB";
npx:hasSignature "mxroBxQBKTOXaF+K1U3QTO3DBiz4FhYRvytxdBiWEzzIjYLwLEKaFOtcdkmh35hZKJ0w5QpP9kZ0zJ0QW0g5T8T8WyZaGY/sN1G+oZQxKKJ0DzJyVcQmrzi2l3KVX9Jt+jhbi5IXTl/46ZfF7vIjlGkTuscXEhK+sdEVtTN2s3yW0Nu7M6cqdLdyFqoBYYTC8PX2gwri2yk2kXkDpA4R5gcz52UzaK2S4RCvdFXnDRo239j4DTMs1uorSLtwDvPgCjebmfT6dY2Hho3BdOVakM/Nz1IF9Ly3VyCagT+giEiuD0KE+Vlq6s+hDSfYcGU1CG1crQUPmj6iPlpSmPYawQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}