Nanopublication

< Home

ID

https://w3id.org/np/RAk41ia9HYtrkojLuaKA0xSmjmrQk5XMFnb9osw_ZDxL0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAk41ia9HYtrkojLuaKA0xSmjmrQk5XMFnb9osw_ZDxL0> .
@prefix sub: <https://w3id.org/np/RAk41ia9HYtrkojLuaKA0xSmjmrQk5XMFnb9osw_ZDxL0#> .
@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-0001-5819-7713 npx:retracts <https://w3id.org/np/RAjLm9UXvGfaJKTEE5RA5eOQly2RYIt84pCaKl-x8oWh4> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-5819-7713 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "oyuUtdxFd9AXTOmrLLX+30OB/JpHCt+fZB637cAAtQ/x/8xwfxJj5gBWMZHbb96jNuXNnlHX4FOaBAFdmujHUMG/oKE2BGE6A85Daays7uq3Ftct0/H8TKKj6A4K6sDHUdxJEx+B9S8UnKiD47BO7wlQ3iEvf184VDMlJ8RA6y0=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-06-10T15:41:05Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}