Nanopublication

< Home

ID

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

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/RAgOAgllXEsMyC1myNPPJralOs8noZ1ZaPEpp_qfQdKNc/> .
@prefix this: <http://example.org/nanopub-validator-example/RAgOAgllXEsMyC1myNPPJralOs8noZ1ZaPEpp_qfQdKNc> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyM/hDqYFIqybJWp/UrCxi55JuzpqUeG7ugf6UntnD1ZU7guYTR1yJc625wf/70JQuP7jh6XfQLfJFvN9dBlWU/U+1B3ER2Mo7WVBTYfN35sPm3gsR2reJDCXvdmlnaCprPojj5AuA0BgZYB3cGxQOQRDWbdCrQFKONa2Sbu4s1+/C6K3BsLyMH8J2izqbzoXhFkt/C00h4484+igdhjxA0+4HRQ386DsJlVcApTO4j5DTMRfVu0aNNUphrWKqGFVPPMEmjIejK/AHUtJFDoCGOI6iHGEeQEK+YwEOm/dS6LyFhP6CdPwCYROiq/OmdMQ1zk6Ex8GYrSdQYsf2GZIswIDAQAB";
    npx:hasSignature "EzRWoBS3lTjm3kWFrTN/NqU8tlWxJCafm2oHckYg94lGymUDkZawVLoA9UQjsb3HgeiPOxUVAjDiPJFFPEO5KjLxsT5mEOxkzDnkgKqFUsig9bf1G/iRNpkUxBWsn4YXQTQMvQnoQRgMZbIa0M1fezWEUJcVSFeDN3UfS/HHm2S+SS5FCZlptfVr4+KID/iLyCGWCCnx+8Y5vT8OQTCWc1ebHBI21qlHIoCocrZcFp5YRhixhK4+nEdaYE3q4mNGIIHty9u6VQEomHGrc3V+v2cSCaZHpzF5rtnW8vkFlQE//p8ZOoSHh2ZjgYC5lAQ9yKClD8TQlv4gc/HJIaLt4A==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}