Nanopublication

< Home

ID

https://w3id.org/np/RATTWKE8aVxvz02hrMN33CmUSmEJhzykKoDPWh1_Afk_U

Formats

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

Content

@prefix this: <https://w3id.org/np/RATTWKE8aVxvz02hrMN33CmUSmEJhzykKoDPWh1_Afk_U> .
@prefix sub: <https://w3id.org/np/RATTWKE8aVxvz02hrMN33CmUSmEJhzykKoDPWh1_Afk_U#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  orcid:0000-0003-2195-3997 npx:retracts <https://w3id.org/np/RASiXvbxwCBD-OA2LNg5peRfCACAeo3UGYM0YYnV15ML8> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "Be372vpZKC4t5zeNGPXmGO67HtE0tCgEyB5hpWoWkmKnKf9anhpQIRLEO8HyOHjSPRQpHsREYsgxqKhD7KP449VXL8RV8J7n7BwOcALpcHIl2AXK4vkwrA6bZX9BLuZ+OaBCjJMH7FWVSq/jPTMFWQsYBVEXOM7rcEnIC6fOtMs=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-08-07T20:30:56Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:supersedes <https://w3id.org/np/RAm2S1jcud3DIZ8av7j1cLsvAClvycK24acyEaoBzQLqw> .
}