@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RATn3tHBlRq3NMNC67hGGrwX4v18uhr7uaBwRT1krJEHs> .
@prefix sub: <http://purl.org/np/RATn3tHBlRq3NMNC67hGGrwX4v18uhr7uaBwRT1krJEHs#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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:DataCite_DOI_Resolution_Service a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-service ;
    rdfs:comment "The DataCite DOI resolution service - https://datacite.org/" ;
    rdfs:label "DataCite DOI Resolution Service" ;
    rdfs:seeAlso <https://datacite.org/> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0001-7848-4912 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "m20N3AeKgxukm5LRexZ9szAcT5VvBrKyM0JiPoXYe0WyI8Kg6Cco4uiCbYOdA7asvjYnT4Y4sVgl9a0NWubDKJ3o7y99gqa6+IOzmGmVYU+xAMU8/LHG5A7aoOEekmaKHu0Q00gHOEtg89UCHzfVv0a4a7ng7UQJ6LjBrq8FwEA=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-12-02T10:04:09Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DataCite_DOI_Resolution_Service ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/7b8d68eb-b2b4-4641-8a30-a9d5f3fba8f4> .
}