https://w3id.org/np/RASel_15ywCMf4KDQF_z4EBAPqYdr7FsYLkX-R-GDKkfc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RASel_15ywCMf4KDQF_z4EBAPqYdr7FsYLkX-R-GDKkfc> .
@prefix sub: <https://w3id.org/np/RASel_15ywCMf4KDQF_z4EBAPqYdr7FsYLkX-R-GDKkfc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwOleL1e8zTj7xU2PfcIS02t1HOYr9kWGw/q2G5lPPdkFztdR079zd43zd3ZhCBN7x2lQYt0AJ2lH/ERrP1cAxDVFaww6i2fKI2FPTmAn20gxBp3AzCdrup0ZDBWB3NIWKdqJnYEVEvt6RR6eNEGcDRzUmZFgaDNHP8sIduZ1Rn5zClC7hQHAJJDvhEX5Q4KX8NBzBOySLYAu8HmEaqROGsHcAhCTjm4D2HmB/E9oim71PlC9QlloanuxOM5V8BDJ4bHcrwCe6gkrThEfnavHYckbkY2cLIc3CuvffGhPFaAWpQ8ecQFXCV6f+q5gAXM/6wPk6Fpc+8N0JKJ0UBuNxwIDAQAB";
npx:hasSignature "KbI4bFhGowKWQu/TMPJPbFruZKawzsBzlW2kHVckW9pmAeSyt7OUH8AY0b4GiLdacFgQUe+aBaWEh+PhXSW325j14cvqwfgU9NG8rRr3CqffhlcdEO0+VnUow4cDtfa0zs7CH2zmiLaJvAr6DetSsJcMDjcL4+oTBLtNHHupWxe6yZ3/+7TmEpsjZxcmPhF9uhy1YqhYzi57qdbJibc08aWIkAKtLbrNNhWC2KBfrm4kLcKFstxHsG5ZKWQ0kB2KP+PrGINJmJLgQE5IFVZjfqg2OYpN2YL3sPmF6Q88p3xRatXM18PBt8RKrNnoEu/yL0Ut1RwcY1HBtCIAp5UgJw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}