Nanopublication

< Home

ID

http://purl.org/np/RAThWPutpOZ6flRJOqKl-F9lxfDRRy3UngEQCtJZNHhIc

Formats

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

Content

@prefix ns1: <http://purl.org/np/> .
@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RAThWPutpOZ6flRJOqKl-F9lxfDRRy3UngEQCtJZNHhIc> .
@prefix sub: <http://purl.org/np/RAThWPutpOZ6flRJOqKl-F9lxfDRRy3UngEQCtJZNHhIc#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .

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

sub:assertion {
  orcid:0000-0000-0000-0000 npx:retracts ns1:RA4aeX3_GPYst-zZw8TWQ7FA-K8a9a4NWSksOq2b2gHnw .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2021-03-16T16:42:37.269291"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "OVZJv6mVt4IgPpus1kYmAMcKqNqVm3Dv6Ezlv9ytsu/G1mAY1NdIPV5h34mnFxAYm/8Hj0sTYvNeiPWeCdRVc11BExOuDBUIaTb7DCOgCM3vVjLj2zhgzNClg0HLPr+dsxSv/30PSRPaKNbepBaMC7Jvbahym5EzDD8sQglQm5A=";
    npx:hasSignatureTarget this: .
  
  this: prov:generatedAtTime "2021-03-16T16:42:37.269291"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}