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

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

<https://github.com/jmillanacosta/pysec2pri> a schema:SoftwareSourceCode ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:codeRepository <https://github.com/jmillanacosta/pysec2pri> ;
    schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
    schema:description "Reconciles retired identifiers and changed gene symbols against current database records, with historical mappings, ambiguity checks, and auditable resolution."@en ;
    schema:downloadUrl <https://pypi.org/project/pysec2pri/> ;
    schema:interactionStatistic [ a schema:InteractionCounter ;
            schema:interactionType schema:DownloadAction ;
            schema:name "PyPI downloads, last month"@en ;
            schema:url <https://packages.ecosyste.ms/registries/pypi.org/packages/pysec2pri> ;
            schema:userInteractionCount 1554 ],
        [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/jmillanacosta/pysec2pri> ;
            schema:userInteractionCount 1 ],
        [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/jmillanacosta/pysec2pri> ;
            schema:userInteractionCount 1 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/jmillanacosta/pysec2pri> ;
            schema:userInteractionCount 2 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/jmillanacosta/pysec2pri> ;
            schema:userInteractionCount 2 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:DownloadAction ;
            schema:name "PyPI downloads, last month"@en ;
            schema:url <https://packages.ecosyste.ms/registries/pypi.org/packages/pysec2pri> ;
            schema:userInteractionCount 1554 ] ;
    schema:name "pysec2pri"@en ;
    schema:softwareHelp <https://pysec2pri.readthedocs.io> ;
    schema:softwareVersion "0.3.12"@en .

