Nanopublication

< Home

ID

https://w3id.org/np/RAPpUEyi8w_X_HJJl3L1M3-afbJ52cb1BWme_PkgYFl6g

Formats

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

Content

@prefix this: <https://w3id.org/np/RAPpUEyi8w_X_HJJl3L1M3-afbJ52cb1BWme_PkgYFl6g> .
@prefix sub: <https://w3id.org/np/RAPpUEyi8w_X_HJJl3L1M3-afbJ52cb1BWme_PkgYFl6g/> .
@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/RATL9Uc9tQuqpHMaJUcuRnOo-Mn4aCc49DviglO4anG-Q> .
}

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

sub:pubinfo {
  this: dct:created "2026-04-15T07:44:05Z"^^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/RAyxy3WF9i0rIAhj5cWTqi73AOILfWT5Bbtkko6C_tPVc> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "IWiSrcRqJk2fMd0WZaVKcSD31Y5m3yEO7Yycny3mOzaytbQGo7c4lj8ehD/8YQvg5FL/MSMsz13+xyAO6Cm8Y6QlktpH6YXbLtd3K2B90rjv0I0MOrKmvCgacFRDsNqGQ6rjOl9cjBkHVhQcTV8+XIfQBmafWlDwpc4nqqI4egU=";
    npx:hasSignatureTarget this: .
}