Nanopublication

< Home

ID

https://w3id.org/np/RAglU0NXaaODUaPZKMUUhjaMUPl6wKGafvNQb44FQcL9M

Formats

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

Content

@prefix this: <https://w3id.org/np/RAglU0NXaaODUaPZKMUUhjaMUPl6wKGafvNQb44FQcL9M> .
@prefix sub: <https://w3id.org/np/RAglU0NXaaODUaPZKMUUhjaMUPl6wKGafvNQb44FQcL9M/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAta5whmhYV1e3HDemR98oKoHwU8HiUt+aXq475M4MBF6gkZf/GijQNPWKwud6ly36wAoG/1HxhhJjZsiP9ZrFU0W0jhks0Ta5OKJMuBViE0CFodO/PVjeIpzIF5qMLbJGHkF9YpnRELe5iTRgBLUu/REdwA9f0b8ebGUJvl+m/EUO/PNmHBRmNa1HzQuO/ux5cxv2PvHMbWvtWCLPmgVzFpvd5wmcWbRbWfmhy4/1ArheSF7ec6cp/QueJk9AwuMvJ0VKdp7XBDshVtHBGggS2Qf3x6Kc1YavkW1scGqmEJXa1L0Y/AikaVDpRZA44r0Pxvw4NT9/NxceSdGNsJuxcQIDAQAB";
    npx:hasSignature "oQ0kBCvzajY1riEIZ2lzBoLMlApIEgVj/Xq8iWPBgsPIFa6nmXQR4z78NNnAQUoC4AHSLdoB2rH6xiqXPi/6BeetK2V6EVc/C99INpD43atDKV7xnCEVCj4V26z5C+n0iinGprN6U0QFctJMTFmfvN9cFa0qobPfbqMMT1lzeOO3Ols0GO2jXe/j3Lweeu9fLSVFQtJXOjia669oW5VSgAZe6RhBhtLF1mqgx66utkqo+KQDA/Q0TwfyUOwUANWlk2ury+lLF1zCQR4RwXXOXyJjJ2Hnbgdje+sB4whKYQpJMSNZxAbzEJub9k9nxba6gktQdfByVk/14UCPHxVaNw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}