https://w3id.org/np/RAhTKoM2-KiZtEn6xGhcWEJiBPEOWEcjq6HyrPutwGET4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAhTKoM2-KiZtEn6xGhcWEJiBPEOWEcjq6HyrPutwGET4> .
@prefix sub: <https://w3id.org/np/RAhTKoM2-KiZtEn6xGhcWEJiBPEOWEcjq6HyrPutwGET4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtgjB60LAtnxyzkzK0t9lFwd5bDFVJP0QTL0wcx87mbpr9cy34nfDKp/635eOObYVdene/a9PXAO/yi82gmP+HJZ0f4K99J9ukCR4AP28k1aaf5w7hIpRObiUW2fnJj76T6Oc88axXWk2Z/aHNLagQnFFxZoeK5teh3S8zfSoMuZA/MmN0H3IzLqce8L1jTwx1qv93vgb00pfMlTaVFJf3aNf0Ymeq9ds7+X8SNfgh/4XpDFRkZBsnJMR3ESPzxPEiMD2DWslAyfxY04XSM7/Tlwnnnqng1VK0UeOZIlBX68Vx8hLYbb3gBAMIuYtBPeoXhC17HLalHy3A9bFwNeKTwIDAQAB";
npx:hasSignature "GmoOVyKBmodKG2uc5MKUEzYUC1JelmcbRR+Qtm+wDPACcXJu9de5/yYuXOsrhmxyRpYlRZh+HI0AgET/K+efIkfSi/7DGViiIc1AxOseZfTQ/pZ3xaj4lJiyINO8pzgFtYtQfzZnhxZ6OdDiYHVieQbrfpmhzXTFTH+zigdEhEfqHfW0Xc7ZBeTMPPioHDpNtxELyRZot8kyoFxDuDLGrWhw5NlHdNAeMgbSb/qPfoGnDBJ8SzXdnKFaKkyWkWxW1zI+W7hO5d2qig1X7CpphyjnpyOD4gL2zLsMfEntnL2lc0J+O9YP1itg+1XI2bjbmrbPtD25kjRPFvgKK1PHRQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}