https://w3id.org/np/RA3wg2FmzOauCCq4Sn3GaXEU6PzOrAMIN7GSBRnqlkhUo
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA3wg2FmzOauCCq4Sn3GaXEU6PzOrAMIN7GSBRnqlkhUo> .
@prefix sub: <https://w3id.org/np/RA3wg2FmzOauCCq4Sn3GaXEU6PzOrAMIN7GSBRnqlkhUo/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo1PUy49k2jU8XMLCbtoa7aCfuncAxrv1UrgWIhhF3Y1JB3Z5KGBYekrq1JxvHEgfJGDYjtn5dKYlIQQr+hwmzIQ+g32uzbEXSYgbeksxIcYlABdbbUcBqbYawQtLCL0p63B02yj4EEuHdfe4eNDAT/MEuLpUChGTl0LVc+kdP5xdUUewtoQ8hhQAWFOZlH4qJICpU1VzWLd3BExvMbTRqA0F8Ta+Qsps4fNb53C8LDCeGXJ2bgxp6PRU2GckkY5WVCf+kUk4iIRX2Uk2a082+7A0vO2wXA0P+qOVSlOJqfjEdAxh6Z5eqSj0XFnU9ibKm6SH7E2Aoymao6efAWsShwIDAQAB";
npx:hasSignature "Za4yXwGrhXpf18z7BK2yAGzrrO3b/3sePfPmka1NpjDMQ+egE+VIfj4BawSs5GNrTpQLLicDAF5VkRVdyvLl55pxbc5axvW0KM3gcc/rtd4AdBCRzHWfek6B8wi6yDsdPNZT0K7i2XAJuszBLng++e3Ovw/F6y1Gie7ny2mOwYvhpS12gEg75ahgMbRJFMlS3jipQCwSkBQCMFd93tDIzp22wAiyu6cgow6iAX+raGZLP/oy9dzepn0xXw79iBw4SSzdjvoQnzvyxWj25lDPhzzvfiyHunGz65yqP2XP/0A4KUutc7csZ9M7k9c0/XT/v98MFPbzqBGNb9snXLQSRg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}