@prefix this: <http://purl.org/np/RAO7uEkxjWfPDsJl39IQ8JnNFf3sgbkfjRcblOgBeWLC0> .
@prefix sub: <http://purl.org/np/RAO7uEkxjWfPDsJl39IQ8JnNFf3sgbkfjRcblOgBeWLC0#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix ex: <http://example.com/> .
@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 {
  ex:mosquito ex:transmits ex:malaria .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <http://dx.doi.org/10.3233/ISU-2010-0613> .
}
sub:pubinfo {
  this: dc:created "2020-04-22T21:20:51.683+02:00"^^xsd:dateTime ;
    pav:createdBy <https://orcid.org/0000-0002-1267-0234> ;
    a npx:ExampleNanopub , npx:ProtectedNanopub .
}