Nanopublication

< Home

ID

https://w3id.org/np/RAZRY9KzC_Q9RdHghBRjGzMkbi4LFEsTXm1th6QSk0QdE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZRY9KzC_Q9RdHghBRjGzMkbi4LFEsTXm1th6QSk0QdE> .
@prefix sub: <https://w3id.org/np/RAZRY9KzC_Q9RdHghBRjGzMkbi4LFEsTXm1th6QSk0QdE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqhbtFxLEKH/g2sjbb13HJDi90/FdYI6Cl7/NVHvcnx4KeObgqHTh8Vf/23Ywt7pL5kXCYxRE7HCv3lwVJHqGPZimOBDmRCRB7LAff1XTCbXQxR6bZ8iJR0Cf5ggR0qMRm9Yqx51Xr1xrkcNVjsnBgSdMz8lu1IfBB2Jqe0EloU1Y+mdA2cs0TK67lkKA6p3fnJ+CEL+1QC5U28h5dSnJYuPL3bm7rG0/KA8vRQeD1zOmuLLqECHxya7/+kdOUryDPmYpLsZVBxUzy/+LUePjnGq/X2TAD8x4+QU7IxuZmd9DjYEIdRmhmKzuRdACsR9B5mnuurlODm3EeYmY+1qN8QIDAQAB";
    npx:hasSignature "ZNzkDSfgTlMo/3jghk3AgBL4d+VYXciWIt1kLzqnT5c4e8ddXGuawUZqExQTBwtcaS3qyQ5SOdJH1l2NQCeU662IsycTOt3XYIsJN2g94YiybWR1nTtlvps1+24iMOh88xtDjkQ4hSUxZZfirV9qdiZrwpbQMkO8lnfx5MXQ1ukKtc9d+up1YJkSje7kG1kaVOL36xGJrx62CukGZoP9BaZWcglcjEvjQFQJm/ZauaAU4bSS++q5nDecklaguR326O7gfvsNrUlsPQ/aOWmPHrrwCvGvQy8Z3/JPajc8av2wn2ZwN1lwmEGkmFELQ075T5Y8hpCOG8U3u4CJ8pC0jQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}