http://example.org/nanopub-validator-example/RApieDLFKmndUwj_C2j3AF0KYwLFF6u8RSUWGFatz90vo
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ex: <http://example.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix sub: <http://example.org/nanopub-validator-example/RApieDLFKmndUwj_C2j3AF0KYwLFF6u8RSUWGFatz90vo/> .
@prefix this: <http://example.org/nanopub-validator-example/RApieDLFKmndUwj_C2j3AF0KYwLFF6u8RSUWGFatz90vo> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
ex:mosquito ex:transmits ex:malaria .
}
sub:provenance {
sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/ISU-2010-0613> .
}
sub:pubinfo {
this: a npx:ExampleNanopub;
dcterms:created "2014-07-24T18:05:11+01:00"^^xsd:dateTime;
pav:createdBy <http://orcid.org/0000-0002-1267-0234> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoWp6o3K6dFI5QtV9QmfElM7o7ylf5dJl593Qiszr+c1qTp3vPlWOHTSnGnyRw0z2mcKY6kAJjSOnNYswukG42TmS12BAwm7IEykx5fqc1TrWsyifH3TgzwWf9Uf165Z1zfm7iuLgdBxMYEtMLrr9hBBxW8KZrAcjWbWOd5j/WDlUEnfc8iUkBdB/PnUWesxxMrRBarPolldnMGwRuGZVNNPEIJAyxv3laguS6Q+KLGTp3HrmjLn3ycweEHMqQG5k7MU5NrrvHUXLFXA15NC9DRbYurNgKdAVF+GfHuUUZB1MUhiFPm/XE0xAQ4jRAVVTlbJbdhW9vr/yHHs1Ppg9iQIDAQAB";
npx:hasSignature "J0mA3JEVIEOJN4s6xxA2RpEIB1NaaLneCnrZCzM5CtgtXLcih8DiNxam1N81rD6F+5q2Whf/dsRQoCyU1ANFsUM/Ni0c9FQ9hNIvn+iORmtztfEe20vvQkBJfVzGJV7C/KHYBEDRKWzo+X8hX9t9QrMLXHJtTIPCMITWWg9mucIFppRrgs71a85EDp4YvsHPXJ/K/LKmElNIJmxFGXV/BCu0q6Cd6fYlHh+PQOvZlgEFdREQGne9C89jMy6JrBPTbEGnPdaQFwuS1qt62cJWb3DY2niiBn9yUxsdQJshXtYkJL/H1nf4TU9cr+7zqSywqzUjsiMIoilEQmC9IXwuQQ==";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0000-0000-0000 .
}