Nanopublication

< Home

ID

https://w3id.org/np/RAADxAVDEqos2Z9DrMf58xL7UrrrcwJjdNibYVOFLqMmE

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAADxAVDEqos2Z9DrMf58xL7UrrrcwJjdNibYVOFLqMmE> .
@prefix sub: <https://w3id.org/np/RAADxAVDEqos2Z9DrMf58xL7UrrrcwJjdNibYVOFLqMmE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuLCZg4aUNE/8jplrvW3EXHJLdBlRDqxkwS3i5JZJ0i1eiUIXXXA+5wKie2zkvdNB++fFtE62wYyrOZ0rHjAP4FcwBEfAYNNRWBlsjsdJ61AIvHWGoTacC+5cAnnB3ms6Hh97Ufu1nrPLJkJh8V4+pgFwESarkd+1pduHtbaypRuZLMtmMlMGxMpbcyTOQDRzVYXypNuamxAJEu0Csgi75fPPTZ/Alp0s5+Hth4ghHwpIOlwQQDSFi9RDmDaVEq4YAZnFWwG/WWvPcFrEQjfaqfdtD3BKXTDBZWrfTDA+Mvkv4ts7+1qYUjL9K9KHqyrQ8iECgM3tXAwwjxDPPc13xQIDAQAB";
    npx:hasSignature "TpG/X9dp8h/YlCzdH/EPiySFGMHoN94a4WGSjCKrGp2pL8X5xievhkcPmZ/hB3sWigyllz5307edI6zC7H08wD2pHEKJTfQ7oTKs0hpwJY0itOcIbWgZDhiq1I45W2S8yMAZ/khEE0OQysvLMHYZBgsIR4LMnwpFtJ2fjb3kKHU0tfQWIW6ePsrURbNzVNBKSQ4gdPKDTiE2FBEd4WQE9m2HcCvt0EDDnqADPBK76SuQTQXYUQ/eIlBoZSD1LZrhyuIl4sMDgCfphrFtI59+MH21L/I6n0bMbgP6tOTR08qz8O7vThKKJh7BLXKWjmEkruy0h/JlIIiso/kQw9rKLQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}