@prefix this: <https://w3id.org/np/RA5kn37b1bnK_hbBEzfPsCIzXR7LL9AtvzCap229U_5_s> .
@prefix sub: <https://w3id.org/np/RA5kn37b1bnK_hbBEzfPsCIzXR7LL9AtvzCap229U_5_s#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator orcid:0000-0002-6049-591X ;
    <http://purl.org/spar/cito/discusses> <https://scholarlykitchen.sspnet.org/2024/03/14/guest-post-navigating-the-drift-persistence-challenges-in-the-digital-scientific-record-and-the-promise-of-dpids/> ;
    <http://purl.org/spar/cito/includesQuotationFrom> <https://scholarlykitchen.sspnet.org/2024/03/14/guest-post-navigating-the-drift-persistence-challenges-in-the-digital-scientific-record-and-the-promise-of-dpids/> ;
    rdfs:comment "\"In a potential future world of #FAIR (Findable, Accessible, Interoperable, & Reusable) science, every research artifact – not just the published manuscript – will need a globally unique, persistent, & resolvable identifier. Trillions of #PIDs must be minted over the next decade to achieve that goal, & trillions of PID-to-URL mappings will need to be maintained. This is inconceivable with the current #DOI system.\" https://scholarlykitchen.sspnet.org/2024/03/14/guest-post-navigating-the-drift-persistence-challenges-in-the-digital-scientific-record-and-the-promise-of-dpids/" ;
    <https://schema.org/keywords> "DOI," , "DigitalPersistence," , "FAIR," , "PIDs," , "ReplicationCrisis." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6049-591X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimMmND/P29erWCzdNJlbKdnS1Bx683/8Om0XT8QuYeeZnBusG0XjmlXSBAeD/G0JQOxeGH81unJcWyh/NA2LvRn5n71HDTEmLXKC+vOzLzctytlmQFTIiTK85S/8h8NaYd8e+zrCO5pfeIcoiL84IxFvEYmTdwxE/agkAi6We10OEyFoveJ/eiXTTec+d13IcAYjaI+F8TlRqsxdXPhyhUs/DbX/X3fq2F0eLvXQNtL6Z2QprRw7ecFkW21EsSp876YoLy2bNKLLG+YMfDEeHeCkr/U6IgLzQss0afkEXvLPgT4EYqt4E+/+icSDmCG0hq+oCGRXY51+jR1uVnh8DwIDAQAB" ;
    npx:hasSignature "IXzsxk7Im7OgX4nTnPUUh6mwygKS3WMkfzO3v9kErwYiJJ9HlCEvWoxgTz/jEIkZKMDcC8duukRHz5LNPcdCfWapn/sAFn2uiqVOX2YGzx2U9B+ON7jwUVWQ7NAi7M90aglnbSqUIt33YDY3s4J0btWjFuR12+FNRr9c0OdLsrAHhSUTKHjcmypv0hCyb/CwExUqwnOstaU3APf7gsRdKF2Tpx0gP1P8k7oSczGc6Py6El4lRUKiPI3UHp9OLN1B/89CVn8uttvo3dCNJKlMJBqnluRnSCSwizpw5JFWJZ6bkU36lDMrD9pSTMx84p1klUpb2ofVk84dW7w0q4XOHw==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-03-22T15:09:48.080Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-6049-591X ;
    <http://sense-nets.xyz/rootSigner> "0xA4b3422B019E7dF5e265Dae7B562240bd4185401" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}