Nanopublication

< Home

ID

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

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 pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix sub: <http://example.org/nanopub-validator-example/RAJXO5Hy1EmChDKMAUFr1G50ZwJlqLD17CpaBg09i5qNE/> .
@prefix this: <http://example.org/nanopub-validator-example/RAJXO5Hy1EmChDKMAUFr1G50ZwJlqLD17CpaBg09i5qNE> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp192svcvsGNZO4iPFVyOPIonUnInsmcKCU01Ifxbs6qo/+uLkQFOjENQ+DJ1kxrb/Dipe4oupsxrw129zPWxzUwSuZ7Jg6xQvr8Eg32AuNOoy9yP/9j3xaGuoNACPmz7usxP9dgCqkLyAePZXXv/FzoY7FoeIOc7UTvWosU8OvV/yVJaG6SEGyIPIGTkKZ5ugr+CogzLIHg4mJT9hA19pwDmr+LhQeaBDo9lLr4EHHrUOZU7sGDdDVKjrZVtQYmY2NwZHsut7MDHxljL/SzqWS1AvF0ocXjCRF3WhQDI6d0tow8iNu/JTT0tMKTyqbvAVZoHdpIGgnFxFIIf+kD9XQIDAQAB";
    npx:hasSignature "EbmJX76weIgoaTcXe2jiAXP6dk6q3tt6egdwYOmCsK/BY0GLLtQ9s7FBRnpM57sD9lKfZK3u1eDWZjB1jWeFeLZVGT3F7D5wPaGXAx7zAFn0qGZ7B9X1cfcogKrMr/crb3oSXpXsuZPex9TbBV5ZEMRzEuQHg+ejLCYT6gwaj6bKGpYsJ1HqtTPZ/upUbDTSERLKK6oHcgvR9HGyBTqYTSWxN5RSLkC5tQXvculY7BRJcFr0F8HDaNaCYhokTPw8JYIi0wZa74Z3J+l9betktLGcGBDG51frCQ2N+HlqOFrA90CYa+klR4VcIBtqXMu3nk5vvcV29vlrJgq7InP4jQ==";
    npx:hasSignatureTarget this: .
}