Nanopublication

< Home

ID

https://w3id.org/np/RAWnoQMaHBOhr9Ql69RI2A0Dh6peOPpUT3QLOC9n1TvvE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAWnoQMaHBOhr9Ql69RI2A0Dh6peOPpUT3QLOC9n1TvvE> .
@prefix sub: <https://w3id.org/np/RAWnoQMaHBOhr9Ql69RI2A0Dh6peOPpUT3QLOC9n1TvvE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxouDOVZnjjqZqeJ7NqLulaPHZ8KoNw7Mu1EdKDyCJaaozLeA4VUdKk/HSlmrYPBev/LoGzCAQMpx+31Ahpfs7P41ab0DP59iY4Rp9wfA7xTKkh8/B23St5sLm1rlCkcWcXGA9KsaHOvfOsZ9ny1y3chlP+5vWGtxEgtz4yi42Htl9lmGfjAdH6M2Va7xc7I/HLeje/KMnDPnW2UJy15jNo+i3sRPh66KTEWL0ZdKHRSL6Rsaq7pQGGtVwvVhStlwdNapemLCA5eyhrIAf7BZloB9r/cVUY2CiuYQp3Uhk5OciQysiuru33kdQU4sIM++mkIuNPcMGrRYyvTuj8FpvwIDAQAB";
    npx:hasSignature "GI4eDaxfJdiluHmTHJewSIwJRKVDDPh/wSSt+hkigEUMhD/COiDsoriBaQT0N2pwUAcragj4CGRkhFKhReN9KfvuDLeVWJlB9wxVy214yLK+XUhDE/J9286S51LZIXkSItVnPBiwTjN6117yNNdFfCgeVTVVdeFnlzG01VQlBD7adimnVzcH8Yn4DDnGBSXhBpZlcKmj1nX9ORDJ4H0iEQ0+JP3Vd77DaxqCzdVeA1+ZgpMiT+L/Hs3gwz/rY4MtBEjxn6GVHsqofkt7sxrYnBIzJFXf1grTaX97TIIZR8fTUHn2ne+M3nJqN8O7WAs/9tPsX1wDilgVk5quFgJxKg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}