@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://jmillanacosta.github.io/software/vhp4safety-virtual-human-platform/> a schema:AboutPage ;
    schema:about <https://platform.vhp4safety.nl> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "VHP4Safety Virtual Human Platform"@en .

<https://platform.vhp4safety.nl> a schema:SoftwareSourceCode ;
    schema:codeRepository <https://github.com/VHP4Safety/virtual-human-platform> ;
    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/LindeSchoenmaker>,
        <https://github.com/ShakiraPortfolio>,
        <https://github.com/iaortega>,
        <https://github.com/mirthhe>,
        <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>,
        <https://orcid.org/0009-0005-3680-0645> ;
    schema:interactionStatistic [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/VHP4Safety/virtual-human-platform> ;
            schema:userInteractionCount 8 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/VHP4Safety/virtual-human-platform> ;
            schema:userInteractionCount 2 ],
        [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/VHP4Safety/virtual-human-platform> ;
            schema:userInteractionCount 8 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/VHP4Safety/virtual-human-platform> ;
            schema:userInteractionCount 2 ] ;
    schema:name "VHP4Safety Virtual Human Platform"@en ;
    schema:sameAs <https://doi.org/10.5281/zenodo.17879789> ;
    schema:url <https://platform.vhp4safety.nl> .

