PyShEx icon indicating copy to clipboard operation
PyShEx copied to clipboard

ShEx interpreter for ShEx 2.0

Results 33 PyShEx issues
Sort by recently updated
recently updated
newest added

I could not find a notebook which does something equivalent to https://public-paws.wmcloud.org/User:So9q/Validating%20a%20group%20of%20items-all-shelters-in-sweden.ipynb

Currently the library returns a string of text when a validation error occurs. To build nice user interfaces we need data instead.

iirc, PyShEx failed tests where the schema (or data?) had codepoints > U+FFFD . I stumbled across a [repo](https://github.com/ericprud/antlr-multiLang-template) that I created for dealing with this in Java and Javascript,...

When using rdflib 6.2 I get a `DeprecationWarning` from `shexeval` because `rdflib-jsonld` is deprecated. ```sh (validate) stain@xena11:~/src/runcrate$ shexeval /home/stain/miniconda3/envs/validate/lib/python3.11/site-packages/rdflib_jsonld/__init__.py:9: DeprecationWarning: The rdflib-jsonld package has been integrated into rdflib as of...

Hi @hsolbrig ! I have tried to use install PyShEx in a project using RDFLib 6 and I got this error: ``` File "/app/./app/api/validation.py", line 14, in from pyshex import...

There are a couple of spots in the utility code that mistakenly see the colon in a windows file name (c:\foo\bar\...) as a URL instead of a file name. We...

At the moment, the "slurping" (-ss) option only applies to a Sparql back end. It needs to be generalized

enhancement

If you ```bash pipenv install pyshex pipenv run shexeval ``` you get: ``` Traceback (most recent call last): File "/Users/solbrig/.local/share/virtualenvs/zzf-MnAwF90I/bin/shexeval", line 5, in from PyShEx.shex_evaluator import evaluate_cli ModuleNotFoundError: No module...

Failed 1dot-relative_pass-short-shape (P): https://raw.githubusercontent.com/shexSpec/shexTest/master/validation/1dot-relative.shex - https://raw.githubusercontent.com/shexSpec/shexTest/master/validation/Is1_Ip1_Io1-relative.ttl TRAITS: (http://www.w3.org/ns/shacl/test-suite#relativeIRI) Failed 1dot-relative_pass-relative-shape (P): https://raw.githubusercontent.com/shexSpec/shexTest/master/validation/1dot-relative.shex - https://raw.githubusercontent.com/shexSpec/shexTest/master/validation/Is1_Ip1_Io1-relative.ttl TRAITS: (http://www.w3.org/ns/shacl/test-suite#relativeIRI)