@prefix this: <https://w3id.org/np/RA6avZ2YrLBkCXClNLPmIggVapg6x__JirqkcwFJ03vtk> .
@prefix sub: <https://w3id.org/np/RA6avZ2YrLBkCXClNLPmIggVapg6x__JirqkcwFJ03vtk#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@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.org/mosquito> <http://example.org/transmits> <http://example.org/malaria> .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/ISU-2010-0613> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArqKK2mN79Ifa3kOTd+9aFozxLAUkXoTlVWQT+ml0QoOgjGyeZEx4I4jhGrELaN1YxSpRhGcruTAjbd59nfrs9RY/51hPaYCG36ogSeDieSFJokt6XSY+dN6KjEdqp+N34wB33lHKerLv7rRvoVSeobARFNzFhAhwFke9zQpwtPGoaaqJ38PXqWSse6gt1XciOeXY34l9Yw0l17oJqkVDhwCEij/vnyvSn1ZGLC85V4hmRDHVHsP2jyQbjp/LRQuJhsatiGBTMetbnIhptRKyIDTbNHFiHPd08+3UN5SLT3rfRApp0FexncqnjtndbjXZDtEz4QfNpNnFXgH2tDJYuwIDAQAB" ;
    npx:hasSignature "VT45eQxoZsZOma7lDz8wHGnj+eYcFd0ckh3nyEx8JlGt4tfDvDi/fPZISC6Q7jRxMOAOjOx9IEyYSA4HtL6q8iaduPefFqepZ/iYNSS3MYZFTkVQI88qtaj0VVmBam0c1oe6HUgulq4kLQkB17K7BN4y2JfR61BYUEpp2O4vkwzg2yNvQM005TFmo7+/623BD5YqYaB36a0FtyfbU2IWPYLHxaYxi+OyaihTo0LWeysGFHmg6TG0Rpf+Mmh8h9pUzWRrKjPXny8NoCEm8ZqtziphTHRixIC9h8cmnGfKqRlwZBFtmOsYWpRimYfTgrK6rGZJPAGXlkCwbwLBaJviLA==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-02-15T09:26:44.946Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0000-0000-0000 ;
    a npx:ExampleNanopub .
}