@prefix this: <http://purl.org/np/RAcNC9zQOEc9RPXD07R91aMNSlYmJR9G4kRT_Pm4FpzkE> .
@prefix sub: <http://purl.org/np/RAcNC9zQOEc9RPXD07R91aMNSlYmJR9G4kRT_Pm4FpzkE#> .
@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:CSV a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language , fip:Semantic-model ;
    rdfs:comment "Files with .csv (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values. Each line in a CSV file is a new record from the set of records contained in the file. Such files are generated when data transfer is intended from one storage system to another. Since all applications can recognize records separated by comma, import of such data files to database is done very conveniently. Almost all spreadsheet applications such as Microsoft Excel or OpenOffice Calc can import CSV without much effort. Data imported from such files is arranged in cells of a spreadsheet for representation to user." ;
    rdfs:label "CSV File Format " ;
    rdfs:seeAlso <https://docs.fileformat.com/spreadsheet/csv/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "PSUMC3yqGanXiEbsJQ3djf5KKsuT5dURaBnS0fDS7FmxaU1/0Ro3TOKf0aAsz7aJmCCeLPcIK04lPUp+XllUV2BIVDkaL4EHf0pvPFD5pLVIXrCcdAz+hpGJcSkBtzOa819uTNAxSCxRjY84KQkbMlBVa01AviWvt9H29MKG6es=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-06-12T13:47:35Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CSV ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/aedc988a-da2c-48b2-a7de-046d2800152e> .
}