http://example.org/nanopub-validator-example/RAmcJY4u2NRRW0-XAF3Dlu2vJ7NKP590tEZL_cNwLGNnE
.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/RAmcJY4u2NRRW0-XAF3Dlu2vJ7NKP590tEZL_cNwLGNnE/> . @prefix this: <http://example.org/nanopub-validator-example/RAmcJY4u2NRRW0-XAF3Dlu2vJ7NKP590tEZL_cNwLGNnE> . @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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxDXL2h/g3mKV3Oww7+9q7UadUbf2qDwhE1ZCrpFIp/TCmNv3ISJjPvXXPmdMZqTTLOvSXbT7O/vC000MIqV/YzF2eniZ1uZ1YaEx8Sj1hwx5qMk5+hNCgZnNAVhHxs6+sXQ94piVp7hVy5nYeoSPzA0ZhZf0joAOm53I7KiU53CrF7TCZ5Z5XB324ChRdu8kyrYNbSRrJKUZR/lntET8ANkJR4FyofogRa21uuXc/mbM1l+xk9Qn1Ir5EsBwadpBr1salIKyMv4vukRDbPLkhtbvF3xHY3otW7fWEEDAFzSaP9RXfTHH9SOe8duXSdDww0yFPzP/F4Ksj7nc+Qe2pQIDAQAB"; npx:hasSignature "KZ2H8HOvowge9o8BD0C/GhTCFHslwkODZui0sllVj9zPximVJZxlD8BcASfPLyWvMKOd12y2VpFBKccxXCZ2Wzx6lyCLxZUD/7cORwX7zf4xYSayfWtpoC+NQfiRNqgiZ3Nx5DjgQEo1+XEY+4813tVFi5TBr/0mNizEzT2tBYuLthXfXLwdP52n/Wio/X5dpQXpT+3mm2A/eP1PB2Lz42/OB2Hxj4VECePAH9FP4YLLDhoUdB8Yrzd7PTMGgeCAUAxzLzUD6J6q5aS56Eq96Qpj9KFphhkaBm0/s2jM419okKQIQyd2PIVgJ1iXQ7Vfh54hu840lPq6gngPN7Vz7Q=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0000-0000-0000 . }