Nanopublication

< Home

ID

http://example.org/nanopub-validator-example/RAw79C0i-44PlxsbfGIlacOuwlpa1onGxlY1sgfB7w0dc

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/RAw79C0i-44PlxsbfGIlacOuwlpa1onGxlY1sgfB7w0dc/> .
@prefix this: <http://example.org/nanopub-validator-example/RAw79C0i-44PlxsbfGIlacOuwlpa1onGxlY1sgfB7w0dc> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA46XoARIjVaKZEgo3s63cEGwRp5y2DwXZ4yVO9cwkQBIrdBWSSjchLGj2PZAq71uK6e9nPE9bEOjzKLuopyPJRj5S3MZNXoEq6EPEwXYqVwBJVjQt+TN56ReMx1DdAi9zSHSra6z9cGKu9+VXLuEkozU6o4HYIRP6Kx8HPjVbyTYQJluUicJk+03jq9l/vnshjbP6dG9+IOGhEtN/xXbWwWRwzdUXiSe1mC+sR8xXHCH4ODMJnRUn6mIzvgl38kIakuRQVn+WPTqN/fiW4+0CgIgbl+JI7Qq08uiPLe0rKU2WUJZWBS905ltD1DS5V1w9S96BO8Gp9JMhBVhbhIqWgQIDAQAB";
    npx:hasSignature "S2BTn3pEihJ241vXzsTfqsxHIwRjQFpPa2kxR3albQ0/z1NEK55naZ92OPB14DRUq1oDosinz1k/wI1XFoiZ0W66PwrCUid3XQ3hj87XFb/Vi8YKcK+Q5MSrK3IwiFRCuLQ+xBFDkLwxsWDwT0gt5Q+2fS+m9xqFo5RwhGZcFtUCTmzAfu3oh1fn/v2qjyAa8e3bWM/HydjNGA95y84buG22H9hR2nIEO2K18e925meOs2Ljvm0i2PTDGcNpiLIEUgE0enBxV6xQvIswehwAd1kpA8U3B3ytguRYszYaqizRERt9GPyOP7t3EAybWE92NHuygq3jCgNr7jlxPFO2LA==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}