Nanopublication

< Home

ID

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

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/RARWWgEycdfISCSGE5vxFiDpDDM2t6Ch_ULMHGI31ZRAE/> .
@prefix this: <http://example.org/nanopub-validator-example/RARWWgEycdfISCSGE5vxFiDpDDM2t6Ch_ULMHGI31ZRAE> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmWr9rW1Vu3fgeZMMzseKatv3fim5gmoLEAlTNYLEuU5B6mlcFhzASFSZF68cVJ5CPZ+Rz+g/5iYxpIEOxPhRXPLiJGVeuqIAGG1q9t593DZYCAq/NCDe6S3PH9RIm0dIr4EEQ6jAh7g81iEVHife5alyTqlSbpmOTkH+8vZI7YhhOZhjxBhCHW9YUIlxk9gnISmslLC9ht40zW1d/l6RVw/SDxnbk6eMoJt4cmlldGMLOm7wOkxay67sDAYjcYSkrlO9Wl/Ou9axPbfk547e1IjM+HxlGr4ZBiBeLLec+ZRiN895rqAQ+ZLzRpp+QJXv3WL/uUIzw0RI9SQRXleWFQIDAQAB";
    npx:hasSignature "GfbKhEI48BSmf9++t+whADOVlvLIWi97snXDYggh58/O3bO0FWVPekNJP0ZdVfMwyRj8Cxcw1KmBG+OTpEepntCVDbcAe1em2NU8KU413DOJnsieKppwpN5xLED6S+QIKqlsafoL1bcO+swNArG/BOnFKEs5UgLo1dTRGeZL415tuz1VLcTFNdcs3r/JVBz4gbBBgYHH3QnMfCtiIeR0deWJFFcYQ/wY61zu/NFLTi9Li/Opa8R1n1mtZiWt8tuXRM/l0qZL2tAjJ1VEWkUXVn6abfg3LhHoCEGKQVWKcN1aZ1/R4HrniLmZsNM9ANq/1u7fuy0iOV5wdMT3kSMaMw==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}