Skip to content

Releases: DaniFdezAlvarez/shexer

Bugfix-#175

07 Sep 18:33
Compare
Choose a tag to compare

After last release, sheXer could brake when extracting shapes using a property both to point to literals and IRIs. That is fixed in this release.

Supprot to extraction involving BNodes in TURTLE_ITER and NT

03 Sep 17:39
Compare
Choose a tag to compare
  • Extraction works properly even if there are BNodes as target instances or in the neighborhood of those whenever a non-rdflib parser (TURTLE_ITER, NT) is used. In the rest of cases, BNodes are ignored.
  • No @ shape will appear in any constraint. The macro BNode is now properly used.
  • The macro NONLITERAL has been introduced to generalize situations in which both BNodes and IRIs play the same role w.r.t some target nodes.
  • Bug related to cardinality in OR constraints has been detected and corrected.

Let specify the instantiation property using prefixes

28 Aug 15:19
Compare
Choose a tag to compare

Corrected a bug with blank nodes and endpoint mining

28 Aug 05:46
Compare
Choose a tag to compare
2.5.6

Merge branch 'master' of https://github.com/DaniFdezAlvarez/shexer

Compliant rdfs annotations at class level and constraint level

27 Aug 08:12
Compare
Choose a tag to compare

log msg to std_err

26 Aug 06:00
Compare
Choose a tag to compare

Now the messages outputed with the verbose mode are written to std_err, so they are not mixed with resulting schemes being written in std_out

Fix a bug related to shapes names in UML generation

27 Jun 19:24
Compare
Choose a tag to compare

Fix dependence issue

14 May 11:42
Compare
Choose a tag to compare

Fix a building issue with a dependence non declared in setup.py

Support to XZ files

09 May 16:13
Compare
Choose a tag to compare

Added support to xz compressed files. If you want to process this content, set compression_mode to CONST.XZ when building the Shaper object

Support for examples as inline comments

08 May 19:53
c2f7c56
Compare
Choose a tag to compare

Now you can use the parameter examples_mode of the class Shaper (with ShEx outputs) for getting examples of instances matching a shape or cnode constraints matching a triple constraint as comments in the obtained schemes. See README for more information.