معرفی شرکت ها


SHACL2SPARQLpy-1.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python reference implementation of SHACL2SPARQL
ویژگی مقدار
سیستم عامل OS Independent
نام فایل SHACL2SPARQLpy-1.1.1
نام SHACL2SPARQLpy
نسخه کتابخانه 1.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mónica Figuera, Philipp D. Rohde
ایمیل نویسنده philipp.rohde@tib.eu
آدرس صفحه اصلی https://github.com/SDM-TIB/SHACL2SPARQLpy
آدرس اینترنتی https://pypi.org/project/SHACL2SPARQLpy/
مجوز MIT
[![Latest Release](http://img.shields.io/github/release/SDM-TIB/SHACL2SPARQLpy.svg?logo=github)](https://github.com/SDM-TIB/SHACL2SPARQLpy/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Python Versions](https://img.shields.io/pypi/pyversions/SHACL2SPARQLpy)](https://pypi.org/project/SHACL2SPARQLpy) [![Package Format](https://img.shields.io/pypi/format/SHACL2SPARQLpy)](https://pypi.org/project/SHACL2SPARQLpy) [![Package Status](https://img.shields.io/pypi/status/SHACL2SPARQLpy)](https://pypi.org/project/SHACL2SPARQLpy) [![Package Version](https://img.shields.io/pypi/v/SHACL2SPARQLpy)](https://pypi.org/project/SHACL2SPARQLpy) # SHACL2SPARQLpy SHACL2SPARQLpy is a Python-based reference implementation of [SHACL2SPARQL](https://github.com/rdfshapes/shacl-sparql). First, install the required dependencies: ```bash python3 -m pip install -r requirements.txt ``` Assuming you have a SPARQL endpoint running under http://localhost:14000/sparql, you can execute the tool with the following command: ```bash python3 main.py -d path/to/your/shacl/shapes http://localhost:14000/sparql /path/where/to/store/output ``` # Note The reference implementation was used in the WWW '21 paper of [Trav-SHACL](https://github.com/SDM-TIB/Trav-SHACL). It is not a fully functional Python version of SHACL2SPARQL. For example, it assumes that all shapes have a target definition. It merely served to make SHACL2SPARQL and Trav-SHACL comparable by getting rid of the performance difference in Python and Java.


نیازمندی

مقدار نام
>=1.8.5 SPARQLWrapper


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl SHACL2SPARQLpy-1.1.1:

    pip install SHACL2SPARQLpy-1.1.1.whl


نصب پکیج tar.gz SHACL2SPARQLpy-1.1.1:

    pip install SHACL2SPARQLpy-1.1.1.tar.gz