https://w3id.org/np/RA9IfZCQtospUYdKYyUOz1vpPbkVojTf-rXKnUnX57r1g
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA9IfZCQtospUYdKYyUOz1vpPbkVojTf-rXKnUnX57r1g> .
@prefix sub: <https://w3id.org/np/RA9IfZCQtospUYdKYyUOz1vpPbkVojTf-rXKnUnX57r1g/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsnSwBI5C8Y98U0ZntVL8qaAL78zu3frCeCMGkhNtPifxLBToj33YwOqN8Es26cypKMtc1nWK4rD0p1qLClkQhcy3yF9rlalPXmA3bMIgj7h4Ct5CMrsoX6DSL/j3YhyiHZepjPih0v1ZogxzKR+PZgm6ePVj+R1GcVQDpQeyaMvE1Wr0vnjBcb1/GlLt3V/qyu6ONp9MnoTM0dLcP8SgN1rA0rlyuCXiY25XRFXaPPvAaubb6WB8iZ9UiSfauoySQQlQBt9Cx4ZtLEa2pfX8XpISwhATsmIFSTWgr/n7tTQZvgrJclKEqRTXv3NXSvckpZXfVa6MK7HQ+70mK4I1GwIDAQAB";
npx:hasSignature "fYKLUYpo2S/o7jufrCaHVA2GAFUV8v3MwuRPcYQYD9pR1PkI+RLQYhFTgyd/zXjMw+QkEFTQREVe0oEEYPCHB/H3YLfGWdf4WDklpfWIYQlMvODgXwV7A0ZohDw/hMwPc9ZRFIq1vKTmA8VgQi3KPJPZGutN7uUF9gUknURlfddNj15ECkVu27xgfSSRttPhd0OY8BumR6gWlSx+peVLF7WBcUVbbQ9aT64aE+3uB2cJhghL3mwHlZ9yjDPhIA0yNxTnbyjxCknnnaI7Z1on5B9nT1vMaOMPwMJt4WrWCXdKSRz73pTienCxF7gKa1153R6066rnG7BIHLryeHudGg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}