https://w3id.org/np/RAVm38BQSWCtgMlMT6faCs-KIGGrFW1p1XSunuI2Cx1LQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAVm38BQSWCtgMlMT6faCs-KIGGrFW1p1XSunuI2Cx1LQ> .
@prefix sub: <https://w3id.org/np/RAVm38BQSWCtgMlMT6faCs-KIGGrFW1p1XSunuI2Cx1LQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6TcevZyGakMom+rHzfkYAWMw9M09hGHa1dOCqhj02Vh+8ZhueTQeq0plmMLITmca5O9L70b/9jBvreZaEKlLnlQubMAnJZ4Z876oxr71wnTfiv3jFzG+V4ZZCZ6IZAmotOPP2iwKV/Wnci2d332Nse7myDt9UkKokFN+H4jUDs5meUHXcimnF0NzzaihG4cE3QvPhxvoyxZ0eQuBtkUQbic8sNLabFr+3Ef9e2L1UKGHgaUOdQcT+EP3QgAj/J8RRpN/wOKSTHC8UhNFvLYZbQ/9lcu0/EwG5OT3k8ffZPU5NEqUvvq5dRpPi1hDmwHUJUWFAYhPiw7ecDOImHUKtQIDAQAB";
npx:hasSignature "m7yStroYYHIrpT8iT4ahA9B2EoiWDMhZ2z+NofvNruCE/rIzMve44cAbGv9EDuH/fiVg11HL2t8cvN4FIU4ziFgab6TYeAlpoTM0IlSOdgZtcpgl3DLZHQkjZqZgJXLm7CmRsmx5Wq1FEXAI+1AKKPSu/QSrhzne/PaXMl956Jd05nd/75XEE5ZJ04XN/774xi1LYWUDSHa8g60DzY8j6dnmGGz//twcbZWlF4DISpEDBDMKVppQrsGm+5kmfeBUcIBj2gFecwLNNnWRl724DKLpKty9FvSOX3bnXbVdij2rczUz1dxBv1Js6vSgRKl2cPEV5a5kFxIaaFKp5RDcMA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}