Nanopublication

< Home

ID

http://example.org/nanopub-validator-example/RAdSbB7PnTkrhW-muHlzDpvrUbPxbuyWaiS9dRlo4Y0R8

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/RAdSbB7PnTkrhW-muHlzDpvrUbPxbuyWaiS9dRlo4Y0R8/> .
@prefix this: <http://example.org/nanopub-validator-example/RAdSbB7PnTkrhW-muHlzDpvrUbPxbuyWaiS9dRlo4Y0R8> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlCZ5lq1kI63nB3qnxZzdR+o/uORCX840Y2otTd+XuSg1aa+NroidlJXMdIzHEUsP8Ucw1hY3U9GuENtbkmIDHdRfSpidzpfNNr2+KM96hkLw1lZY2dYoe4mQO6Mo1JOl1A6jTu/SaJvjHcbD71Zp7C8UYonLP63aEiT3cEfivrYVRuwEym1r7RKqdxcRJ19631X6BApTPqg3wjRJdQ1eD1fArmAFIxr4yupT0HwE4Ao8EhWRI2NCNNdfo0y40a66iUVixIqBLsbIDQRGpaUXTyQraf4FHw59H4A+Xn2suecEKhFyoE/gHxaFbjG3IKTlJJolIyVXpFNF47SKRHBtKwIDAQAB";
    npx:hasSignature "TXm83iWh0l0M1TTiHyJJM1u5KrG3YRgsbBUuO0rgPRNN2jLXW8x0yMTdGDYu/aNkvxfzld4LTFSqYWa2OJQTG83KezO456EI2gzY+/44v92hqRWs0GmrZC4VMdh1GjzlQKkUWMe8+JjmhqiOa7NjcbtD8sYvxKXHaCj0Iaw0mnu3dHgkL7RcWDB2+f83yX1uSOuu0QUx8xFDNCY4vaahzPu+bQtbr8Kbusri/DzSGiTEZoFxpzhKHGuWuuvXdxYjTOQyS5K6fr5j68FD7uJ3kg6xC3R60h/A/rEL4e+g1ef6NVpzO45cuSYyygQ8TDtS46/dI9VblpgL+DJRGcforg==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}