Nanopublication

< Home

ID

https://w3id.org/np/RAJP--xdAZJlspcC4YtsFOa6aG2E7mrLN0jhmc-YUe2hw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAJP--xdAZJlspcC4YtsFOa6aG2E7mrLN0jhmc-YUe2hw> .
@prefix sub: <https://w3id.org/np/RAJP--xdAZJlspcC4YtsFOa6aG2E7mrLN0jhmc-YUe2hw/> .
@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:0009-0007-7713-900X npx:retracts <https://w3id.org/np/RAdhDROyiIb-bwZQQ6BEo37cxS0TLqmICY1oMDJp1n_SI> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0009-0007-7713-900X .
}

sub:pubinfo {
  this: dct:created "2026-04-14T09:04:39Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "ntCRtP4ztx9u1I8kJuebbRu8BuFKBG2mu5W+y8QnNJXXh5tWKVQ8XIWztvi3fTRW6y5XPozFKI2FNrbR+BHtBnhhHzrbNfg/8h2er6bg7lQmi4Mg00s9Qv/eYBamLm2gH4RJF4XskhrPz+s7NAzuh7Ggo+QhEXoI2cf/8vq0x6Q=";
    npx:hasSignatureTarget this: .
}