Ashley Sommer

Results 330 comments of Ashley Sommer

Hi @niklasl @RinkeHoekstra @hsolbrig I'm the maintainer and release-manager for [RDFLib/pySHACL](https://github.com/RDFLib/pySHACL) and [RDFLib/OWL-RL](https://github.com/RDFLib/OWL-RL). rdflib-jsonld is used in both of those projects, and is an integral part of the RDF-in-Python ecosystem....

The rdflib.py3compat dependency in rdflib-jsonld has been removed from rdflib-jsonld master so a new release from master will fix this.

Required changes are listed here (under 2.0.0): https://themes.ghost.org/docs/changelog#section-ghost-200 Specifically, add this to `package.json`: ```json "keywords": [ "ghost", "theme", "ghost-theme" ], ``` Add this to `default.css`: ```css .kg-width-wide { } .kg-width-full...

Tried again just now, now I'm getting a different error: ![image](https://user-images.githubusercontent.com/402468/189350647-38b5c639-fc4a-4e1e-8f67-7c822f02a74f.png)

Hi @AnjoMan This looks like a good change, we will discuss this more formally tomorrow at our RDFLib maintainers meeting. We will have to run some more tests internally to...

Hi @AnjoMan After discussing this, we have decided we will need to test this solution further. You have implemented the change just for the RDF/XML parser, but we need to...

Thanks for reporting this. It is likely a bug. I will look into this as part of the work on the next version of PySHACL. I'll update this thread with...

Hi, I'm sorry, I can't reproduce this. I've tested several different methods of running the code given, with debug=False, and every time there is no violations printed out. Can you...

Hi @ajnelson-nist Thanks for the bug report. I've done some testing, and `sh:inversePath` is operating correctly in PySHACL. It passes the W3C SHACL test suite, as well as the TopQuadrant...

@ajnelson-nist Yep, I see now how you got stuck. Another way to look at this, is to consider that you will very rarely need to define a top-level shape to...