@prefix this: <https://w3id.org/np/RAQAgZE5K2-wIhkePrb3uNeO_M8R5FaR9EC4KYDc2J4ik> .
@prefix sub: <https://w3id.org/np/RAQAgZE5K2-wIhkePrb3uNeO_M8R5FaR9EC4KYDc2J4ik#> .
@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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCX+O67bgQwldoRkC9mn+vart3uT3DM7YAsTLcqRmvT+rsWQijkSlARR5i8yKiBV3Pmhs6pOWrCrJZaXq1Na0VQls5h0Jieg1fSE6YOYrHZ7XnTEVg6CWY6XeNsboc4yCec6GSodiUANHdP+k59MT43SrnakHGSRF+ptHpx2iEFMQIDAQAB" ;
    npx:hasSignature "VrErmwhbmGFPsCGjP9/1sU7uBXzlp26yih5KQPkazjLz+YBAj95UEy7PQu6h+1+VkRzgWsTIC64JD0FrMotWnhUy5g1EiP6wkjTeHbD6kxLQdrRYFqOf5WIhLhPrFTGrduN36wfRoN9cXa2+VUKtWxgRgK/haD6Ea6bRHs1emQQ=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <http://example.com/signer> .
  this: dct:created "2023-10-06T10:00:02.510Z"^^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." .
}