@prefix this: <https://w3id.org/np/RAFX24--ko_dkIcU1rjMKr5K_xhaR9DfaSTethRTJ_HN8> .
@prefix sub: <https://w3id.org/np/RAFX24--ko_dkIcU1rjMKr5K_xhaR9DfaSTethRTJ_HN8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:QPRF <http://schema.org/url> <https://one.oecd.org/document/ENV/CBC/MONO(2023)32/ANN2/en/pdf> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema ;
    rdfs:comment "The QSAR Prediction Reporting Format (QPRF) is a harmonised template for summarizing and reporting substance-specific predictions generated by (Q)SAR models. The information is structured according to the OECD template (v.2.0)." ;
    rdfs:label "QPRF | QSAR Prediction Reporting Format" ;
    oa:hasPurpose obo:T4FS_0000255 , obo:T4FS_0000402 .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-5185-8208 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "nEcWvE+w6dSuKPBsVhn2nn62ir/S4yvUIpNO1y+olNRkIwIFMDGXache3SB/op+k1TD4sSdcrtHuhJN1qEQ3p3IpCxQYoOMW26wn2ONVB8SolE2SBFfjH00YO4gSW0mws9GOXs3PVAR4O7rAN+KL6exqzEsdj4MjKXLGPnUbUnk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-06-11T07:35:29Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:QPRF ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/ab7c00eb-5a21-4475-9282-6c7e98a1e598> .
}