https://w3id.org/np/RAlyCn4ToPvD5kA7kF9gP52K_i6qOtvh8MF9m37Ti-huk
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAlyCn4ToPvD5kA7kF9gP52K_i6qOtvh8MF9m37Ti-huk> .
@prefix sub: <https://w3id.org/np/RAlyCn4ToPvD5kA7kF9gP52K_i6qOtvh8MF9m37Ti-huk/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwrFtMl3ScfgPxq9/VRJvrR/i01IeNe7EDOm4cZtdWUxjJOqhhi40YQ0tPqtHKNrHu9shhu5O8QO5ck1FSITd+xXSSUYeY7TdSV+nTURz5zSqVOdWG5qGGaqB3i4vp0Qxf4yuGKZp7kK2YMwjTTv/KL5NmGCGpSTsRFjrmd9BnVtUyaUu6mozjoJZw1cWHrY4jd6hDPFI7TqqdCONoZKgmVYNNq1hi2GvZJTBdXcijg5PQCUCRjPutQIBX/S/uLix7LhGWm2lshHLIkekXJx/ihJS1FFrjV9WKEltC8Psh5Sg8J5MsooEeIILNTNKUQctqD9r2aiQ5qQfvEUyKzLZwQIDAQAB";
npx:hasSignature "wBMCawisN83he/iZVMZdBf2QQNdigRA/Y/OyTA1jCzaT2UYtD1b3H9h4jJ/aX4Su5thciiIUGN9YbAoDj3BOlAO9fIjgkIBx8jnDtMt3vUOvOfo1784+fF3ydIdraG7SRGpWySnHPpRrdWaHGJSxJgrDdFt+wR+eGKr9lRz977bkxQYxVbE+Fd7o+q+wEkd8ZOwtCLpGxSjEZ30b0mqrER9aPoilA0DBLbaEhpK7uqlRoHsGhgjItIHiBlzKNkyYQSv9pdaqZmSqCQ9ZOaiLHINhrhtWCWqTluBNOiNRF9e6yZtYFh/3zLF4wsVjO3/7CdP1Vet4kqFo5hC+M316tg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}