@prefix dc1: <http://purl.org/dc/terms/> .
@prefix ex: <http://example.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix sub: <http://example.org/nanopub-validator-example/RA5XRWa6oUoiWPHACDIQI3yzVWMRhnBplP-twrIkwyir0#> .
@prefix this: <http://example.org/nanopub-validator-example/RA5XRWa6oUoiWPHACDIQI3yzVWMRhnBplP-twrIkwyir0> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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:hadPrimarySource <http://dx.doi.org/10.3233/ISU-2010-0613> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkyJTjc0hqCfTDBEiuWTFXirLsVvanOt61q4ce0RAtD27mxfLd1f7ZyaWuNy/mSkJkhcc6ApHWIvSnmOOhnbyWtjbsswRMRYkexXe9auWt2GC7dBupZiCPJ9uE4/Es7RnK6daKjMo0egxVS3WtWfOhA0SlWHIMmGRKB2xShU8WLD/8FvzQQkJay09iFP8J8pVm0AXtf+ZqNsDZQLhzDCcmNeSGdJnSxwFmf63ruPjhWdg38dIyuK8ah/GHT4/K4NUMqWQV86UtP//lA7y7FjsMaScafGhF7Vh2MleJVWFryyJN3dnfogeqx/mZDRCyLowL9GuLIRWuezkR4WQnpEPgQIDAQAB" ;
    npx:hasSignature "WLX7yQagEilVk2Y2BhaUvCOjQNjQZq846MfCXJsXftx7BiPqHw/EWiZlYQ9wjUPySaaU+WhwUSJSSoWvfOM6N7FjtXfyT/utXQMIbGIpDRERLHj4FofTK1YxlaU4fIKMdNw6o838DwoTq6bZHu36rudr/0QlWILjIsH9CJnYRg7AY6+slOnDZnfhWrAHihjaNr3eiFNGJ5CXGcs1ICawOvXu5DCHV/hoILV5leV9wG9eK/mIPTkVWzHW7Sm5s5R7WHkwtIJht/VBStIxDsnlP7uMc2G0onDHpLYsO+jrnqp31cW2i3GLb1Z+G1MHtiVGEd/WShlwAy/0mESeDjPgYQ==" ;
    npx:hasSignatureTarget this: .
  this: dc1:created "2014-07-24T18:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy <http://orcid.org/0000-0002-1267-0234> ;
    a npx:ExampleNanopub .
}