Skip to content

ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v0.5.0

Compare
Choose a tag to compare
@jmkeil jmkeil released this 18 May 11:07
3ad50b2

Added

  • add FBRuleReasoningProcessor: Generates statements using custom rules
  • extend SparqlSourceProcessor: add retries on failures configurable with parameters chunkSizeDecreaseFactor and maxRetries
  • extend SparqlSourceProcessor: add parameter followInverseUnlimited
  • extend SparqlSourceProcessor: add parameter ignoreInverse
  • extend SparqlSourceProcessor: add rdf:first and rdf:rest to default followUnlimited values
  • extend LiteralValueComparisonProcessor: add parameter languageFilterPatterns
  • extend LiteralValueComparisonProcessor: add parameter allowTimeSkip to enable date part of xsd:date and xsd:dateTime
  • extend MappingProcessor: add persisting of transitive correspondences
  • extend Parameters: enable use of different Collection subtypes for Processor Parameters
  • extend Aspect: enable use of one pattern for multiple datasets
  • extend logging: log Step processing start and completion
  • extend logging: log CLI execution phases
  • extend built in documentation (--help)
  • add result export engine
  • add result export template deviations
  • add result export template resourceOmissions
  • add result export template wdMismatchFinder (see Wikidata Mismatch Finder file format)
  • add extraction of property path between key variable and other variables to make them available for exports
  • add reuse of sources prefix definitions for the output file
  • add CLI parameter --loadOnly to enable reuse of execution output for report generation

Fixed

  • fix EquivalentValueMappingProcessor: fix message format
  • fix ** EquivalentValueMappingProcessor**: skip resource with unbound variables
  • fix SparqlSourceProcessor: enable arbitrary query lengths by updating Apache Jena fixing JENA-2257
  • fix SparqlSourceProcessor: fix expected datatypes of some parameters
  • fix SparqlSourceProcessor: increased compatibility to SPARQL endpoint implementations
  • improve performance of several mapping and comparison processors

Changed

  • changed logging format
  • changed UsePresentMappingProcessor: replaced parameter assignmentPaths expecting SPARQL Property Paths with parameter variable expecting an aspect variable name