Nanopublication

< Home

ID

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

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/RAhuyhDEuDvyPbyjrF54xG8gfNlddUvqgrcMmgIoAMnhc/> .
@prefix this: <http://example.org/nanopub-validator-example/RAhuyhDEuDvyPbyjrF54xG8gfNlddUvqgrcMmgIoAMnhc> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm5Eg0GTXzAmteb1OdWdNEkHDYUB8mQlmaeE0JaKZdU6paErcVVm308XmAm4IWYRTiWxB8q9uLWuKgoWs4u73+qSesfNSTFQ9eBZ8WHdAWojrkFYDtvmPUMObG6ojn/MWJ+N122TfUC00moGNEnCYHjO5/sr/uZKyxbvFhR7dtndPKNq0N32KYyCMc6QVhk3LMbkwNf5uv55yphSyFTW+SVTMFEYBAwY7Aeq3olszNy/oUch1nffkJfU5AeEorVEuHsyECz+bgRjVdQof0jFIfopM7e+0n4LRmsk7VnIg1JnzNLINHIPwIenFAeJ+F6OwPGn0kiFR9KqfD7Cxhn/bkwIDAQAB";
    npx:hasSignature "IaKkgdjfHJC0hMU4MvhaHETljCzewHDIC7/ZaGeo8mfLg040xrSzW5dr8RcFkGGlPPeasH5e+7MtPdv2/EtAqS/AU1Ind08VmkTNyABJv35vRm1FOwheAvygOrh6tv0YM5bDIwjhAZgWMJXiVWNS2Q74h3qvDpV6I2pVGR3YcOUW8OFFQ7/Ks5UuoYTM3S8j1LJZxvX4pK4Pqvd2YiLSP/JGOUaOSoHltFVPz/QvIXIFfKHiurF/zcD2BckqW3aiYb53NeckQKiH35mOt+4RZnYduArkggoTB5TjeN/Rji5XZSabjeV1X0EKpiDg1rO1NGZdq2f7S81coP2QaBndCA==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}