https://w3id.org/np/RAaivYLHZV_-OuU6x1H7rlYx022U8Ppwg434-grOas7L4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAaivYLHZV_-OuU6x1H7rlYx022U8Ppwg434-grOas7L4> .
@prefix sub: <https://w3id.org/np/RAaivYLHZV_-OuU6x1H7rlYx022U8Ppwg434-grOas7L4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7q1Fcx9e2gJ25YMrzSnCHoQWIlyxEPN/wpf4b+S89mHZDkgVJ+fxaD5q6uV00xxOJh4pnOa7aPglHNOq1+bNMz768ZGLho3ihL7rGede51ZAbkEIw2KANpydWfDuxoX7wD6XW5zeeb4U+340nElnQSHMaX1iAO88UcKBm+QhgeHm1+bbxn/xJ6hvVyYcw/37CA48noWPuTOIDaJ5B2q1mxBJiEItcTf870O/IWfq06AC5NG6DzN5rhajg3r/Vcs3rBskm2iIr25qUrphqMRO3bzUkFJ1RMfyKrWWvbetkJS3UGUTSBGifnri4KHJ6DUX2X0Unk//INM86uQzC5A+MQIDAQAB";
npx:hasSignature "5kHtvVnjZ3TrUHsxt8EJdwDbSQHEqYNGU5d/oOWQ5+OqvhmkBpjvNt8NcGN7bSegiOZ4iuIwwheibodcce3qByPM+BW2PpgbBGgRA2BTqaZv687KRjM6O12ii9k3p5uEr4q6MNIfcTwO44HHlErRV7D5ZwQBCSBUtc32DEGY0X0bcFwQfiS8HVuxDaYgEbQWQO9NlUZydmS0E8WitlKSz8paKuwbLjE+bsG+rBp5LagK27NSOxTlfEQXl+9eO8F7MVMLSxR8dvWdzfWz1DK47OnzdRc3bRmkgDtGE4CxtMKFxzIAnb+tGPTVFfy9ZV0rG/EVdygVNkL/Q6OK9SV9+A==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}