Nanopublication

< Home

ID

https://w3id.org/np/RACo0wIH4g22EE7wmTEwFL3v4nnkv-9-5wI-ewngFaCIQ

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix hycl: <http://purl.org/petapico/o/hycl#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix sub: <https://w3id.org/np/RACo0wIH4g22EE7wmTEwFL3v4nnkv-9-5wI-ewngFaCIQ/> .
@prefix this: <https://w3id.org/np/RACo0wIH4g22EE7wmTEwFL3v4nnkv-9-5wI-ewngFaCIQ> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <http://test> hycl:claims "This is a test of nanopub-python" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}

sub:pubinfo {
  this: prov:wasAttributedTo orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr1FJpWrkEnR3doF9yT2jNswK2fcCnliZu8qRj53kfjpMZ3QSYvL8+L8PejoZ/LXPSFXdyPNEpTa6Ze4UzBWmO7p8ozXJVfDLOJIyjSx9CkDhOrUfHjWk012qG+JL0t00kjeli/q7giCT8eX9Z0TiInkkcBKPIYx2JmnCCuahf1fBTqHVNoxaUemiOzNOMuyngunI6as13vY++iC2eAX13BuTi15/uDxvpkDtSWJ7QJkMiPzOIxT5cqlL2lgijZe4c0XX8P4cpjQ73a9E8Sz7XApWwm6CXoz9uvir7nNYzbEgGTvhkhociaQ/nbQmbZLqmnagPROx4tl/ba5e1AckLQIDAQAB";
    npx:hasSignature "MUjvJzX1e90lMbRVxD3+vjGy7tSu72BQXRidDmJGkx8Ef3AUp6TaYkIiLxrUTPkZT8/1y2xth/g1LCntpI7OClZIKR9S+dP3COpMVrYz7uDWm1nsiQxauoWQ5p9BeoicfwcoiPmEArXpGz3QZsFPHNvHMZm3l01Wt/Np0vvxDMyjEneTJbYVTyJy1DMXnbgcd/NS40PrplvGayQesmz50ZrCF1fI9bsIa2QTfqtKish7JgdLpNqVSQdJzwPcOa0ztBpGd8wlXfMz692eCr83avNIlKKjMWfg4PGn4+rBD3exvnZCNEz5RyK1imKIhM7XNmffqpWoVQBESFE+yTGnFA==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}