@prefix this: <http://example.org/nanopub-validator-example/RAON9p7aUhn9chUUO_PrY0OPYDXsDnfoILDyAj2lqo8x8> .
@prefix sub: <http://example.org/nanopub-validator-example/RAON9p7aUhn9chUUO_PrY0OPYDXsDnfoILDyAj2lqo8x8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://example.org/mosquito> <http://example.org/transmits> <http://example.org/malaria> .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/ISU-2010-0613> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB" ;
    npx:hasSignature "xiME1WUFoshGfooQDvsxnHnml67ZvZL2IVfNJXTaXTCT7/UyLU4qto7tyYyENswxKcsv4RbCsUfFPIMpEs2hX2bMDms//Uixi/okrEtfVgTnjr6XK4qbFhz/87HpPt1+HAh3QbCkIyaq0VJ8pJw9SgtlIirn5ABMrA6IYJSsbns=" ;
    npx:hasSignatureTarget this: .
}