Nanopublication

< Home

ID

https://w3id.org/np/RA0VfRCgk6ffYZvHIZEJeh1y8CQJSlMFJJ8lkydh4PN-0

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/RA0VfRCgk6ffYZvHIZEJeh1y8CQJSlMFJJ8lkydh4PN-0/> .
@prefix this: <https://w3id.org/np/RA0VfRCgk6ffYZvHIZEJeh1y8CQJSlMFJJ8lkydh4PN-0> .

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

sub:assertion {
  sub:_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 "Z7l5i3FFg2ST0NFF5/hr6ZAAwhe4Bo+06drz5caWa6vUQCpLyMW/G+tYf6ACCPOqiNKvhfD4pHSRQyA1OIRSOVNBzaFY3uJgKBReOUOiyiwae11qGipSSHd5u9dkSGqdYykXnqthrVxf2AoDJw5UpsghNB3H/gKzpZG3PakU7d9Hkp2IFhwjK8314Lv+tq8jtvTYknBTJt++BIM4ek7R53RnBFVIFArihWH1I0Mgk67YKFz6ziJ2EWu5IxigwGtAqDMRwAGYeCy6MZ1OKRRmPfWH4OkbfFOFq+ETbmn2trZlGmH5NcDhAas70C4+SgfpUMozYvEI4OoCeRReBW8+oQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}