Skip to content

Releases: rudof-project/rudof

v0.1.26

20 Sep 12:12
Compare
Choose a tag to compare

[0.1.26] - 2024-09-20

  • Added support for SPARQL query options. New command called: query
  • Added support for handling SPARQL service descriptions. New command called: service
  • Changed the TAPConfig parameter of command dctap so it can use the same config file as option tap2shex

v0.1.25

11 Sep 13:16
Compare
Choose a tag to compare

[0.1.25] - 2024-09-11

  • Small change removing an empty config file to solve issue #155

v0.1.24

10 Sep 08:34
Compare
Choose a tag to compare

[0.1.24] - 2024-09-10

  • Added more configuration parameters for RDF data and Shacl data which allow, for example to define a default base IRI which can be used to resolve relative IRIs solving issue #149

v0.1.23

09 Sep 11:17
Compare
Choose a tag to compare

[0.1.23] - 2024-09-09

  • Added option for partial views of UML class diagrams which can be useful when visualizing large ShEx schemas
  • Improved the templates so they show metadata about the generation and a navigation bar
  • Repaired a bug in the behaviour of force-overwrite which was appending to the file instead of overwriting its contents

v0.1.22

07 Sep 10:09
Compare
Choose a tag to compare

[0.1.22] - 2024-09-07

  • Added the possibility to embed the SVG diagram in the HTML pages that are generated

v0.1.21

05 Sep 06:55
Compare
Choose a tag to compare

[0.1.21] - 2024-09-05

  • Small release with a small improvement in the way we handle empty rows in DCTAP

v0.1.20

02 Sep 17:44
c0794a6
Compare
Choose a tag to compare

[0.1.20] - 2024-09-01

  • Added option to get schemas from files, URIs or stdin (-) which was also implemented to data, solving issue #135

v0.1.19

31 Aug 06:24
Compare
Choose a tag to compare

[0.1.19] - 2024-08-30

  • Added option to generate simple information about ShEx schemas
  • Repaired bug in strict/lax reader mode that was not being taken into account

v0.1.18

28 Aug 14:39
Compare
Choose a tag to compare

[0.1.18] - 2024-08-28

  • Added support for nquads and RDF/XML as input data formats
  • Added more flexibility for NQuads parser to continue parsing in case of errors
  • Added more flexibility of RDF parser to parse RDF lists in case there are more than one rdf:first predicate.

v0.1.17

27 Aug 22:41
Compare
Choose a tag to compare

[0.1.17] - 2024-08-28

  • Repaired bug in DCTAP when a row has an empty shape_id and it was creating an empty shape instead of assuming the previous one
  • Added support for first version of SHACL to ShEx converter