Skip to content

Releases: sparna-git/xls2rdf

3.2.1 - remove logback config file file

25 Jan 16:50
Compare
Choose a tag to compare

Major features

none

Minor features

none

Refactoring

  • renamed logback.xml file so that it is not picked up by applications

3.2.0 - support for sh:or wrapping

30 Dec 15:03
Compare
Choose a tag to compare

Major features

  • #56 : supports automatically wrapping list of values into sh:or, sh:and and sh:xone

Minor features

none

Refactoring

  • refactored the ValueProcessorIfc to properly implement #56 and open a path for future wrappers

3.1.0 - Manchester syntax, SPARQL to SHACL property paths

19 Nov 10:52
Compare
Choose a tag to compare

Major features

  • #55 : parsing of SPARQL property paths to turn them to SHACL property paths
  • #50 : introduce a copyTo header parameter to copy the value in another predicate
  • #47 : ability to parse Manchester syntax in values, with header parameter manchester=true

Minor features

  • #56 : BASE IRI declaration
  • #54 : new parameter normalize-space=false
  • #52 : ability to skip hidden columns when converting
  • #44 : introduced (asList="true") to simplify RDF lists creation in some situations
  • #43 : if a cell value starts with _: it will be interpreted as a blank node
  • #42 : if a cell value specifies a language or a datatype (e.g. "me"@en) then it has precedence over the one declared in the header
  • #40, #39 : add doap and adms in list of known prefixes
  • #38 : prefixes declared in the file have precedence over default prefixes

Refactoring

  • #51 : read prefixes in the first 100 rows
  • #41 : upgraded to RDF4J 3
  • #45 : increased buffered grouping handler triples buffer

2.2.0

25 Mar 16:11
Compare
Choose a tag to compare

#34 : add command-line parameter to fail conversion if reconcile external value not found

2.1.6

31 Jan 22:23
Compare
Choose a tag to compare

Fix ConcurrentModificaitonException in SkosPostProcessor

2.1.5

26 Nov 11:41
Compare
Choose a tag to compare
  • Parsing of B1 more strict

2.1.4

21 Nov 22:11
Compare
Choose a tag to compare
  • ignoreIf option
  • do not convert rows that are hidden or filtered
  • share prefixes across all sheets
  • Make lookupColumn lookups case-insensitive
  • ability to ignre values that are in parenthesis

xls2rdf 2.1.1

12 Jun 14:51
Compare
Choose a tag to compare

Added a rest service
Normalize white spaces in the values

2.0.4

07 May 16:06
Compare
Choose a tag to compare

Fix #15
Improvements in unit tests

2.0.3

24 Mar 14:17
Compare
Choose a tag to compare
  • handle "vrai" and "false" as booleans
  • handle ambiguities in lookups
  • extra logs in SKOS post processor