https://w3id.org/np/RAzrGIlZiubLiN9elLCeD1ZHkzZ_xA5gdaBw2blXK8lXw
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAzrGIlZiubLiN9elLCeD1ZHkzZ_xA5gdaBw2blXK8lXw> .
@prefix sub: <https://w3id.org/np/RAzrGIlZiubLiN9elLCeD1ZHkzZ_xA5gdaBw2blXK8lXw/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoOblnAnId9bAfgzp2l2Cvlm6HuwueOIDRCKHMmCJl6oW7ZMD6ZSdW1Q5OQkBzSkkJOMXNx3tEcwpJc62oFyBKyfiLNZZMS9mE0QJXZr20J8iLdPABzvwuI2fxfpOZwYkyIMclekcsVa5zqV/dkkWS7EaI2bMG/ZiFb8oWE0quVJZe5DOy7OsMi/1o+8zgxF+JcCyD68jKovp5eneesjTNrsU7Kj1VfyCTc6ojeRteauA34IlBYeCPabvFTIDNvar/aiPnJrDJtdIvdge/aK5+EIYXxJPQ5tyHkV7Txz4GOoykhHY8vg3GUVjiYqEPeFmHz780bKl8ukkue2kLuDfcQIDAQAB";
npx:hasSignature "S/+T55AzgI31Y3fHq5oEtaOPyPtYwW88YXqpSInOltFEasVGMyMeNH9VMDPiqFuxLyfy9LPPZRmzSE5u5S8ZakbeR3LAxx8ZjisqsOpzSOCeAt7ovdq2RQsp0g3ZYEJAGja/rmK27KERMCm2BxBKC3ED3XJrnwaTcRTk+yqUcjYP7bdx4xx1xVA25sSKg668ZZnYyfhoBcSpu4XHPuPGE9bvR77kAl+b3OZUM0WWNWvtobuCIUsBVctEgIiYpJmlYEHvThzsBb2IvI5V9299AOK/4fqXmvVLLkh1Jvl7L4p3e7cLjTw7mI0+m33E0Yb9G07gq4uyZopvjnAd/U0uRw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}