@prefix this: <https://w3id.org/np/RABvAt9gnw5TPlzgnVAbhQF-OQvGmUMxoxHiQwBioeS2c> .
@prefix sub: <https://w3id.org/np/RABvAt9gnw5TPlzgnVAbhQF-OQvGmUMxoxHiQwBioeS2c#> .
@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:ASCII a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language ;
    rdfs:comment "ASCII (American Standard Code for Information Interchange) is the most common character encoding format for text data in computers and on the internet. In standard ASCII-encoded data, there are unique values for 128 alphabetic, numeric or special additional characters and control codes." ;
    rdfs:label "ASCII | American Standard Code for Information Interchange" ;
    fip:has-description-source <https://www.techtarget.com/whatis/definition/ASCII-American-Standard-Code-for-Information-Interchange#:~:text=ASCII%20(American%20Standard%20Code%20for%20Information%20Interchange)%20is%20the%20most,additional%20characters%20and%20control%20codes.> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-8211-7784 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "iTBAuwdrdBn2jVmipp1+E4pnwDiCKf+mp2wWRBVtVH0lvZylZzKsy/P2421zT/TDwJPgMsTx/FMmcvh+bcfOX3GUqaFKWFFNqAXoOe2NGBd6DntHbQoPiUhPMn6A4zKNQrXOWNwGzn/n3NCeum9b2ozR5hsxle68sYX/htKRQxU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-16T09:59:42Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ASCII ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/ca794ec6-1215-4b8d-ba83-64e1573b04d9> .
}