pyrdfsubset


Namepyrdfsubset JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryCreate RDF subsets based on ShEx constraints and optionally SPARQL query results. The development of this library started at the Biohackathon Japan in 2023 in Shodoshima
upload_time2023-06-30 08:27:51
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Micelio Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords shex rdf subsets biohackathon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyRDFSubSet
===========
Package to create RDF subsets using Shape Expressions (ShEx). A Shape Expression is taken as input and a subset of the RDF
graph is returned that conforms to the Shape Expression.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyrdfsubset",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "shex,rdf,subsets,biohackathon",
    "author": "",
    "author_email": "Andra Waagmeester <andra@micelio.be>",
    "download_url": "https://files.pythonhosted.org/packages/0e/70/4ffd040ee3684f3c332dffba0decf5ef08775b6cc37300239d2d53211115/pyrdfsubset-0.1.3.tar.gz",
    "platform": null,
    "description": "PyRDFSubSet\n===========\nPackage to create RDF subsets using Shape Expressions (ShEx). A Shape Expression is taken as input and a subset of the RDF\ngraph is returned that conforms to the Shape Expression.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Micelio  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Create RDF subsets based on ShEx constraints and optionally SPARQL query results. The development of this library started at the Biohackathon Japan in 2023 in Shodoshima",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/micelio/PyRDFSubSet"
    },
    "split_keywords": [
        "shex",
        "rdf",
        "subsets",
        "biohackathon"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb1d8665301d223e4b5d3f2d2f89d919b46fd198ff28a3ac97c9f96f4b894f0e",
                "md5": "e32cced1e4cbcc9a072cec550503e767",
                "sha256": "bbc0f6431ca1eed81745c8cd422494dbecfc55affd138a3744fa215dff36ad51"
            },
            "downloads": -1,
            "filename": "pyrdfsubset-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e32cced1e4cbcc9a072cec550503e767",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4832,
            "upload_time": "2023-06-30T08:27:49",
            "upload_time_iso_8601": "2023-06-30T08:27:49.776409Z",
            "url": "https://files.pythonhosted.org/packages/fb/1d/8665301d223e4b5d3f2d2f89d919b46fd198ff28a3ac97c9f96f4b894f0e/pyrdfsubset-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e704ffd040ee3684f3c332dffba0decf5ef08775b6cc37300239d2d53211115",
                "md5": "c15de2b5a84b8849ae8351a05c3780b4",
                "sha256": "4d53a76236e524cffe35869990a2425708b10e5d21f010bcf720aad6d952ab4c"
            },
            "downloads": -1,
            "filename": "pyrdfsubset-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c15de2b5a84b8849ae8351a05c3780b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3375,
            "upload_time": "2023-06-30T08:27:51",
            "upload_time_iso_8601": "2023-06-30T08:27:51.008547Z",
            "url": "https://files.pythonhosted.org/packages/0e/70/4ffd040ee3684f3c332dffba0decf5ef08775b6cc37300239d2d53211115/pyrdfsubset-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-30 08:27:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "micelio",
    "github_project": "PyRDFSubSet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyrdfsubset"
}
        
Elapsed time: 0.18208s