Nanopublication

< Home

ID

https://w3id.org/np/RAGI2Di9WDc2OT0I10jM5lpzrvjTCfeCvlFfTNWQVysOo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAGI2Di9WDc2OT0I10jM5lpzrvjTCfeCvlFfTNWQVysOo> .
@prefix sub: <https://w3id.org/np/RAGI2Di9WDc2OT0I10jM5lpzrvjTCfeCvlFfTNWQVysOo/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@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 {
  <http://example.org/s> <http://example.org/p> <http://example.org/o> .
}

sub:provenance {
  sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}

sub:pubinfo {
  this: dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAni2Uc/qFo3yonHHNHvW8525dx0h9p5wSukeFVPUTQDrt16cKvmKIJN0Sfz0/EAhBze2z9r+RId2NjktyXd9uxTaPTjQCKfW0tRRSRJKvkRHb/n38v2uWCT+nky6QzMRe6es/wjNQkBDXHukwvF7FL7MsP292fidG6nAFBPUG5itMZrr0WU5s3R0+OS/Q8alHpZ+d3VOq+db3Zh+YMqxYnKxV++Cbvn1vfTdHQ8U7qonK0kWGRxzw7cwajrwML8m9cREOK+X4Ic+GnwD2GVakltmcfAJJEY0qUxHnTU5/Y5tFB5ZJi5m822uHjX2YeA3yo98yZh9wPGBlnphas71IvQIDAQAB";
    npx:hasSignature "HjHgU6MpYDdhe4f1kLzCHqL7V6yaqEIKb2q9xaABEkI5awRQRUVoVtkE3Wq7KXv4aHhS4qnsdm2wLmiMyPsa33mGaJ7IVqLctNnZBw1H1YvgvP8GDJTP929GlWqCtJ/QYB0mEvJIlm/KviHNK8h46QRrTFhFlVFoRH9812UNJZ0O5Xv4uYj3HiQW3ri1vicOvzmWh3+FR2DLpsOnzdlR45/SqQ40xnRrV/xFsTxJLJVPFylyKfYM3VRxU09cw5dIekJSq5ybe/dWLE3FuMWuiF2vkKj6bKuS27FA4wzJ6TyTAiqLkmCG+Em8/2sVDTbsY5W2NSZ0160BkdVD7/fGJg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}