@prefix this: . @prefix sub: . @prefix np: . @prefix ex: . @prefix dct: . @prefix npx: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { ex:mosquito ex:transmits ex:malaria . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCagvlvirxFaznN6a8BM2ajFpckvg8hCp1DVpv+4Uw23iSINI+uCKjuK5Oo5vaceJis7WZusv82/DbPD22BGABOj4TufAn5QCPLi0pSDFJpQjTc3a6qw1Aju62oXxmWaWOentWqsMqM8Byun6Fy+LX6Mgr1Cmg7vKj2df7+paSw/wIDAQAB"; npx:hasSignature "J7rVUQfjIHFoDQs6SUa7gfVTxYPYY0J0FDPk+5WHyT0gbaRbpjJ63/otMWHUqB3mEv74ycTU6uaCdS1ShZiQsHqoenD5G8R6WoMH5JOVsoarelKqO9y/gZWa+kr3XvES5qJgqKxm/8WiKav3BNfGxgzRwsceac3QK4YzonTtQbc="; npx:hasSignatureTarget this:; npx:signedBy . this: dct:creator ; a npx:ExampleNanopub . }