@prefix this: <https://w3id.org/np/RAeohTQCHD65dTPmJY6yF2UCgcGb_XtQ9w_7klO9lP-p0> .
@prefix sub: <https://w3id.org/np/RAeohTQCHD65dTPmJY6yF2UCgcGb_XtQ9w_7klO9lP-p0#> .
@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:i6z <http://schema.org/url> <https://iuclid6.echa.europa.eu/format> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Knowledge-representation-language ;
    rdfs:comment "In IUCLID 6, the exchange of chemical information, from either datasets or dossiers, is facilitated via a zip/archive file that has the extension i6z, which stands for IUCLID 6 zip. Chemical information can be exported as an i6z file from an installation of IUCLID 6, and then imported into another. An i6z file has a well-defined and structured format that contains information on the IUCLID 6 entities, documents, and attachments it contains. The export feature of IUCLID 6 provides an advanced filtering mechanism that allows a user to select which of the interrelated entities are included in the archive." ;
    rdfs:label "i6z | IUCLID dossier schema format" ;
    fip:has-description-source <https://iuclid6.echa.europa.eu/format> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0009-5847-3226 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "RzY9Mu6FHc5Bkm9Y1ny/IFkiY06CiVOQlhY6q8Zk8orh1C5TH5ePPkR3LgTTZUs2lQahQceFqaXzN/jIUgUw6KPW4P9QtJa/9ZPiwkXx8HwGTdD6qnAMIrNJGmWwoOoUxu5arF6FR6D8gI29OwrlbUVhgCFgF/I0q6h2c1UBHdc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-05-21T09:41:46Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:i6z ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9fbb2f8e-b7c0-4484-be26-fbff2c1215d9> .
}