Nanopublication

< Home

ID

http://example.org/nanopub-validator-example/RAPkHSx8L4-S0u5S00xWRar38tw1TChEEact9nEjOjUe8

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/RAPkHSx8L4-S0u5S00xWRar38tw1TChEEact9nEjOjUe8/> .
@prefix this: <http://example.org/nanopub-validator-example/RAPkHSx8L4-S0u5S00xWRar38tw1TChEEact9nEjOjUe8> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1MWKv/PgzYBj/MaYxrzo9wAHqBw2NlbybYkHyhv1rSEfbY0EA1Sqb8/Tb7AxcxlxfxHDiWDn6y/ly4l1Hc7RuINoICWPmY9XVlh7i7bOyqIxj6KXyLe20n63RWm/9sRYa6pOnE7DIyYy6dSgRY5E5ldAWtooHAizQqAjlJP5dNdBiS5MNzADnRyuXL1/P3K5EHS+z+6/rMYf7qG8wSWq8XvxMh6PbHGP0AORmLmH4D5x2COh0nMzf5xTchOr95L2BuKFku6UpoVJLamBt2dfGml03QN+DtqLFJujhKXglpXQ66S3c35Y1L+KbcMbVpI0h/HrYQ++Oj2L8kXslOO3RQIDAQAB";
    npx:hasSignature "EDQFb3DxKUydD4PXyQYruneLz0/JvPg36S3XKtlVWxqpp5tlttJpA4bP8hqNBy4TKNjTP0Qg04xtlb7kfT0JzkXTri+EtjRtLV6YRNim2or7P88/vg/hyMcsEmF1GlTHOmwgPydAOnzOo5clu8TTAWLgbejCyT3q9dFCpjbQjfHzdxRnv0PSEHUaIceiaWI1tNi5Z2V1is2JX6uQNBMdsjnLjKYUl0U9HEluMs0Fm7MoveoctZxXbDC5zygWJYFgmmprxkIsGSQdrj2mXyv0OvOAMB845i/oTPXDYD01prJQbSSTrPgJfNrc64VYRrX2FTZ3HsmhiGcLmZEpAeOSYg==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}