@prefix this: <https://w3id.org/np/RAdOqFvaFdphriK8e-zm83LYxdkWnpfczZnDE2yXmEnHk> .
@prefix sub: <https://w3id.org/np/RAdOqFvaFdphriK8e-zm83LYxdkWnpfczZnDE2yXmEnHk#> .
@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 {
  <https://w3id.org/gff/rao/terms/AOP> a fip:Digital-Object-Type ;
    rdfs:comment "Adverse Outcome Pathways (AOPs) describe the mechanistic interactions of biological entities with a stressor (chemical, nanomaterial, radiation, virus, etc.) that produce an adverse response. " ;
    rdfs:label "AOP | Adverse outcame Pathway description" ;
    fip:has-description-source <https://aopwiki.org/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "DXPldMUb6iEw6Brga5EQECuVh+yKHc5/Nv4ALA/IaxKbSPKZV43IwwuQdXV9ebT68LwtwOWy6kIemuSLJsf5DvyfQIsF8tKKd+1OONJNWxll+KPLpXeAR/Z5koKc0UexDEzmq7drNBO3nM//Dcmi2kezuB+uupQmOq3tndoHUZc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-14T15:49:35Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/gff/rao/terms/AOP> ;
    npx:supersedes <https://w3id.org/np/RAa0zIKn9_DjbZRdYg7FMKFzqnYiwlmjtzmVYOFEv6nTE> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/edb1c67f-9427-4efa-848a-72753e666f3f> .
}