@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> .
@prefix sub: <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .

<http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dcterms:created "2020-08-18T10:40:46.285+02:00"^^xsd:dateTime;
  dcterms:creator orcid:0000-0002-1267-0234 .

npx:supersedes rdfs:label "supersedes" .

sub:assertion a nt:PubinfoTemplate;
  rdfs:label "New version of other nanopublication";
  nt:hasStatement sub:st1;
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:np a nt:UriPlaceholder;
  rdfs:label "URI of superseded nanopublication" .

sub:st1 a rdf:Statement;
  rdf:object sub:np;
  rdf:predicate npx:supersedes;
  rdf:subject nt:NANOPUB .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "M2vhcwUw5Q7cK8nxwi3xiQPH1eHTTlUxe/4ivMGOkFYpEzUnbQMhxuIwff2wP3nV84MRe6Ku2l6wEPVNepizhLFzFgwjPamsV5MMudTzr4xmqGCcQBjjpAoo5/CuoYvtzwMxfS2q9TlmjhwbFGMR4mvTSRB1SQrBgndwVHUNOHo=";
  npx:hasSignatureTarget <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> .

