Skip to content

Releases: fusion-jena/abecto

ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v2.1.1

07 Feb 13:59
c657172
Compare
Choose a tag to compare

Added

  • add benchmarks for PopulationComparisonProcessor and PropertyComparisonProcessor

Changed

  • split project into subprojects abecto-core and abecto-benchmark

ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v2.1.0

18 Apr 11:36
c889726
Compare
Choose a tag to compare

Changed

  • do not use av:relevantResource anymore

ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v2.0.1

15 Apr 21:48
e2895e0
Compare
Choose a tag to compare

Fixed

  • fix measurementsMarkdown report: restore dqv:computedOn erroneously replaced by av:associatedDataset

ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v2.0.0

15 Apr 20:52
c609e43
Compare
Choose a tag to compare

Changed

  • Breaking Change: merge LiteralValueComparisonProcessor and ResourceValueComparisonProcessor into PropertyComparisonProcessor to enable comparison of variables permitting literal and non-literal values
  • change PropertyComparisonProcessor: changed absolute coverage measure and relative coverage measure to fully base on deduplicated values
  • change PropertyComparisonProcessor: changed count measure, deduplicated count measure, absolute coverage measure and relative coverage measure to ignoring excluded values

Fixed

  • fix PropertyComparisonProcessor: fix handling for NaN values
  • fix PropertyComparisonProcessor: fix deduplicated count measure to not substract duplicated values from count twice
  • Breaking Change: use av:associatedDataset instead of dqv:computedOn for av:MetaDataGraph (exports for existing results will not work anymore)
  • hotfix SparqlSourceProcessor: filter statements containing IRIs with Newline (U+000A) character to work around DBpedia extraction framework Issue 748 and JENA-2351

Removed

  • Breaking Change: removed reporting of unexpected type issues by PropertyComparisonProcessor
  • Breaking Change: removed deprecated CompletenessProcessor (replaced by PopulationComparisonProcessor)

ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v1.2.0

09 Mar 21:56
abc76b6
Compare
Choose a tag to compare

Fixed

  • fix LiteralValueComparisonProcessor: add handling for datasets not covering a compared variable
  • fix ResourceValueComparisonProcessor: add handling for datasets not covering a compared variable
  • fix PopulationComparisonProcessor: add handling for datasets not containing any resource for a compared aspect
  • fix PopulationComparisonProcessor: report count value instead of deduplicated count value for count measure

Added

  • extend LiteralValueComparisonProcessor: report deduplicated count measure
  • extend ResourceValueComparisonProcessor: report deduplicated count measure
  • extend PopulationComparisonProcessor: report deduplicated count measure

ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v1.1.0

02 Feb 20:33
2d674d2
Compare
Choose a tag to compare

Added

  • extend LiteralValueComparisonProcessor: add calculation of measurement count, absolute coverage, relative coverage and estimated completeness per variable
  • extend ResourceValueComparisonProcessor: add calculation of measurement count, absolute coverage, relative coverage and estimated completeness per variable
  • extend measurementsMarkdown export: add support for measurements with affected variable
  • extend wdMismatchFinder export: enable reporting of missing values

Fixed

  • fix LiteralValueComparisonProcessor: possibly missing value deviations or value omissions in case of duplicated resources in other dataset
  • fix ResourceValueComparisonProcessor: possibly missing value deviations or value omissions in case of duplicated resources in other dataset
  • fix LiteralValueComparisonProcessor: possibly additional value deviations or value omissions in case of duplicated resources in the dataset
  • fix ResourceValueComparisonProcessor: possibly additional value deviations or value omissions in case of duplicated resources in the dataset
  • fix wdMismatchFinder export: adjust to format changes (T288511, T313468)

Changed

  • renamed CompletenessProcessor into PopulationComparisonProcessor: deprecated dummy CompletenessProcessor class remains to avoid a breaking change
  • change CompletenessProcessor/PopulationComparisonProcessor: avoid relativeCoverage measurement in case of no values in other dataset
  • change CompletenessProcessor/PopulationComparisonProcessor: increase precision of measurement results from 2 to 16 digits

ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v1.0.1

19 Aug 07:26
9c2f34a
Compare
Choose a tag to compare

Fixed

  • fix report wdMismatchFinder: remove < and > around external_url values

ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v1.0.0

17 Aug 14:32
0d7885e
Compare
Choose a tag to compare

Added

  • extend @Parameter annotation: add parameter converter expecting an implementation of the Jackson Converter interface and make use of them during processor initialization, to enable early execution failures due to invalid parameter values

Changed

  • improve FileSourceProcessor: improve parser error logging
  • Breaking Change: renamed FBRuleReasoningProcessor into ForwardRuleReasoningProcessor
  • Breaking Change: SparqlConstructProcessor and SparqlSourceProcessor expect datatype xsd:string instead of av:SparqlQuery for parameter query, to ease configuration writing
  • Breaking Change: av:VariablePaths of aspects expect datatype xsd:string instead of av:SparqlPropertyPath for the property av:propertyPath

Removed

  • Breaking Change: removed support for the RDF datatypes av:SparqlPropertyPath and av:SparqlQuery
  • remove custom xsd:dateTimeStamp mapping

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

19 Jul 10:09
9df7fbe
Compare
Choose a tag to compare

Added

  • extend report deviations: add column snippetToAnnotateValueComparedToAsWrong to ease wrong value annotation for future plan executions

Fixed

  • fix Step: consider associated dataset of predefined metadata graphs
  • fix report engine: avoid character escaping in of literals

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

15 Jul 13:28
d75956f
Compare
Choose a tag to compare

Fixed

  • fix wdMismatchFinder report: remove datatypes of wikidata_value and external_value