https://w3id.org/np/RAfHhUVRYriO3zT7-wAyaLONCB3Tv9E-L1l33SGEdRfPg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAfHhUVRYriO3zT7-wAyaLONCB3Tv9E-L1l33SGEdRfPg> .
@prefix sub: <https://w3id.org/np/RAfHhUVRYriO3zT7-wAyaLONCB3Tv9E-L1l33SGEdRfPg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnJdxCfqJ3BEN0ytjJ3P0k33OZh1/L4yWjW7PamlGcwogsbskJ3iYZaQgRB5y9kOUpjWcfgvUexIb3MhTCaFZLfKApEZNQGbjl+k3ModAHxQkoxjoMvbgqWpRXvrChG07OoOsmgzAjXsenQc3cCiYRO8aJ0ZhdARo2CGE3zCAQ9wTe7Epi1tT2Bnpj7brl4VmZH13Sr0d0Z2YrWCmROJP2SPAPeUdby0Zgo/+f7D9xRJP6seev3Zvr3cgCne1QUwUqbLVQ4cIm9hTe3WG1OMafmDcbw/gaWEYXoM/C19pdhdUYs7rbdVu25uA/qkRZvJ6E4lpsCrqt1PINVoxaYr3IwIDAQAB";
npx:hasSignature "T4XUw4xAHoyKVO0XHJ75FG5obIcK+nbkvS4gb9HZlilh9cVeRMXOs+aDG0xmkL+PcNHNHqNMOSWcMyon5L7hNszB2vjjRyNBxLSUy6vqUqDL67hggV/4mIMUpmKyeUfwl6ZchTnc3aHr8nt6mQrwEyNQs+gKgDiNXuvvPPx7UMYHHnbaApxiVr0lujdT5ZOGB2fiIerPQQwWKLkeDesJhY+AglyQNvVlTtPTffjykMKx1rR/jne0TMDF3nvNpkODPkJsZ9ZO6o3+Ma0xu0pDVucDnqfNUS1bmXrm9PqYaL6vVh3wOxi4kKsf9naaRCJj/ECP1DOVc0wdlxq575gFsQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}