Nanopublication signing demo

Done in your browser, using the package @nanopub/sign

@prefix : <http://purl.org/nanopub/temp/mynanopub#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix dc: <http://purl.org/dc/terms/> . @prefix pav: <http://purl.org/pav/> . @prefix prov: <http://www.w3.org/ns/prov#> . @prefix np: <http://www.nanopub.org/nschema#> . @prefix npx: <http://purl.org/nanopub/x/> . @prefix ex: <http://example.org/> . :Head { : np:hasAssertion :assertion ; np:hasProvenance :provenance ; np:hasPublicationInfo :pubinfo ; a np:Nanopublication . } :assertion { ex:mosquito ex:transmits ex:malaria . } :provenance { :assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/ISU-2010-0613> . } :pubinfo { : a npx:ExampleNanopub . }

You will need to provide a RSA private key file that will be used to sign the Nanopub. Save it in your password manager to reuse it easily 💡

If you don't have a private key yet, you can generate one that will be linked to your ORCID.

ORCID