@prefix this: <http://purl.org/np/RAgsbUg4xWCe6Jgjm6aDAiHiRqb4U6PYbrRvqO3PrDxTk> .
@prefix sub: <http://purl.org/np/RAgsbUg4xWCe6Jgjm6aDAiHiRqb4U6PYbrRvqO3PrDxTk#> .
@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:FAIR-AOPs a fip:FAIR-Implementation-Community ;
    rdfs:comment "The FAIR-AOPs community was initiated within the project CIAO (Modelling the Pathogenesis of COVID-19 Using the Adverse Outcome Pathway Framework, https://www.ciao-covid.net/).  The community involves actors from the GO FAIR Foundation, the European Joint Research Centre, the US Environmental Protection Agency, research institutes, non-profit institutes, and private companies." ;
    rdfs:label "FAIR Adverse Outcome Pathways" ;
    rdfs:seeAlso <https://aopwiki.org/forums/showthread.php?tid=197> ;
    fip:has-research-domain <http://edamontology.org/topic_3415> , <http://purl.obolibrary.org/obo/NCIT_C17039> , <http://purl.obolibrary.org/obo/NCIT_C19199> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-3435-7775 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "cjc5nP85hRcBjR35RSX0o7qAbHxxGSFf3dCgA1UObDFflNtiezFUnpNTEt4fpiv3gzPHpBJoBljHTzC7ZoF8dVhPYz0YHOtveMiSGr+Yruf9azDez2/oXspijmDe7bMN6YSQXMOGE9rB3+bQI3GviNTxdwm/BVUVRKZjx2F07t0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-01-30T14:31:44Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:FAIR-AOPs ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d805391f-1070-49c3-892e-6fe97b4213ed> .
}