https://w3id.org/np/RAdg4mT8h0o0PTo18a7qi5Y0uZUElyf-CL2n0MfQUjjS8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAdg4mT8h0o0PTo18a7qi5Y0uZUElyf-CL2n0MfQUjjS8> .
@prefix sub: <https://w3id.org/np/RAdg4mT8h0o0PTo18a7qi5Y0uZUElyf-CL2n0MfQUjjS8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAogEcPcZtLJxRSvb1tRpyUHeMQ/4BmDeOALkyQe2MO2BWSWImuxoKxDkJW1VkYdqcQ+tTtR5RijBhi7w0E/mfcoeBYAA1kXiqhBET5Dyc8tH/aPMAM45g3ogJ04VzrSIFeQ92WQcxocbzhgfib8KZTGKrWpqtGXdNFowI+GjMAES89gShJUV+yvH4wRybTS/pAW09q3UdvIfodPwTLsDIg2ur9rGlTPPQuXCfd0ygcP1ehs9EKtLCuR9ueD0OeEEhyethZ5QTFT/Jkp87DccesQ0bhCXNxK+VMgmfdlFW62s2urya2SkChKoTrLnSxb4Fj8OEJ8QKGiPS7sXTLdem5QIDAQAB";
npx:hasSignature "hDJlprXLk2/i/q/Ubb8PP4BYDU4jAg1Td2odxlO88vjfDT0p80M+Jus3Gczqw75Q4QlbW7gwoak6HwWjGDDaZVY150d7ODCvHlOpCUvF1zeGf42wyOsCMgTEkDgeHXicYQFN6Ek+W3bnxHlK57HH2vPUlNjNMgLQm1VxVsu8VdcV5qPEHJMJc9qAKqKWetjBsXcXc6S0dOx6AI1R7ShN+dcgOGoZ5Jg1gf6UGoTrHknPj2KIBValDkLGRoWsKdtn9jtEEjCDF0I6YAczSe6NkE/QgZolt5JeJFEo5nopwrgViM8S/2lL5+08lB92a+pXYJ2sQ8HRml4wwMQOUOkKRg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}