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

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

<https://github.com/BioDataFuse/pyBiodatafuse> a schema:SoftwareSourceCode ;
    schema:codeRepository <https://github.com/BioDataFuse/pyBiodatafuse> ;
    schema:contributor [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "implemented RDF graph generation, AOP-Wiki and WikiPathways integrations, and GraphDB support; developed the corresponding API and Vue interface in biodatafuseUI; code maintenance."@en ;
            schema:mentions <https://github.com/BioDataFuse/biodatafuseUI> ],
        [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "implemented RDF graph generation, AOP-Wiki and WikiPathways integrations, and GraphDB support; developed the corresponding API and Vue interface in biodatafuseUI; code maintenance."@en ;
            schema:mentions <https://github.com/BioDataFuse/biodatafuseUI> ],
        <https://github.com/djwetstede>,
        <https://github.com/youphendriks>,
        <https://orcid.org/0000-0001-6611-7883>,
        <https://orcid.org/0000-0001-7542-0286>,
        <https://orcid.org/0000-0001-8319-7758>,
        <https://orcid.org/0000-0001-8449-1318>,
        <https://orcid.org/0000-0002-4166-7093>,
        <https://orcid.org/0000-0002-4904-3269>,
        <https://orcid.org/0000-0002-7683-0452>,
        <https://orcid.org/0000-0002-8399-8990>,
        <https://orcid.org/0000-0003-3213-4495>,
        <https://orcid.org/0000-0003-4423-4370>,
        <https://orcid.org/0009-0007-2725-2098> ;
    schema:interactionStatistic [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/BioDataFuse/pyBiodatafuse> ;
            schema:userInteractionCount 14 ],
        [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/BioDataFuse/pyBiodatafuse> ;
            schema:userInteractionCount 14 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/BioDataFuse/pyBiodatafuse> ;
            schema:userInteractionCount 15 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:DownloadAction ;
            schema:name "PyPI downloads, last month"@en ;
            schema:url <https://packages.ecosyste.ms/registries/pypi.org/packages/pyBiodatafuse> ;
            schema:userInteractionCount 50 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:DownloadAction ;
            schema:name "PyPI downloads, last month"@en ;
            schema:url <https://packages.ecosyste.ms/registries/pypi.org/packages/pyBiodatafuse> ;
            schema:userInteractionCount 50 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/BioDataFuse/pyBiodatafuse> ;
            schema:userInteractionCount 15 ] ;
    schema:name "BioDataFuse"@en ;
    schema:sameAs <https://doi.org/10.5281/zenodo.18468942> ;
    schema:subjectOf <https://doi.org/10.1093/bioinformatics/btag064>,
        <https://doi.org/10.24406/publica-8969> ;
    schema:url <https://github.com/BioDataFuse/pyBiodatafuse> .

