Nanopublication

< Home

ID

https://w3id.org/np/RAjY7dWkVcpVC4nehg3XQS61Wg_MRCXSeRB8jicOxCKyM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAjY7dWkVcpVC4nehg3XQS61Wg_MRCXSeRB8jicOxCKyM> .
@prefix sub: <https://w3id.org/np/RAjY7dWkVcpVC4nehg3XQS61Wg_MRCXSeRB8jicOxCKyM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAph3XmZCPs2MW6DYhxewNMfpUppGJ/VLMOBQS0SgX5MVdSUk5sOqAH5u10UBiiEFpja9Vy2gh+9UQZfqYNSfgI44/UxUS7XhcJn4UU4NwzqxOqkwegRl0GNMLOsp2Bh0Pd7TP6iseLY8C5/+u8zp9cSrhC1T4SaY0Jt4O1RjDo5dAnCxbJ3C/cbxVg3dibMIoAZDpkrKSqVEayNOqD31NDcmKCvAQxrrl+xPEigVptpNdu1CyQ+Z1B048zy+PAre8WKaQCH9FJZLkW1l5jiY8ehxl31xupLzITrmLH+PtJ+kKH8C7YeFr8Ea3ZFoasL0rCmLDpmvHEAiPeoyvq29fFwIDAQAB";
    npx:hasSignature "RzJW+jUBycJzrhZF1rDdzWk9oX4tjRuUJQR4yHQdOctm/U7XKU/ZMgwbUlKJfYWIoG+uVP/vYjcDrxDblqXH921P2zaA1Mb+lFJ3IuleoMr5l2QvN0omsL+GdiFE6IlcRhuGdszWqpu3Bn2BBG6xSz9LirVbQXAqXPh0MEuyYJsPkW/wMETjrMGrcrLf9baQi7uXqBYs65ck3+5vMABxn8xA+AvjfSkhl3C6k0mQ3digW2CoTAm/HkQ1Szi1UhrHEGOQtiPR5z15+1QrEiDJWERA4/3CInUknKPSra9c/REBs/JSMr1w72GyfewcVtwyqsvh6DUVcNQrSvAewt8FXQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}