@prefix this: <https://w3id.org/np/RAJrDRxXaiVP4zQCu80ZxTB1aSm7KrB2dldmxK0ADWD30> .
@prefix sub: <https://w3id.org/np/RAJrDRxXaiVP4zQCu80ZxTB1aSm7KrB2dldmxK0ADWD30#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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.com/mosquito> <http://example.com/transmits> <http://example.com/malaria> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <http://dx.doi.org/10.3233/ISU-2010-0613> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJL8+RV1nDEEFzXskHMKcRhptfq9x0ti2bJp702vm4qg4tZpOIv/13XQ+9yHSX19UGBdp0hcFQFodY2l8YYZUUt2C6H50KFECfpcpkUzij+DaObP2xUiJXVfIK3zeRHa4TwfKzoITSW0d0OQv0dDu5SfZ78ieMEQ5cRvtTTmYdiQIDAQAB" ;
    npx:hasSignature "yFpiRcYFtsuxC05qxmuGqIXoT1GG0BmKdTYxKiuI4ggXHk4pFenzYSdsp+vqFMK60jcH9tNhGYbkIynb0mkygYLOSgJ1LjDHVGIqnN5ajJ53wmTNsxLBc1XXfsK5LFeNyslNGNplkZxeiRrKtKBmqNW+JsOfkSjctchVaVSAvsc=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/signer> .
  this: dct:created "2023-10-31T12:29:33.248Z"^^xsd:dateTime ;
    dct:creator <http://example.com/signer> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Malaria is transmitted by mosquitoes." .
}