Nanopublication

< Home

ID

https://w3id.org/np/RAkTZbU-GalW2x1Z6z6phvslQ0asgZNl2HrVAt2L8C6tU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAkTZbU-GalW2x1Z6z6phvslQ0asgZNl2HrVAt2L8C6tU> .
@prefix sub: <https://w3id.org/np/RAkTZbU-GalW2x1Z6z6phvslQ0asgZNl2HrVAt2L8C6tU/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfg: <http://www.w3.org/2004/03/trix/rdfg-1/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  <https://orcid.org/0000-0001-8888-635X> npx:retracts <http://purl.org/np/RAtVDD78c1d8ANCXc6B0Gz7EjRweOPfR1dTsMONS4MZrE> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://orcid.org/0000-0001-8888-635X> .
}

sub:pubinfo {
  this: dct:created "2026-06-01T12:00:26.685+02:00"^^xsd:dateTime;
    dct:creator <https://orcid.org/0000-0001-8888-635X> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3w/IUb755GIzp3ueODYkgELhyq4Clygb5Kspge50xo+n8uC/IvXwi+ukRjEpdfX/JZ09yKUCJ2AMMr/QchrsP1Xhg9Q3fEZ4E12XqFd5jX00Qs0K5XZwjBaV8NdDTJW9I4gpcyh0cry7hSBAWHkXEkqbK+lQvR4UFAKejFq6u/wIDAQAB";
    npx:hasSignature "FpFWnUtbMJp+qyNLU5OQt5AX9xHQXqhP39eJWlOITNYSjS+rZ9j5gJYb1oF2V66qZFmvtm208ONxV2rFq0QuueOihwb9GAIQQtAG62N+Vt+onpCsmTOmn7q2aaKEjwTDTwO5wLJkXgDUqy6/xP16WdCu166Ld/Amq/f8ToIPPWY=";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0001-8888-635X> .
}