Nanopublication

< Home

ID

http://example.org/nanopub-validator-example/RAUmFIgT9T-xFU3GYP3da9E_rJ4IELAM3zmc7vq5nz-Ho

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/RAUmFIgT9T-xFU3GYP3da9E_rJ4IELAM3zmc7vq5nz-Ho/> .
@prefix this: <http://example.org/nanopub-validator-example/RAUmFIgT9T-xFU3GYP3da9E_rJ4IELAM3zmc7vq5nz-Ho> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsK1Rl9q1nW+5kDK6jP/5gKfwDhy5YxKyCZJi2d8ok7K4dGtZuYKwLdveDpcR8uS0FNUCfZ6w6uI4hFWjVeo/OELBa02VkRxCER+iRIshCm9qN1lLymjbN1ZGgQR1pD+Nkjv/c+Al/i61GzjPy2VnkXC5itpMl8gm9E7hbmIV3AMxzxkMeXHdV6YD0UgOM4W1F+tSibp/HBUrs4hRgabmM795kIkHdjJoe1VZofeJy5iD/0UpC4cfZtTxRPrJpIX1jVf5VgLfVEHHwTWThdRyJwK+a86JAY8Zt0ZLHwcPbt5LTfbr5JtQYi27O7DAaZjy4FzbFltVI/UqLPkmyuXTVwIDAQAB";
    npx:hasSignature "U9xPMG3B5hhf2LZKf974CEmiYkxPvIs1lCFJ8Y4RQN9CfaRZkE/tcokK3XnqBge5U3Rk6tlc8D8+vErm1wlBZ8JQ6+IyXn3Xrmfadb/QJ0BL0DN3N8ULo4kUeyAfwo1FrlV+EXtrDmrKVoOisxdDskkVqhRqmjm5t9/z2x3JT7dUyJR2JIAHPWF2eQAuga1gZcS5roALOKb6dedQixMD5swQnXUW1BCQNyXj9URm3Q1AsvbdbnBMAUXLU3XNkDtnTT7kvrHgulDIcLNGlzSiVQNz8HES2e1x1zMMntbX8Ahm4Cebsdu4rEeSL5+haH7OfY/78FPCQSO0T9hi177rww==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}