https://w3id.org/np/RASf55N9ST44dijC7bKlZ2k9a4U4PpyNsf4Wdhv7ECiF8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RASf55N9ST44dijC7bKlZ2k9a4U4PpyNsf4Wdhv7ECiF8> .
@prefix sub: <https://w3id.org/np/RASf55N9ST44dijC7bKlZ2k9a4U4PpyNsf4Wdhv7ECiF8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxKdNEdPHOOXEO+mAgkRmcPBCW45dcF8OjGZTvwwhsov2tPFdcON8hv8AZRTyQNMw9rl3ITY4tGMusHiBfdlYsrm/KM2f11kvPvrVGW8BeGlynw/wnw+/JMTsdrzW/G+9939tCv1NFUgCACLNcQXE2awG0XSvOG0L2KUUJukM74Uuo7GMm3XwkPV37N96OCyUX1/LoQsGADnktmygNiQIWlE05WvoiAwBxz0Nicm0ExQv0vrbVPYA+EW23/jsoxVCeJ+Uyq1JaV2/xTzt8vdcMaxDeKXMHpIXkRNkpfC5XjJ/YdLcYtPenZ7WDijU7c++ALe+8jhgQFcaTJ8fJ9FnRQIDAQAB";
npx:hasSignature "uGNaLRJsbtZ5/VBd2GFhlJ3aLHSD8M2n8XTMlpQimRTVBEa15JTgaUzZEodWNcgxfFKGA0P3tdHS+KrQtQCUucxd+HIG/QgV80r3X8F0fQifeBHKR3CsoIi+EGV5pXmF9R/0wryrFcTfkiZr+v6E6X7kZ9w/B78W7ot1dfzIaIKc0og4g+NHqvvvgnQySIcPYZ+5T8iZDXUzOLA77bNHMoGKPnTPiSFesxQMOZlqnYeR+zcBw9ppAvFne51039lIreCuKZnX3XNHYHYtUJ/SEvXonWMkpVLF03EhmrLhn+VIr8GZU4t5rLRWIr2uKSOY1XVs1HFFk4g/IMePcenxVg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}