http://example.org/nanopub-validator-example/RAmzpbwhqKMVwP_thcmNcRZFeZ3iikCQPDAEhbQxY8bjM
.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/RAmzpbwhqKMVwP_thcmNcRZFeZ3iikCQPDAEhbQxY8bjM/> . @prefix this: <http://example.org/nanopub-validator-example/RAmzpbwhqKMVwP_thcmNcRZFeZ3iikCQPDAEhbQxY8bjM> . @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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsYZd4mo0K1rvVfrk/y7N6eb3XS1RJtZrETHyU85clwB3zcIqF9eedkfM8VEIlSccHyV0OpF1SY8bbMHVwOxabjS8q+A2elviVK6/ML0w/JJHjE4OjZ01xh3h5zr/7NA58p0xGQ7WihgsvE2mCAbMCukvMbXSTPErnw6bZ+DP5OkZZfswdU8TlkVXFodEiy0O0fwXdfo952OXd2yup2UMrAX5Wh0qZ8C+lmoSsuWlvdpsE7P0vZ3ox+p4d95hvynkgnvehpZYShrgQKXXf3y4DVgDRXG6L8OvmZkDJc1KABwFBnpa0sK5aUYDyD5iJktKn7psvWpWw1UH/x10/B7PYQIDAQAB"; npx:hasSignature "PCq1iQQLr6fLczzMje1OyCHcOwEVsZaTXgjpDlcijI6eJ9Y5RTKiPYkjs7m/eIsg4URi1BXvGzNKpQH2w1Ji+TlD8Q+o6zmmmWIOdmcbEaiEY9xj6a7ZkJ8zad1llycmLITMs9LlEnXwLwcaZiwKwKx2Gn7O/JEoF60Dnx/OG2sDYKsajZRDHsWYfMasxN1iwqqRSNKpDibXI69j1X/aTm73rrOAGR9RJfqLoNpsBWJKVgG8RT9phYeg+JdNlnkdZlR9zZgeJwVDm1VMdkYCCmmAzWefLADPOq0c+vf/tcxQ0zP+CgFVG65BG5xOSAZpZeBtlKyI+/rVKE0kRLYZ9A=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0000-0000-0000 . }