https://w3id.org/np/RArgDwx_jvAhNwODlOPNQfAIKLwcLdjMMtI07mtcOOD20
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RArgDwx_jvAhNwODlOPNQfAIKLwcLdjMMtI07mtcOOD20> .
@prefix sub: <https://w3id.org/np/RArgDwx_jvAhNwODlOPNQfAIKLwcLdjMMtI07mtcOOD20/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuCxCvIyh3Jah/WguuyJX1rumv77H1CPLDmWdhA+RazAOIKH6isxky9mill+Ef5WBNxh6ndIbtaDmiO4P1LPSUxMpF4uu72NkKP2USkpPTWxvc/Y1QHks4QDm1p+KFe8bctudvtyaBtkcfBTf6xGVFYSAV1oMF/uMBDtGoSEv27uxw2C/DFFG4cpHMC3yK4ZV2zzIzGONOhGS6RPccBveBFr1uidtlqh+PD0TqkeQtppchUCWGq2ww680wsEoKzm+uFns+pNHxro2xbifkLjFRYsKg0Y1StNzFKrgTl8DZUFsJ3uNv5iJkiOU/Rxm5LGeb/t+32xemFTBmvngHFeWbQIDAQAB";
npx:hasSignature "NbsUSLpXS/+shleaQrs/FMiOI09TeG6BL2o1KnZTneFIScGM/il+376htUiBVQbMZT3oGMDPIkrC2o7692W0gtweM+DjGbXU2/zD5viiwG3XiGxVDGc7JT1dZc3z4MVee2ldnl9CsLHNkDGk2vK/cAzGnhscCBQGt3ER2ffwmFkI16GMCvcw/qsp4TY7Vx3kMxlrWyKqb19DB8znyn0yTBynBC/i+48X2StyAiWk0X0pli81TzlL2vbSffP8SpBaWNQC9M+o5zF5eOvK0wRl+EdVVRou5Pt5powYw3win+rAbWpxCW7SnoRr4Ck+DyCWqFpHw46mhxhwd76+PUnKVw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}