@prefix this: <http://purl.org/np/RAatnmYAvOEJN8px2_6T22rTjuvXqkCAphbkWdepG7asI> .
@prefix sub: <http://purl.org/np/RAatnmYAvOEJN8px2_6T22rTjuvXqkCAphbkWdepG7asI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ARK a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-type ;
    rdfs:comment "Archival Resource Keys (ARKs) are open, mainstream, non-paywalled, decentralized persistent identifiers. They identify anything digital, physical, or abstract. ARKs are similar to DOIs, URNs, and Handles. ARKs are more flexible, and less centralized." ;
    rdfs:label "Archival Resource Key" ;
    rdfs:seeAlso <https://arks.org/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-8424-0604 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "WuMndzjSKGvqStuTtqMIh4HBKDsLou2fTa5ifAzOvmhtkkHw/t34Vh0MdNMXVZM3ftSXE42VzPMrzx3BZUcaFuTy5WTA32hO6ZKF52hdCqVhmGiAn1IUdpUGosMyVGjPkmefxOH3DWpK2743qPrtUSVgBUp7rAybTKT8S0bykI4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-02-26T20:19:48Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ARK ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8c027977-1e1e-4bbc-8706-5246df99d3ec> .
}