https://w3id.org/np/RA2OTpHRK2DIOOWd6k4iwBZQjkDBDg-nR6WMFUQSgvQ2w
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA2OTpHRK2DIOOWd6k4iwBZQjkDBDg-nR6WMFUQSgvQ2w> .
@prefix sub: <https://w3id.org/np/RA2OTpHRK2DIOOWd6k4iwBZQjkDBDg-nR6WMFUQSgvQ2w/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAybYeyqpd7hIyyYMiYih9H2VgwySfILA5rzffggS9h5KRunJSljaeVnx6LOAY8U37IkXMcTFY2JA87xq50uXtB2ss9Wax9HCbjzdqKqkxFf7kOAgikhyRjWLHOQYAeyeWwZ8of1vKYiUscYJmZi5EHxH2NdpaM4KjFq9m9QGd8ufKNT357tpXGTwlQBbgPBMwhxk1brem8TAAARv6BZjlBSm3rOd5U1io2R7L02mqw9v008qQGWsQCYwiWGnGi9XQA4p+UM5nfe25LymFIKVWGgP+ZuoPJyHdudpXN4+L8f8OLiPp58L0EvcEwUV4iHjNCy+qYB+UGuUJzLwACVL6CwIDAQAB";
npx:hasSignature "lFBs3sfIwZrKuQ6fFcu9ayi2Rl4dkkWpP+nM2IThWk2pZyw+8zrT1RRCQ3aAjYFbgw5sxofPmSsyjgsiZrz9RoR7HLvTRCNdrwtGAzxgbLiyiq1AlcjBEmEnCVxHmdqhscBos4caA13TXPrUPRyzN1ZpuvV1os99xtTfWc/XUf8JBVHhHCykcEStkDzErWyStmfiyxz6Q3+OxmWr3ZWb4th6VHFjid52vZlDgN00V6UY8yfOMDNT4uNOgdfAnrQjJj2LWkezvxSGUP+grDFn3n4tIQxmERXHiElM5kwWF0QaADCTnkyqr/SR+P75+fBiciiUo4eqILWkow5PoFdcug==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}