Releases: fusion-jena/abecto
Releases · fusion-jena/abecto
ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v2.1.1
Added
- add benchmarks for
PopulationComparisonProcessor
andPropertyComparisonProcessor
Changed
- split project into subprojects
abecto-core
andabecto-benchmark
ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v2.1.0
Changed
- do not use
av:relevantResource
anymore
ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v2.0.1
Fixed
- fix
measurementsMarkdown
report: restoredqv:computedOn
erroneously replaced byav:associatedDataset
ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v2.0.0
Changed
- Breaking Change: merge
LiteralValueComparisonProcessor
andResourceValueComparisonProcessor
intoPropertyComparisonProcessor
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 ofdqv:computedOn
forav: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 byPopulationComparisonProcessor
)
ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v1.2.0
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
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
intoPopulationComparisonProcessor
: deprecated dummyCompletenessProcessor
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
Fixed
- fix report
wdMismatchFinder
: remove<
and>
around external_url values
ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v1.0.0
Added
- extend
@Parameter
annotation: add parameterconverter
expecting an implementation of the JacksonConverter
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
intoForwardRuleReasoningProcessor
- Breaking Change:
SparqlConstructProcessor
andSparqlSourceProcessor
expect datatypexsd:string
instead ofav:SparqlQuery
for parameterquery
, to ease configuration writing - Breaking Change:
av:VariablePath
s of aspects expect datatypexsd:string
instead ofav:SparqlPropertyPath
for the propertyav:propertyPath
Removed
- Breaking Change: removed support for the RDF datatypes
av:SparqlPropertyPath
andav:SparqlQuery
- remove custom xsd:dateTimeStamp mapping
ABox Evaluation and Comparison Tool for Ontologies (ABECTO) v0.10.0
Added
- extend report
deviations
: add columnsnippetToAnnotateValueComparedToAsWrong
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
Fixed
- fix wdMismatchFinder report: remove datatypes of wikidata_value and external_value