@prefix this: <http://example.org/nanopub-validator-example/RAAdWUTCeSxiV31gBkxW1KZZAJyyNf2yf2mRdToPlCbtE> .
@prefix sub: <http://example.org/nanopub-validator-example/RAAdWUTCeSxiV31gBkxW1KZZAJyyNf2yf2mRdToPlCbtE#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion npx:asSentence <http://purl.org/aida/Malaria+is+transmitted+by+mosquitoes.> ;
    a npx:UnderspecifiedAssertion .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/ISU-2010-0613> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "tests/resources/id_rsa.pub" ;
    npx:hasSignature "KdLna247t2YzpjN6VXV+n6fapi3WkZWd0HuXYUmVAhgVqpvRmzD8hi9NPhNnL2XU2p9ha0fqB3tNV4narfAxGBmX0Gp5+4LNYV5G/FYXup9z56idZ3k52GJxS63wPF+pkfos4bCxdyGjk5eF9EE6i4sPvctj+eYjNKOATsPMddY=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2014-07-29T10:13:35+01:00"^^xsd:dateTime ;
    pav:createdBy <http://orcid.org/0000-0002-1267-0234> ;
    a npx:ExampleNanopub .
}