Nanopublication

< Home

ID

https://w3id.org/np/RA-HT7SLZjwGZoIRznwnX3gzOBiq5UYtFuqXHOSZS6hSw

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-HT7SLZjwGZoIRznwnX3gzOBiq5UYtFuqXHOSZS6hSw> .
@prefix sub: <https://w3id.org/np/RA-HT7SLZjwGZoIRznwnX3gzOBiq5UYtFuqXHOSZS6hSw/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  orcid:0009-0006-6155-6426 npx:retracts <https://w3id.org/np/RAQ1m7SlMFng6DRgOfMUQixUvSGTHaAQRkr0aEJCf1J0s> .
  
  sub:assertion rdfs:comment "wrong way to publish an introduction" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0006-6155-6426 .
}

sub:pubinfo {
  orcid:0009-0006-6155-6426 foaf:name "Julia Pestel" .
  
  this: dct:created "2025-10-13T12:56:08.891Z"^^xsd:dateTime;
    dct:creator orcid:0009-0006-6155-6426;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType npx:retracts;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Retraction of RAQ1m7SlMF";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate ns1:RAQP3NJvnLA2Z-2DrYAN0nTC-RFp67td1t4-pQqQ_ZKmo .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApqtiZCG104QSMFaYOYDoUv6IlbgdTnFwJcKcF5QF9tHWf7Ui/MMS7g7RhTiKwyLTs7tiUemOg2GSdRcg9JKLAG4vjjB9gJ8Xws1OAWbbZWzrorpa3f537vyTF9F4nuG61oo2Szcc5wSNDFpIXrLn7FwMNCFiEyrvBcXNnj1YnENyFT03rKExLN9kxHKUCiBdt4mUWD9nLw4lRY3y3bNfooS+1aIMUO+J7IKvmH1N03RnbvwHxJlZDgwZNhuXr+DPL/r1Yz9SydjtfeF8Rub1Pl+MtNbEFBhmLkkknmGqWhXAnhkxSC+32D5K3+zT7rbzV7EZUKtkjudg1necbfhRrwIDAQAB";
    npx:hasSignature "IFmXMgzhS9nKUqRnTQV+/GGAV7EMCyMfYik6YVt92gXQ7nkOQeNixy0Ofcfc0bLWY+CdhsbcSdtVGBqn8gsxW6rs6sNzoDcgdPssvoUfLOUMpevFQ/jAPKsSPJYsUyxj58lJIMVl3wEl/zh6BNy3mSANLEKIb0eE2VMdBtSbbKCsAzEvTym6zlnAAet4hZC0XhM9oWs083ZTtAKakrKtdYe5JTS2oVJ2C+LZn0KuuSS9IbGMal3EnmxH+FTmDBu4VkL9e5zBo5To09LvhymTKd06EwSLIlRUFUbw+8NWCr5FcmyhPdHfk8FCT4Po83Fv76npYbYz8QCjvCg0tcCb1w==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0006-6155-6426 .
}