@prefix this: <https://w3id.org/np/RA0B_-8YTgT2PWGSZFIU6-bU2UWPRKgYwJpFVuJsZqj7s> .
@prefix sub: <https://w3id.org/np/RA0B_-8YTgT2PWGSZFIU6-bU2UWPRKgYwJpFVuJsZqj7s#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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:IRI <http://usefulinc.com/ns/doap#implements> <http://www.unicode.org/versions/Unicode4.0.1/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-service ;
    rdfs:comment "A globally unique identifier that represents a resource using Unicode characters, allowing for resource identification across various languages. Similar to a URI, an IRI identifies resources on the Internet, private networks, or offline, without necessarily implying a retrieval method. This expanded character set enables universal access and identification in multilingual contexts." ;
    rdfs:label "Internationalized Resource Identifier" ;
    rdfs:seeAlso <https://www.ietf.org/rfc/rfc3987.txt> ;
    skos:closeMatch <https://www.w3.org/International/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-2157-1408 ;
    prov:wasDerivedFrom <https://www.w3.org/International/> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "D8Np6PfqrytTAmpQv1z4el3aN8tSl9rRm542naKzV95RPYCWjdB4eHDtYm1XxOBgD+G2rdD1L2kSKOAn0V0WeSM+Mh7NcNN7gLmkcdNw2LG6BhoLj3qwVNvLIDgVwckvcetKc1oHRAGvCtP7Rg1nuLaFBjF2dx5v4k54MK1h88M=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-12-20T23:56:26Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:IRI ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/92e67933-4614-4573-9c87-942119a0df88> .
}