https://w3id.org/np/RAaAJwvDbrONYDxmm3g8ko619HCv4DlfeZtXQWAf9pRBg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAaAJwvDbrONYDxmm3g8ko619HCv4DlfeZtXQWAf9pRBg> .
@prefix sub: <https://w3id.org/np/RAaAJwvDbrONYDxmm3g8ko619HCv4DlfeZtXQWAf9pRBg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA15Dg08nPLiWVi4+qHhU9MaA28BcWiBSnKAcpBXZ61yogrFPj9hea0fmWTuZ8Xi4h61I6fbpeLTYxSxIq+8UGCqwbFbfjy+MTIanwl/XkGtQYVsVKbqwE2XGrcYL3GuvT0WOTsplw2S973iesme/cxWEKbpc72x+lwXIgtot4IJEKC+kTl3jdAfwqB8Cy5SC+E+CFUsp1tNpopSjbPcBPXPkYWecnl6c83TRWWjfiGCzBmzMA/Bpg4X/3uMvMgxGetPPclrWbBTp3+WHUmkzdG9dfNDYgF5Cm86DFlFKepzkuHLkmzibc7qZkfLoW1JDZYeZEWNMtCQ7M6Mi1gSicYQIDAQAB";
npx:hasSignature "bLtupr281o0Oop+7lp4rfInEmP4qdmkk8v4mt2QF60YTZVxXRNRLjZuQF5mew8HaRa+5i9Ll3Rqn6QGEF+b3fgttfOw3yHLmu9Pk43RWTUqR7yBtfvYOIsPnvbPUu8LcbKU/HEho8tAjAhkvU5fAS80FS1ygRRzFBeTwsMJfNhqJsCodyCILeswYgUMyxdHO+QiGu7qqh61xGVKs5QL0N+escnCs9v12pFRsrLJejq1Frh3MpbDY6tBFm/iN1ButcVTJzUbLmmnx3u7djUKfS0cNBNXcl9dZynZ+HuumyYlUem0c8DRv43AWu8fMPdIXhkjeevqo8n4SXpAAs7KHZQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}