https://w3id.org/np/RAsKh2qnR8qEvuRecIqvmJdgnbukgEtk1Mt68fQ2oOYFc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAsKh2qnR8qEvuRecIqvmJdgnbukgEtk1Mt68fQ2oOYFc> .
@prefix sub: <https://w3id.org/np/RAsKh2qnR8qEvuRecIqvmJdgnbukgEtk1Mt68fQ2oOYFc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvQJ/+LJsqDNDgUub2coFBwQcZc3T5wwrDRdByiFEos2gSCkJ0LGiRElQgpnwL1O++OyA+dWq8NauCi5ppEyBSm0naVbqDX1gmhPvgk6/IaRPbPv6O1JKeJtb4eRm8AUN4MvkYPg5rYZUcnEbrLuHLthRtzUTF0yg9GeWMrQqTSINuctX160ZnMUpiPYFkzZk+dEZYlRA+talpBpbpcZmZriYdd6GJ5Enpu/9CPxOhMbSzUPlAIXIAPx2epwWB2uSEjdQQrnGAukLt9ZFCs2qrfgiojDz5v0NFKaPe90iYvX105SOQBXBdCz03XTMMh95HUa2Pkc7Y1DNGWCPZUdHoQIDAQAB";
npx:hasSignature "hTR5MofiJQN0U4FTESHKgqRi9E7JTSiGrpPmRLoRdm8tS3QWZUbFAT2AQx4rIE+8hDeZX2DYHB+D78E4CMFxwwItM+i/rwbiSZJTqDNV0viTNlSPhB7mheeYLelnH9gYL4GC8Y2xkT6diTbkOfOvAo0PQnu5sO99VQkukcZ6LiBx+YY3lKM0cIcq0v/PTx0LW9Aunlqikh7DV1ydPKqmDjXOHfMJljpNL9X4yJ+ws+CujYv3/CdhJ5LFAT9R0R8K679l2g/YJps9em+QZYjTRm6mP8L4YBJaLDoU63LLlDTdPQWyJ5fP6kBf62gqM/+KWkhHRo1Qru8onDXCRpOO5A==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}