@prefix this: <https://w3id.org/np/RAYfBRvsFnAKFWjPge8Rjr9IdHFEMPMW9LSFEowRU_M-I> .
@prefix sub: <https://w3id.org/np/RAYfBRvsFnAKFWjPge8Rjr9IdHFEMPMW9LSFEowRU_M-I#> .
@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 "ax1ZauiL1Kj4bEV4RPAVH7Gv2lWH8K8VmxYbIIzlT/N2t+Ki9jIplseehhcMO+kZf4n4dGUBOEORyvf6g7dQbyrgezHB4Rauk/cv6S4x6HYJoW2a2P60E+DTqygTEFyRYyQR3HgxJ3cFXhbVr6Lcc66H7eP6sORPB/dDBe2hB70=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/example-user> .
  this: dct:created "2025-04-17T18:26:22.427Z"^^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." .
}