https://w3id.org/np/RA3U-1_FlGxdrMsj8cj9_FwNO3aUQcigmPP1xp2QSWmXA
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA3U-1_FlGxdrMsj8cj9_FwNO3aUQcigmPP1xp2QSWmXA> .
@prefix sub: <https://w3id.org/np/RA3U-1_FlGxdrMsj8cj9_FwNO3aUQcigmPP1xp2QSWmXA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAut9yZr89bLn+Bcn+ubr+p8oav7mwD8JrtgfBFCVVrHRTLfQiYNuc1OnUh2PuQdbvPwUW+DIKUk4dvDj4u0VAuFbwrGzad6iIoIIuBxn8Itb0biB+DhTvwJmHp3pI31WdmXEimqQqD2ljiE/8tmEiO2wiLdAuB6d26TYm7gWc3pVzdBg+BC3eW7OabvCHVt1kxjHsppKMgpcAAHvLEUwTgn26hWyB5q26IASDTew0x4W9Smuo061MruKtks12NGPoqrfztvdQ0UTbZ8784tZE4vzD5Xn+cPHJnQ4kqhkZOCgPkeiNF8A6as0gW9YuVcZ4X3AxCzuCUnhRSgDhVuSpVwIDAQAB";
npx:hasSignature "GdoGm4MkSnYfndGZnvKKugkNTqoKcDzquDeuAqGCS7DrL1X7NxUI1ntKwqXuUM8B1L68Fx8UtRnyb/dRGnr4URkhp34UJBWPPqXsQ7ErWtIYEZ6Vz0ImVUU9iZ+ae326Cyer4V/nZ+IlnCXFpEGTQ/DvUZmo0VBorPTNDfMQ8zkO7yPVyPsfQNNj35ZmKBF4/Z0bK9Em0O3ifzvxtcPt8f1cZePD63ILGxb5wYBqsEsDfE6oFxpVadprZTiLZ7aJWzA6DQKaEK0YTU1k7XSdPy3oVnJOEiKav33GQQgW8GaUcRaPjNYGR2LDramWgYC2DlWDwjG2JHkT/hOF07Hblw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}