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

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

<https://github.com/VHP4Safety/AOP-Suite> a schema:SoftwareSourceCode ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:codeRepository <https://github.com/VHP4Safety/AOP-Suite> ;
    schema:contributor <https://github.com/mirthhe>,
        <https://github.com/mmarvinm2>,
        <https://github.com/youphendriks>,
        <https://orcid.org/0000-0001-7542-0286>,
        <https://orcid.org/0000-0002-4166-7093>,
        <https://orcid.org/0000-0003-0329-1977>,
        <https://orcid.org/0000-0003-2230-0840> ;
    schema:description "web application for building adverse outcome pathway networks from SPARQL sources, with gene and compound queries and interactive Cytoscape.js views; built on pyAOP."@en ;
    schema:name "AOP-Suite"@en ;
    schema:softwareHelp <https://docs.vhp4safety.nl/en/latest/tutorials/aopsuite/aopsuite.html> ;
    schema:url <https://aopsuite.cloud.vhp4safety.nl> .

