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

<https://jmillanacosta.github.io/software/bridgedb/> a schema:AboutPage ;
    schema:about <http://www.wikidata.org/entity/Q55582517> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "BridgeDb"@en .

<http://www.wikidata.org/entity/Q55582517> a schema:Project,
        schema:SoftwareSourceCode ;
    schema:codeRepository <https://github.com/bridgedb/docker> ;
    schema:contributor [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "automated Docker builds and versioned image releases across the webservice and data repositories; added webservice CI tests."@en ],
        [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "automated Docker builds and versioned image releases across the webservice and data repositories; added webservice CI tests."@en ],
        <https://github.com/nunogit>,
        <https://orcid.org/0000-0001-7542-0286>,
        <https://orcid.org/0000-0002-4166-7093>,
        <https://orcid.org/0000-0003-2230-0840> ;
    schema:hasPart <https://doi.org/10.5281/zenodo.7678824> ;
    schema:interactionStatistic [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/bridgedb/docker> ;
            schema:userInteractionCount 6 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:DownloadAction ;
            schema:name "Docker Hub pulls"@en ;
            schema:url <https://hub.docker.com/r/bigcatum/bridgedb> ;
            schema:userInteractionCount 5800 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:DownloadAction ;
            schema:name "Docker Hub pulls"@en ;
            schema:url <https://hub.docker.com/r/bigcatum/bridgedb> ;
            schema:userInteractionCount 5800 ],
        [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/bridgedb/docker> ;
            schema:userInteractionCount 4 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/bridgedb/docker> ;
            schema:userInteractionCount 6 ],
        [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/bridgedb/docker> ;
            schema:userInteractionCount 4 ] ;
    schema:name "BridgeDb"@en ;
    schema:url <https://github.com/bridgedb/docker>,
        <https://www.bridgedb.org> .

