Nanopublication

< Home

ID

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

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/RAQkK5C9oHU09apT3X4bybsaca5dcLqORj018gDfj8qDk/> .
@prefix this: <http://example.org/nanopub-validator-example/RAQkK5C9oHU09apT3X4bybsaca5dcLqORj018gDfj8qDk> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvzCysrKBKL+Z4eFhJCdchtbfS+FRk38oSbRqMqp9AveLG0NUhb3yLpxwef+793cHUZhtyW/jZtT40Hgd17uwWHRo49JxH47YXKiVjdylZ82XpMyMju1d2ah92g47Yg3y6OULkb8Om2hp25hDx5Cfr/MyJCuBCrv+1ivMlX/JXwiJu5sd1zVKPq7eTCEhhC4/9D2yI+M4ieuAlOs/We22gWE9Pplmq0ZbBUQ0d0TfMjYflsWagzp+oG1Ik5r+FrdUwOrTHhGDDlG4CJI9oekY2QE6/PJcKEuaynMoaSERueF04DStaXskd1+oJW7Vsm7R9OhYUWnOWq7rIVtrAnd1RwIDAQAB";
    npx:hasSignature "WNMZ+i5zNC2GqU/a43JjtZ3lBE0+jo3Huj+gJIq0d+2amqIRatU8T7QijbDWOmGvMqiEOkIda9BQfw01y/S3NU50PcVkW8VyHVU6+mooiGVMi8l0fiM8Y+sbo/keqeSv1mR+O22UQB05L7MDG68OHRPKheq4VOrRRZdRASmFNkcuYvG/bpVfLV0Nq+sLj/ATsRT6XHTIE+Im4wJ7Y8Q3veoQ7WO8MDiaGRQ11+AY6s5mSYJ4k4N41bW2Sof081/Rv8eeSoGt2yRUBWwFCvddL0LcSswOYDw15NVsL3Z1qhMyHkd4vTQo686wooYDC8lRkU+2u/HxzJtJwNHR9N2sFg==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}