@prefix dcterms: .
@prefix np: .
@prefix npx: .
@prefix ns1: .
@prefix orcid: .
@prefix prov: .
@prefix rdfs: .
@prefix sub1: .
@prefix this: .
@prefix this1: .
@prefix xsd: .
sub1:Head {
this1: a np:Nanopublication;
np:hasAssertion sub1:assertion;
np:hasProvenance sub1:provenance;
np:hasPublicationInfo sub1:pubinfo .
}
sub1:assertion {
a ns1:FAIRDigitalObject;
dcterms:conformsTo ;
rdfs:label "Updated label";
ns1:isMaterializedBy .
}
sub1:provenance {
sub1:assertion prov:generatedAtTime "2026-07-29T21:29:41.377902"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
sub1:pubinfo {
this1: npx:supersedes this:;
prov:generatedAtTime "2026-07-29T21:29:41.377902"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0000-0000-0000 .
sub1:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
npx:hasSignature "fd9gPkyyWCtd+1JY239+AslcgftiVhl7zPXu3zgJY2lRr4zbWLHpT9oQJauoh1hKL/Tjz+Ff4KUFb5brPqePb0HoOD1AJsoFa0E8rKZ1G6pC/NXo1YLYZOGQ18/KwW3V8KcF7MoqxokD6YfK+mxatYE9QOLLrMKisP0mP/BueYQ=";
npx:hasSignatureTarget this1:;
npx:signedBy orcid:0000-0000-0000-0000 .
}