@prefix this: <http://purl.org/np/RA462V8Gmz5yZxjvrAob_KxT_OhYi4MROKcAUgzj8tP0g> .
@prefix sub: <http://purl.org/np/RA462V8Gmz5yZxjvrAob_KxT_OhYi4MROKcAUgzj8tP0g#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTKk8Q5lh1y0IPNAXSmUKyr3AExl6xZqk36KtWn2TpXTd0FHbWTQrlEC6bDyrKqefCl/quw7/0NRX+zCUZgVy/09y6DR3qtlTYG9F1zg6VpgXHhm0a15W3/QFa78HYcQvJWN2FoEVE++xRnyoI6b3q6BAr4semAq4QW6U8ytvpswIDAQAB" ;
    npx:hasSignature "kFmc3lOKEYanlOwmez1I9JR9S6nunCBV5qpYRRy/qGBQLuTCE8+mbxtRui9tf/rHaEcmbLD7s1S9EsQBo5IGK/dq2XC5JinvrigofmrVEU8TWzPx42MexTBmYve2Ea2a7kfvTZLgS6yIMwjAYoBh2tS1LGqvE7XsGcMmLRkyiYg=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://orcid.org/0000-0002-1267-0234> .
  this: dct:created "2023-09-25T08:24:49.704Z"^^xsd:dateTime ;
    dct:creator <https://orcid.org/0000-0002-1267-0234> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    a npx:ExampleNanopub .
}