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

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

<https://github.com/jmillanacosta/seejobs> a schema:SoftwareSourceCode ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:codeRepository <https://github.com/jmillanacosta/seejobs> ;
    schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
    schema:description "a terminal interface for Slurm job monitoring, logs, and batch-script preparation over SSH."@en ;
    schema:interactionStatistic [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/jmillanacosta/seejobs> ;
            schema:userInteractionCount 3 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/jmillanacosta/seejobs> ;
            schema:userInteractionCount 3 ] ;
    schema:name "seejobs"@en ;
    schema:url <https://github.com/jmillanacosta/seejobs> .

