Nanopublication

< Home

ID

http://example.org/nanopub-validator-example/RAtnez8CWRJSOvgjk-BmPPSqAnhZZAo9Y6-UzurNoImiA

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@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/RAtnez8CWRJSOvgjk-BmPPSqAnhZZAo9Y6-UzurNoImiA/> .
@prefix this: <http://example.org/nanopub-validator-example/RAtnez8CWRJSOvgjk-BmPPSqAnhZZAo9Y6-UzurNoImiA> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqpbyrS9E8Mh+m2do3i1zNJ3gzA2BZ/LPUMT85T9Rydwsh7qQz5Cq0VQvyV0rkeDxm+gDZj1BYxXXrLC99wuYpgw7pdd2RnSdbef3MBEFSLROAFtMY1b3vygPm2WiRW4Za5Cj01X7s6yf7Y9dUFub936/CLNGY+Y0ChsklFS2uLLZVHwYWID1YvL3bddzpTzAvH0P7QNh+aPoVsi90raFaBXor3PS5vnX2N1rPPnVsssAi/yfqovoGiQv1pMo0C7rf8LDzeVs1AmU7ZE6qzh0nd7fsN+wxVYuuquzuRceUgr+m2HmLHciLX7B6pv3q5reaxaz9AM9EzA9cvVehoLqGwIDAQAB";
    npx:hasSignature "jfbygksRGiPnYnKnDtErGqbMY0/drMH+MJPjV6Vb4BXPXS5BHE9hghokiAyUXqyB+/2Fdc3/LhjhADIAQckwaLreCN1VU4yuzU8LJc2IHqUwZlgKqNbGIUyQCEpqKfYYB+HrVmEAMfkUcxZctNTwVSWotb4l99BZbRJmIrLpxiHisv7AN0D07KzKVUkUkpY7obCKVEp2i1ExBrV8Dryc+8hkfOwEJaUvajk42dW7V8NoralF0bR7BL403vsQgJlE0JcXLgHF6o/HiGO5Iedgz5B+dBTXSocpEJDDlvplibrR90S7/9jyhJHg/QwWye18oREamBmQA+ktK65MY1wzQQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}