Nanopublication

< Home

ID

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

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/RArvGxzN7W90Lnx2kOAuNjeUPGQvaGXEocYbM2P3m3PEQ/> .
@prefix this: <http://example.org/nanopub-validator-example/RArvGxzN7W90Lnx2kOAuNjeUPGQvaGXEocYbM2P3m3PEQ> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqu5kCnX4XnFC255cmyyb00w61BQuvTm67So1ScOqezsDHN0c951gTYSHFbsfXXrtSezjJlduXweIXSBA1AQBL3QpSZiDpCnGIqi8QrMM7UqqQouidOlmCzMLbMccw+7tZ98LK/64MyEngHmuxpIX8Ec97qfG6Tf8Ao9zKxkbSv6oemACTYOUaxOqnP/725E83VSRjJ0a5hYRuSAp5qd8J8OsMsmCZ6SfgxOvvUMaa2zYRO2PPA0lh1wzVFL2xDrlnGWgfDMyA8i6tqdnraFzFLt3ZKYDI1MApYwbebKg5ylbK/mibGhI5j6QKGJrIL55t/pEdgNFcHnwO3vDd0ViNQIDAQAB";
    npx:hasSignature "OfEqGtX4IDT9Vv9S9w0hXJNaZJu0O01dQ6Ok8ZDBawhBeQ+/5YwsOzN+bEIli00B5Zc/4QXYdfzIys7mNPp2W7t1btF47Py8kyuhnvHvPW/m0i1HVOU1ym43MXpY1XEUx8yQo/czGQ5PNgDVxKgyx4PkkMM5XAEbb6qgxwOTBUrdJKyTSa/F1Nj8pJs3lezkKXBIeQ1fNLtAzWqA43Yijs2xERPFKYhMb5d7olOygoT53FGdTDiiwlOStLuSK/LnTCGp1jbwXRnVpVENPJLc1Ss0lL9X+JkMw+v5rahv0w2Y7ik5IZ3IGBKFZ0+ldTKsDnXO65Nk+rX8BneTnhbMgA==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}