Nanopublication

< Home

ID

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

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/RAcjaTl9deHhpAUpS4gg6SGWmYSpvDt4LjvliNy6SCoQg/> .
@prefix this: <http://example.org/nanopub-validator-example/RAcjaTl9deHhpAUpS4gg6SGWmYSpvDt4LjvliNy6SCoQg> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2WkKP4+VaOC9UQV9LiQ7EYrF+xW/6dbb2cYSCGCTubQy4azWTzISxVShq92T38xC5C4/ZaV06bseq5XsnrRJgQn8stWnNVt+ABh+dDO0qsQ+A99Ioy9DfikEVXSUeBxZr2W6V532hHk8D29PgkMhX1vnlhCsPKA/WnKVs8ib0cL9KyuMPyjivFibHsgks5adYJLQBJ3kLq5cwuK80xuq5z5MjNdyrpZrBmagsPKhSwoTRhxUhMCUaeuZ3BOHbU7+YWMUdABe9DIrLkeAJyMrqwwqPGl9sDAE6OfXikp2muYSQiTFTOq0nEPN2MpyGTXOgUQ/geumoVE3AxaiTL+t2QIDAQAB";
    npx:hasSignature "mVdFwgMXabE78XFYVUMKBa8v/2FNMXx2uPFm+s8SUMvC1P372tJ69Ag8xvz2uaEjQV3UAtu9VAOfNw4bUe4fl3vuHfSSI/aGI2tzHi/G0YzSWsUzf46V2P/Vilqsas2+/PcZcOaq9py5dca+R9pN5BeKSBw9AaLzm/lOuMUeZ2LDEpBF2rXjfDPyW7fWHymLyEUTBPxEBNxZ7LK04Xhekd1uaQrAOOApU6Ps+KNQaa9oe5tiR9hePkvMcLULKHV19y8g8zYbuTSVyu7YaQouR9r4HCR8xxrDdCcnGQwbEbRdfzJ0j3zyYw+6Ttp+d74hSy+oJU7VD7FDysvyhEUWUw==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}