Nanopublication

< Home

ID

https://w3id.org/np/RA0rcXcA9FPV7AtJN9zyXfmw8UcwTbGRGOAu1ctf4deEo

Formats

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

Content

@prefix this: <https://w3id.org/np/RA0rcXcA9FPV7AtJN9zyXfmw8UcwTbGRGOAu1ctf4deEo> .
@prefix sub: <https://w3id.org/np/RA0rcXcA9FPV7AtJN9zyXfmw8UcwTbGRGOAu1ctf4deEo/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzHtNUODI2s0JL4QmXFGsnGl3Ef6amrqc8QOSK04Iir5ZtdROCUtBkvYkUdfpvw6ZE783VeHFP3aq4aQmZlWQBIykQlyxGZvyy2vLgDEAYXaCRsVyA8sYIcsZj5pdMUrc1W+b2imjzyJyavhwhhvJSsG4WA2fWOk+Zxef9R1HVNQltl8RP0g5bluDh0dM269Kzy98i1DEVd99+yEkbSCDi3lULFzponXWKP0r4haIX5LadLNOwGsplNIIjhb7WcnY7ACxqUrCBYXLGdDieLmLbk7J0hgXwFK02w5U2j8S+pZQwuUk1wNDvjXODuGsNtN8rL0xTmOzETuLRIqH2ZOShwIDAQAB";
    npx:hasSignature "SIk1oPt75E21SrHvTylo4XdcyAP7AVwTx3PI54CbhbiSsXHLj9MOCx70VGMMbkuL6P9UOT2AJzsPs1PVqtAIRuyOv9THESesgCA4tONfh/Wdt5LL9L2Ji85/3Stn/Kolt8sh9hf6+QJvpeZCjvVv2GYx1igTjCdJKhSqR9Xm/3F64gb/VHwYJkNONsUttX3gMVDVmPk4gDXCXaOoRw94hWugY5chKBVuEUa3hyFnmmqv0ZqPcOZgM/PDv3of/8ZwTPApzZD6KVQ/QMzvJxhKT3722k3C/XKDSZGqIZ4ZGuNplOgLrSFjJOkg9MIG0EGGxAfhrBPePSvoNlDA3dc7Kg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}