Nanopublication

< Home

ID

http://example.org/nanopub-validator-example/RAAMGvrzEPLr9tFQ86atkzZ5LJNjKE0ztrlWKZJqsaoNA

Formats

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

Content

@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 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/RAAMGvrzEPLr9tFQ86atkzZ5LJNjKE0ztrlWKZJqsaoNA/> .
@prefix this: <http://example.org/nanopub-validator-example/RAAMGvrzEPLr9tFQ86atkzZ5LJNjKE0ztrlWKZJqsaoNA> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyKPwYwtVRs9bfT2pK77PskDtGeXMCJhectoq7e3gKUZTZwiHb4vDaz4EtKJ5G5/7DhC0b+7iKqK9zQrc9ld45d4UCYHl8ieOQ7OPyVRcmn5VRCKv6F2UgeipqkDHzeFhHtdZDwvTf1w4xwVuk2vLYIBkdJtqMjKFhHfoPABdgO3J4oOQB7Lt/S0CKqoC9h8Pcccf8DE9siKA5yMSEbqzk5zCUgoonOp50fX9PCGJAsGDFTD6Y8XJlehjy8cLyj4Up2bycAuFIQm2s86RGDie8nYNegnotlsNezPok2RO3nChGJcvhY8dXabG29PEmzMDen4Bdn9We4yU+a/yFEQedwIDAQAB";
    npx:hasSignature "oLPQOS7+UPJDVGJ0AJpU8ArRbhVLRaMikyfkM8c3dSy4mDiZABT77PBVmoe0anzbYLmum8ymdNx+igsaAGdHoNwGOJ/WV1hl4/lqlMjX8OMxjUrP2BeY3n76MyxbRv9XXnWgf+dEx0xy0UbE/BEFQpQx20kkmQ33t3XOBKHStZIRzYhp3D9gsTLkDkNKoSAABnbMWrKKUt9I9kAVr4Kbu0JZv5ZTmTovn1WpzGg87DvfOPDEjqzMyrHKRHqPv4fwA6tin3EtVALcRiBFsEJL1MRywI9PqYIhGyR5VBBEhJKK0UFFsjD26eiLkHcNPb3d+OG8kVdX30QHQLiZ81R7gw==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}