@prefix this: <http://purl.org/np/RAemjygik0Ce41Ae4C5eW14g2o_bws5WateEsc_ho7MnM> .
@prefix sub: <http://purl.org/np/RAemjygik0Ce41Ae4C5eW14g2o_bws5WateEsc_ho7MnM#> .
@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:QMRF a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema ;
    rdfs:comment "Standard reporting formats for data-driven models especially Quantitative Structure-Activity Models used in chemical and nanomaterial regulations. A (Q)SAR Model Reporting Format (QMRF) is a robust summary of a (Q)SAR model, which reports key information on the model according to the OECD validation principles. A (Q)SAR Prediction Reporting Format (QPRF) is a description and assessment of the prediction made by given model for a given chemical." ;
    rdfs:label "QSAR Model / Prediction Reporting Format" ;
    rdfs:seeAlso <https://www.oecd.org/env/guidance-document-on-the-validation-of-quantitative-structure-activity-relationship-q-sar-models-9789264085442-en.htm> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1849-5246 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Fsam1y+fClJERd0Vf1tx2v/Vj7/hJFvjJNDyE0uS9hTNexdqtf0Ek51BvEYqlKKglIURey5otveGPNfmmxKcBBjlne7jGxPZbMn3ZnCKAHwQ8VoO5YvDZdwbT+hwdJxUbCsemeDdpD8Krezblpom0VEzZ7rliW5Q+RBr8iKT4wo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-16T16:21:23Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:QMRF ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/fdb26723-3640-485e-8190-05121dde7448> .
}