Nanopublication

< Home

ID

https://w3id.org/np/RAX64ulaYwabihB-ZlUiin-WdX1DOYtMVKDBtPz5C11DI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAX64ulaYwabihB-ZlUiin-WdX1DOYtMVKDBtPz5C11DI> .
@prefix sub: <https://w3id.org/np/RAX64ulaYwabihB-ZlUiin-WdX1DOYtMVKDBtPz5C11DI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz8jh26IvlNAkfce01uiZ5SdQxoWotECODKbTPLVyeOen1Lh9n3PW7eYKqVlSXI7ldqiZZviFLG51KBYiBgx4nXk4TBodwruccm4LEg3LVHZgMmjY40rEUk9logG9Ab7DwZCmz4KoGnHVtU74YHYTIqWPlzDRs/K/V2tH2c0SrYTJauMOZAKwd3cnbsGzjYiz6RwjmYGUoIiKA76P/NXoScxqTXr2WUILuO13xJ1njdI0/3ULFYzHOwNPRA8Pxd086peB30MEAPL1cDRi1HCfPSLOIDxiBSIraoE4nO4AB66T/HyI04jhGPtqL2QEGwmzUSKyGUCEp+XJKVMP3G6TbQIDAQAB";
    npx:hasSignature "U4+4Fi0qdVFPJ7wnd73GXwXaEhx9lri6bUSGmHmB7YcNxaRugRe0w2rdkUHfxMKVbviyROQI667Iq0jOaszCVudUnnVc0X3938Gb+ZEqQmZGL8t4I7VI31yVpHDq8RyuTO/KGYXx58A62x3nJi2hnZCHV7KqGMgR3GBFWWTsndVNQRLEFpKiAtilnd1T0i9ugKNSJfJBA9uGCxsYfDdElxsgfzjXmoS+5KUzZWT0CFCahGUCnXY2t8sbx6+BLZ6LIsTe11wrvecRndhal5pu2yLtArkgjUG+fhKD04TJwj9pmbvAp2FpxyWrgSUhj8N5GvmfjNjmWLxv0/33CbGC/w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}