Nanopublication

< Home

ID

https://w3id.org/np/RAHBEb5MeP6fEAMZB4Le1bAEHoGm01Ry-WXIQ7v2SeX68

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

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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhLhYP5nxBFg8hz9oAMXzSRBkLRsRa0b8Y9IMY2oqLC+2ow2y8xKi5E1/XxizRbqwL9u7VM632RO2wtXSnUnS1434pwmm8w760QG9i/OCRthPbxMnrriNTHEO0YeuK9sZi0rq/5UyuI1BYsEdo5rYSAmCMtY8o9KRMr+rqwDC4o5DCP15ZKNEQ4oPxL/KofzLmbN3fH+JR3oVauyjohISMHNBayA2puORWP1SdsTZFksNW4KFilWQ8IDJ9ITcN06jsyCcip/ctJi7pB6ZC6GZV5EfzFl5Urp7a5HllqTPb/4vBB/p4ma1zsE3zgfRCYvjtOw7bl1Id2OOcaHs9MG/5wIDAQAB";
    npx:hasSignature "WtXHH8Qf7lxmPJ5wDkDUhEaDPuKD/RfcqETKOLLiKtNlkdf1I6lG5SqhyDv7cQwmqL6UwjUrFzRJmrps0sHGc5uVcRvNDtTjtgzgNbcA0Y/F25FJP1PFRWZ/i22xwTEaONp0Bv3qRp4ZiTtueRL/vqSK/avOd2OqQGDTOBVYDw1LFU39DIC9ErZAijtd8ycM6yQQ1wQVPweZ7R0QaxVosGyFRDcpQpbRSpUgY0165xGsnZkr0KUI0Uqx+HBxRf/g9qlAYF1qFJgcgNe2M5t1embOF01wgvn5UXKGBD9P8E668rvHfJItAhFTqbKDKW+ADP3XYGkUPmigmI+k9LmxNw==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}