http://example.org/nanopub-validator-example/RAnqoFV6Iws5bIB7GDHF0kQK_Y-qdBblWPPc3zI17RlIs
.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/RAnqoFV6Iws5bIB7GDHF0kQK_Y-qdBblWPPc3zI17RlIs/> .
@prefix this: <http://example.org/nanopub-validator-example/RAnqoFV6Iws5bIB7GDHF0kQK_Y-qdBblWPPc3zI17RlIs> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq9e7QDcdFRyokJ7JxLp/0BfiWVeeYdm+AIdNGQ27UyihfAfe7zhai/RL45ARFI8E5/L9LhnoW/qhy6HeDn3/QcH33YZuyvwATZ7aB3x838kbWaZLnmko9I1L9Sb9XDpxvyckkGo7zgZ92y+5UcU/b6urEqivUHqBm9dB5g0kkODzbqBjDUIokKXhr4OFlIWk3VaYpK+k4ktNHdakcqp3F7ZSBU+QKlLiqHEXNrIAsW9XukVIu16Zo8jQKJFI2edPmyhJV0tJ7ChfLut4YvErHXxv5c0d0TIO9BFGs9JgS16L0sVvphYWkOTLFaiYrVFb9YqNwGU1j9gX8vsDYUSSLQIDAQAB";
npx:hasSignature "ivnLIT+wG80WGQ+lY0Kr7NSpdrTsTs3v7YiPmUBv9u4VzccNYEBC0HQ/PJW+ko2BgkGmjdwhEZes8XHWC3yR8Bo3a9tZKF+TlFbZ949i9IgcHj+5HI5BZy6dAjIMGuAoOe8O25c2nF5YjPaMt3Fh0bHeUWAB+676icIojgRVB0QP19Ikhpn45B8AvqgazIESnh1b0E4YTNL1rz9Qs7SxfWrxO9uSmP2onuhDjKvJUz5B/yPnsjKCGxpYKDoPXo7vzQZkZ3yiTLwIv9Eg04VwPjslPxFc1p6k3Au+AGsD2cmZoR6KgwrWhXfmHwDweswTTYcDhzuQ06n1desmilUMkQ==";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0000-0000-0000 .
}