http://example.org/nanopub-validator-example/RAPRIWJ1axBDUmmFGZQbNXmBz4Tk-GhUS5bqIghaxJo1s
.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/RAPRIWJ1axBDUmmFGZQbNXmBz4Tk-GhUS5bqIghaxJo1s/> . @prefix this: <http://example.org/nanopub-validator-example/RAPRIWJ1axBDUmmFGZQbNXmBz4Tk-GhUS5bqIghaxJo1s> . @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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1mAoWBvJ+6zrvVgrVDOeVNUey7aoTtYL2ItTcJTjA82Pf//l1n++4N0D7kuL68fF2uiSdIayNqoNWLCIq4H29UDnF/PZb9XEEeLJ8rd4niuDfSLeXCIx0h/zuFSlajPuz/KwnMYTcqhp43YvALijPSOzZY6XxV4ygQDK5L/95CWq0nI1UP7T6eGP95gbgFtc0EoTLw5IaSzob/4+2J90+gtKAmGJjFzp2U1fghH/L1niP6ItrzF87IObpVf1WLbriGqeggZsn9iZ2O8l1DbBfyrleaBYBq9ALvxkd+KfF+5dKs8/GLNLZqjR0LKY4cVcezX1QtYsrHvp/3rn3Mw76QIDAQAB"; npx:hasSignature "jUfjlS5OikZttTTn0E4cUWBwkg1vOHDi1B6Rx17KsA9x2+nZi+Ea6EQrVQfO+tcDFaJABee5x+KjSPKbFuZzBafm1xQHgxIIZxXx683aVeqap2fsHGVUYUsicBy/Br9MNJKWcB+6AZWKkdaGa1g1OUwnH/Aft/jKnMwnrDONvCY7wvjH9TM1RfSGJVdqQ6Gdv2X4K2+stzlVZldPr2SxIbhPyXmEP/9zfBZSifyoRTj6TJVfk1xv1SPYrZ22BbmjgzVex3Xe5vUT6jAN/kf9wtoZC8EH+yZOhH4tg2/gpGaiE8tNZVC7wb18PZ3i32TswHyvZ6voxHNFZ88J2PO6/A=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0000-0000-0000 . }