Skip to content

Releases: weso/shexer

Fixes a missing dependency

27 Feb 01:01

Choose a tag to compare

Shaper was not usable in release 2.7.2 due to a missing dependency. Patched in 2.7.2.1

Replaced parser for TURTLE and TURTLE_ITER

20 Dec 01:18

Choose a tag to compare

  • TURTLE and TURTLE_ITER input formats will be kept for backwards compatibility, but they are both causing to parse the input as a stream using lightrdf parsers.
  • Syntax errors when parsing turtle or nt files are now explicit.

RDF-Config including cardinalities

16 Dec 12:54
d85dc7a

Choose a tag to compare

2.7.1

Ready for release 2.7.1

Machine-readable RDF annotations for any extra piece of information

28 Sep 23:16

Choose a tag to compare

Statistics, conformant examples, wikidata labels, and in general, every piece of information out of mere shapes and constraints, can be provided unsing RDF annotations (ShExC) or regular RDF (SHACL).

RDF annotations for property frequency usage

17 Sep 14:32

Choose a tag to compare

Incomplete feature! Don't mix these annotations with example nor wikidata annotations just yet

Bugfix with repeated names

09 Jul 17:47

Choose a tag to compare

Previous versions allowed the production of schemas with duplicate shape names. That's fixed with this release

Bugfix for RDF-Config generation and bugfix for SPARQL exploration

01 Jul 17:58

Choose a tag to compare

  • RDF-Config: forcing lowercase for some names that the standard reject when containing capital letters.
  • SPARQL: some endpoints retireve empty values for variables even when no OPTIONAL is specified, which raises errors. That has been fixed.

Release for first sync with Zenodo

19 Jun 10:20

Choose a tag to compare

2.6.3.0

Merge branch 'enhancement-#190'

Bugfix for RDF-Config generation and annotations

27 May 19:13

Choose a tag to compare

  • Bugfix: double quotes are scaped when appearing inside a string, both in rdf-config and shex annotations.
  • Bugfix: multiline annotations / examples in RDF-Config are tranformed into single line strings scaped newlines.
  • Bugfix: RDF-Config generation was preventing ShEx/SHACL generation with some inputs. Now you can generate both in every case in a single execution.

Work on RDF-Config generation

23 May 11:15

Choose a tag to compare

  • Improvement: variable names do not include numbers (except in extreme situations). More meaningful names are produced by using contextual information.