Nanopublication

< Home

ID

https://w3id.org/np/RAiNs_zFxBKRP-0FU0WHsIrDYs88FndbCYDZTpMaBOEjY

Formats

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

Content

@prefix this: <https://w3id.org/np/RAiNs_zFxBKRP-0FU0WHsIrDYs88FndbCYDZTpMaBOEjY> .
@prefix sub: <https://w3id.org/np/RAiNs_zFxBKRP-0FU0WHsIrDYs88FndbCYDZTpMaBOEjY/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1Lf1h23BUaALoJKE6qrfEEtqF9iB1najD7jJrxlyodqlukxTFsWdBSUSMvqdgTRqtp0fHUPbzWsrZeXKZJtPsCRZR27YhZe0IybvO+uKjWi7ggcjZodkVZpu0v7k7ZdrGYoKM02WjXLCXwNFMnXB9HtnsH7yIvd2toBtq/cV4R4gABuRxyQrbAk/oYzHyDmFaEYEXSiaSJTWU29tpXNN5rPe54J979BmXRvaIysoeciyOeOQgatfZ/X7AsBNBGpKL6GOlLbjoYMl20lOyewbY4Jla2nY73TxcUQmLGCg9eRxKh3mQ2yeINFEvfAMCvW8XZ3kNLE0jyS7cS/ywGdjxwIDAQAB";
    npx:hasSignature "UpdLjbWfC7rXCFM4eDM5DBmXS1v3r1J7LJVUTSSWerkuDUacAaZid53oHfmZlLZHUlwoqPaiCS9qeUW6CMggecu/oAD/iiL9jpP3Wx3dhb2RlSVKLl93TQGhRN7Ky6BpNqgGBPeT3M/KQLxorRi+Ds+ej1jt20+9WM+Vu2lpglKL5x5qbnBXFmibIupRNORfPBazIr25xTj2XHGWFqX+j15foqzbpBnGLO4s4Gbv9ZSOnCMeWgmz7JWXRRazaQPbMf+ydrcNJ5i4DbNfiNy3Ia/7kfr08oS6ruBVSUrKjcTj5zL05UI1BlriGbJNssa1vripUR0grXtzm6dxyxP4yA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}