@prefix schema: <https://schema.org/> .

<https://jmillanacosta.github.io/software/pyaop/> a schema:AboutPage ;
    schema:about <https://github.com/jmillanacosta/pyaop> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "pyaop"@en .

<https://platform.vhp4safety.nl> schema:contributor [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "implemented services and frontend, search and filtering, and glossary integration across Flask and JavaScript. Also developed the AOP-Suite (tutorial), for SPARQL-backed network construction, gene and compound queries, and interactive Cytoscape.js views, integrating the pyAOP library."@en ;
            schema:mentions <https://aopsuite.cloud.vhp4safety.nl>,
                <https://docs.vhp4safety.nl/en/latest/tutorials/aopsuite/aopsuite.html>,
                <https://github.com/jmillanacosta/pyaop> ],
        [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "implemented services and frontend, search and filtering, and glossary integration across Flask and JavaScript. Also developed the AOP-Suite (tutorial), for SPARQL-backed network construction, gene and compound queries, and interactive Cytoscape.js views, integrating the pyAOP library."@en ;
            schema:mentions <https://aopsuite.cloud.vhp4safety.nl>,
                <https://docs.vhp4safety.nl/en/latest/tutorials/aopsuite/aopsuite.html>,
                <https://github.com/jmillanacosta/pyaop> ] .

<https://github.com/jmillanacosta/pyaop> a schema:SoftwareSourceCode ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:codeRepository <https://github.com/jmillanacosta/pyaop> ;
    schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
    schema:description "Builds and enriches adverse outcome pathway networks from SPARQL sources, with gene, compound, and tissue associations for network visualization."@en ;
    schema:name "pyaop"@en .

