Nanopublication

< Home

ID

https://w3id.org/np/RAyklitEddf8pgwsHaSIvZgp-uKP6FR_fgSOkeqcFad6E

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/RAyklitEddf8pgwsHaSIvZgp-uKP6FR_fgSOkeqcFad6E/> .
@prefix this: <https://w3id.org/np/RAyklitEddf8pgwsHaSIvZgp-uKP6FR_fgSOkeqcFad6E> .
@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 {
  sub:_test hycl:claims "This is a test of nanopub-python" .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2026-02-14T06:25:55.386364"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}

sub:pubinfo {
  this: prov:wasAttributedTo orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
    npx:hasSignature "nNh50VgZZbYhz/g77R9/GaKJ+HOUbCLDb2Jz/Y5Vq1dm3UsSeu4M4fU9g5KnLBGV7n9ZuOd0WCohTkfYkyxwf+ER+srgyhQwW29w063+5A57lhpY0Be3xyPaTBfe7adypEaLfhMlz/2OD/vVDBO2+Ml9oCYBZI7/GXLqvNtI7fM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}