https://w3id.org/np/RAlQyA2vorXMaLG11XjqTuYgHYxCXTq64kyG-fvnbwevM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAlQyA2vorXMaLG11XjqTuYgHYxCXTq64kyG-fvnbwevM> .
@prefix sub: <https://w3id.org/np/RAlQyA2vorXMaLG11XjqTuYgHYxCXTq64kyG-fvnbwevM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmBQDtpurfxstjNCk1z8rRKtbzjFbdgTSQl1fgbJm7PUwDSlJewP+w6XUiYsmf84FF1qa0k8AETQX29NimNwXS53fVsMaLSz8rKgSGS9rhW+htw/XmLPLI8i0McdByFA1BBkdYSvwexKbmJTKjeG1nqU1lxBTGmmTHoWxinB93xBBH7gyyJp2gz0Mpzx+Ql7uR73uPbiolaD5yv7uTarDHTlrCF4fWHNS18GD9Gw5d8Sg3LKdhMaN03s5keaqCG/4ihMXzQBrKwxEdQLrLZJKb8yBprDqwlN1VeS7Rra3sH9/NOgqArWGjJPFRUemLE5mQXu05yM76newGWA+7z9tzQIDAQAB";
npx:hasSignature "H9zuORT/KqGPntVrYWU2o3DpwFUqtFVz+2TZS3J3hY0Hv5IBuqsMsJKW3HJuOHTDkN5valbWlYTkIQRpWGkN05Mzsfx3P5gAepgxIBP81pj9MKa5coPgzRVi1W9h1vrI2KIy6vJu3/J9Rx4gm8jsR8fvGfsxqLFYIcJrLRQ4PofajWQ3wn5SbeXe66MaCn624XiGOsDhzww9xZuRQnPLYOmtJe7diaq+1iAy+hu2tXFJgsv/lQU6IZycVJI+TSi09Y9YakwyNrzDWjBzer+3lFsURLIRf2XNUU74aIPVpH6vJby0Izth6xDg4yw9VnfCGrMBBTITbW+U86URPCYZ9g==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}