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

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

<https://github.com/jmillanacosta/rdfsolve> a schema:SoftwareSourceCode ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:codeRepository <https://github.com/jmillanacosta/rdfsolve> ;
    schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
    schema:description "RDF schema discovery and conversion, typed Python clients, and SPARQL execution with batching, retries, and query provenance."@en ;
    schema:downloadUrl <https://pypi.org/project/rdfsolve/> ;
    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/rdfsolve> ;
            schema:userInteractionCount 14 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/jmillanacosta/rdfsolve> ;
            schema:userInteractionCount 3 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:DownloadAction ;
            schema:name "PyPI downloads, last month"@en ;
            schema:url <https://packages.ecosyste.ms/registries/pypi.org/packages/rdfsolve> ;
            schema:userInteractionCount 14 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/jmillanacosta/rdfsolve> ;
            schema:userInteractionCount 3 ] ;
    schema:name "rdfsolve"@en ;
    schema:softwareHelp <https://rdfsolve.readthedocs.io> ;
    schema:softwareVersion "0.0.2"@en .

