Nanopublication

< Home

ID

https://w3id.org/np/RAl4GuTXmiNb9Dh6n-s8dPUihDkouqt4PZwiJ0Pv8M-o0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAl4GuTXmiNb9Dh6n-s8dPUihDkouqt4PZwiJ0Pv8M-o0> .
@prefix sub: <https://w3id.org/np/RAl4GuTXmiNb9Dh6n-s8dPUihDkouqt4PZwiJ0Pv8M-o0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt91cKmL91RHIQIcTfWRP49iT7+IiJ2v3h5rw866JUYmPFh2Knp/o/nohHbtahbHdzrbVLBvCPNr/Q+Mo5Tz/OEHFueppMH6IzHb/m9aIv9gW7h+lSOPs/iPxZ8jcSFzRyaR8Kx9bdSvO4G5Cxk5XvPgpS5XqHUyxM3u6RqR6xnkbUpGNH+JQd/hnJUgRXqFghPTmdjp4jWeVL2DF4z4OWoefKGWxARayqYreTg9aTmlzq6G35Oj7qD8J9ej2vx+UqqpS6Jb0Xtl2Dhl4wsf2JqcYGDNGnAf5JQvGhVnm2D5n3jVmgdkn7MTbMbLkcOU5CeR/OaC5tGwt4+VUdJAQ4QIDAQAB";
    npx:hasSignature "gg/ICs05DE/mCwWMpyTzDJG6GtL/sYOvPKpuigS+6gwrRRJtuxXUVOA1Blh5DoOK/7K1L/W/+nwODuUkerU3uGHSaJ0WtskQCTV7m+SeMi+Ro8FVmKBwnSc29wm3KZCa2qbIPX6cd7oWzyTn9txLwONU7+MofEceBEnNKBYG6KGEhrSvrMYwSL0AlANiREfZbOEF0YupWzMOipgZ9KuHThuDv+vpDwdR+xzFrVzGtjAWMqIRthXJDGIoAS0g8vIJxm2lfc4PBh7S+QWE9bj2jrI+wbRfRPaHcgURl5PnnQY9WNFjhQDmPPkqKzWIj87wcjoL8bkpxy71LWgkamWcxA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}