@prefix this: <https://w3id.org/np/RAzFjsSDEVkzIHvuesZVDfcQ_gyFwjM9av3zLHsNNL_VM> .
@prefix sub: <https://w3id.org/np/RAzFjsSDEVkzIHvuesZVDfcQ_gyFwjM9av3zLHsNNL_VM#> .
@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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCL2j89WkvR+NTJi+iy/9MEh8Cb6xATuhpxhqDDcqjEoH+G212C/mkMXibklEYqih1VVDO19sslBk5PgQHXIOAI3LehPw1T5Vkfze9N1l5suqUbV1e2zmab/Gz25UW6Ao2cwGiYU69nFUI8PptphQX/pbJkGpp/sggEfFQseZ4QbwIDAQAB" ;
    npx:hasSignature "RzQHvmCmLMbFWMQ1l2udzq6H/y0m4M/tDuxWTcxmfNr08OT48fWrcSLhMY9rQc0z8mLFxVdZwkT73ivxzZlSY+Ze0MekVNe8ak/+HXiqPYnwv881K1XkC1qQ20zHssXjWWmv14nWFQ/a6WGzYGnwjj1uDZXX1aXZYYfRT0kNUJI=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/example-user> .
  this: dct:created "2025-04-17T18:18:54.262Z"^^xsd:dateTime ;
    dct:creator <http://example.com/example-user> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Malaria is transmitted by mosquitoes." .
}