http://example.org/nanopub-validator-example/RAHpttzlo8NxuxbUp-gWQ64LDTJWEB29IDaGFhazhjuK8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix : <http://example.org/nanopub-validator-example/> . @prefix dc1: <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 ns1: <urn:x-rdflib:> . @prefix ns2: <file:///home/runner/work/nanopub-py/nanopub-py/tests/testsuite/valid/plain/> . @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/RAHpttzlo8NxuxbUp-gWQ64LDTJWEB29IDaGFhazhjuK8/> . @prefix this: <http://example.org/nanopub-validator-example/RAHpttzlo8NxuxbUp-gWQ64LDTJWEB29IDaGFhazhjuK8> . @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; dc1: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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsb4zeixixxurTLFk5E14K8lTUMud4t39IB4b7+nKshzguikwu+ADf3PMCd5yWfPu6BBrLiRZEL8442xpKM8stJDo+enryS5Lw5NubDMEO8gwHOqZDt407AKyMoRyPVMpnF2+zTQsz1u/U59Q54sgdxrEodVD0K6F6j3SGZ6hnt4o5zDpzwtAeNVj0l9QWbXE0NQPSTJxj8JGpPwOG2BBx0SLzW5/qZgGJmtIwNTBTo1hg0rsWi5VB8L8Yn/amjLfiqnqm60Az74xTWrxk1gmPobh4fTffKErbbKaYr6WCEsGFi5m/1LkCcjaSxt7FCK+y5D64/vVsr1B5YnNn8U98QIDAQAB"; npx:hasSignature "ADTtkOyjS84H+PsnPzGyk/XrW4OezsxHcwOTtaYK28puEMP+OR+Q+nQDjMdwQow33aONyIXPxFLR+UqD/QrGvcRfROugzwldOAilvwIsOaLCyykGd86kT8prXRI86O2tW4TPXDCNE82a9vE0VLwIsyb06mc4M/1sQfX9VdW+jRt4RT4eZGNmAVEG5y173TFOn3EO/ZiM9XLLP/NH3DKQYcg7CmFGO5p1BL58DYdvSwiA2GCdkOinwlPjE1MurLqHdF0F+GwtAEANM+qtUwgq/mccAP+SBaKGNQxU4iu1rRn7CVMVr6IdK2S2qWFaYS9NG2yrj26rk0o2U5lqrdoeZA=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0000-0000-0000 . }