Nanopublication

< Home

ID

http://example.org/nanopub-validator-example/RAN98OxLkLizH8k0kJmQXlxbS8UfCaO-03g8ZaKGMF_7Q

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/RAN98OxLkLizH8k0kJmQXlxbS8UfCaO-03g8ZaKGMF_7Q/> .
@prefix this: <http://example.org/nanopub-validator-example/RAN98OxLkLizH8k0kJmQXlxbS8UfCaO-03g8ZaKGMF_7Q> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwKEFZZbio4LsGUR1PHeQZ3c/22h/aIZs4HR4MJX4ZhEink02ZNMywUH2huVSoBPz/aBL8kJ1n/17CPza2Wm09UBWhMewl9b75qRUKXvX7bzzgn9VKgTpTv6N2gJWWaqWNxkYqgzEBbF/9P6Vi6LlC2v2LQjs6r/HCcp0JIPmYn6ChbQOu5W32zgV+53z1hT1rDOeSVaQRRDDdMAch6VF49hXmNz9l9aWgvmX869875jr3TbnSKL1D/heqe54krcH5Ealwu0f5xmkItnXav6qnuzDj6os2zuHeGtQBTgn6o0W8Nim+eOMWRA1KGOFbkaW6+lD1pnpfF2ibJ4ruw3A4wIDAQAB";
    npx:hasSignature "u++4rQetE68MakR3wziZpBghhRHEF6+4rGLugpTQ++jQGfbzzZW+2c0YyIHy0esvMPdA94XtyJdHiyHliQO/8Kx59XWtvMV+WxGP50k9bpQZLKXGXhf7L2ARVLtdXlR6fW7nr8vHINfeqK9h15AqXciY92YLdI2nZeern1l2vEIhD2ejJAphH7GFN5GohOVsmkhrZgGN0bV1r92eYN10yaw2+sIDYtcHkrVZWhdwuFs9U4db5AK7wyggSOuamNETvpw7qAVqzRYDWlV1a4Xzc3OpeKKlGZtBLO3PiMgRaymqV+vjyfp9qTLsmFOGdG3eexe/g17Re3lKFT7C4MY2wQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}