Skip to content

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

Choose a tag to compare

@jmkeil jmkeil released this 17 Aug 14:32
· 204 commits to main since this release
0d7885e

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