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

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

<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/BioDataFuse/biodatafuseUI> a schema:SoftwareSourceCode ;
    schema:codeRepository <https://github.com/BioDataFuse/biodatafuseUI> ;
    schema:contributor [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "contributed to the BioDataFuse API and Vue interface, especially the RDF, GraphDB and neo4j export APIs pages."@en ;
            schema:mentions <https://github.com/BioDataFuse/pyBiodatafuse> ],
        [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "contributed to the BioDataFuse API and Vue interface, especially the RDF, GraphDB and neo4j export APIs pages."@en ;
            schema:mentions <https://github.com/BioDataFuse/pyBiodatafuse> ],
        <https://github.com/youphendriks>,
        <https://orcid.org/0000-0002-4166-7093>,
        <https://orcid.org/0000-0002-4904-3269> ;
    schema:interactionStatistic [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/BioDataFuse/biodatafuseUI> ;
            schema:userInteractionCount 3 ],
        [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/BioDataFuse/biodatafuseUI> ;
            schema:userInteractionCount 3 ] ;
    schema:maintainer <https://github.com/BioDataFuse> ;
    schema:name "biodatafuseUI"@en ;
    schema:programmingLanguage <http://www.wikidata.org/entity/Q2005>,
        <http://www.wikidata.org/entity/Q24589705>,
        <http://www.wikidata.org/entity/Q978185> ;
    schema:softwareRequirements <http://www.wikidata.org/entity/Q101119404>,
        <http://www.wikidata.org/entity/Q107381687>,
        <http://www.wikidata.org/entity/Q15206305>,
        <http://www.wikidata.org/entity/Q15967387>,
        <http://www.wikidata.org/entity/Q24589705>,
        <http://www.wikidata.org/entity/Q289281>,
        <http://www.wikidata.org/entity/Q7276224> ;
    schema:url <https://github.com/BioDataFuse/biodatafuseUI> .

