http://purl.org/np/RA0bJyofUb09ZwO9tduaWsi5VX4V-TAuuS5LogOEN3cH8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <http://purl.org/np/RA0bJyofUb09ZwO9tduaWsi5VX4V-TAuuS5LogOEN3cH8> .
@prefix sub: <http://purl.org/np/RA0bJyofUb09ZwO9tduaWsi5VX4V-TAuuS5LogOEN3cH8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo .
}
sub:assertion {
sub:keyDeclaration npx:declaredBy <https://orcid.org/1234-5678-1234-5678>;
npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCYltZqK21eDxFAryDpKJYP4HoRSxQoSDYN5Pz/iMlNl4TZnhrocfbSl9IRQq5vRZiBfB413XyhQxtGEIwrW1upY0ZaDWI1oEsNWhsXx9jZedGrE77MoW3MR9Cv4+3+WWnJZCatyflxQe/IAMBHm3ZhYOzb9G7krzyEmgOoN4JJDwIDAQAB" .
<https://orcid.org/1234-5678-1234-5678> foaf:name "Test User" .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2026-02-08T10:58:15.524421"^^xsd:dateTime;
prov:wasAttributedTo <https://orcid.org/1234-5678-1234-5678> .
}
sub:pubInfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCYltZqK21eDxFAryDpKJYP4HoRSxQoSDYN5Pz/iMlNl4TZnhrocfbSl9IRQq5vRZiBfB413XyhQxtGEIwrW1upY0ZaDWI1oEsNWhsXx9jZedGrE77MoW3MR9Cv4+3+WWnJZCatyflxQe/IAMBHm3ZhYOzb9G7krzyEmgOoN4JJDwIDAQAB";
npx:hasSignature "j0ZtusPhI3NIEwf9jgyMQn330JT5SoktdcZyBPPuprx7aGjAMmqtTVbcAJLqtc7+dHL39c9OFTvbOBGN5S6FVA58JScz4H6/5EQ9sysxfuQfOZWKBelJhYtC6ifi0xDeCXfRyjpcM2eFQHJcvzH6xj4JtaqfxIk6wiVNIIg39VY=";
npx:hasSignatureTarget this: .
this: npx:introduces sub:keyDeclaration;
prov:generatedAtTime "2026-02-08T10:58:15.524421"^^xsd:dateTime;
prov:wasAttributedTo <https://orcid.org/1234-5678-1234-5678> .
}