Skip to content

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

Compare
Choose a tag to compare
@jmkeil jmkeil released this 05 May 07:05
2e631e0

ABECTO provides a frame-work for the comparison and evaluation of different semantic data sources in the same domain on the instance level.

This initial version provides:

  • RdfFileSourceProcessor that loads an RDF document from the local file system.
  • JaroWinklerMappingProcessor that provides mappings based on the Jaro-Winkler Similarit of string property values using our implementation from Efficient Bounded Jaro-Winkler Similarity Based Search.
  • ManualMappingProcessor that enables users to manually adjust the mappings by providing or suppressing mappings.
  • RelationalMappingProcessor that provides mappings based on the mappings of referenced resources.
  • OpenlletReasoningProcessor that infers the logical consequences of the input RDF models utilizing the Openllet Reasoner to generate additional triples.
  • SparqlConstructProcessor that applies a given SPARQL Construct Query to the input RDF models to generate additional triples.
  • CategoryCountProcessor that measures the number of resources and property values per category.
  • LiteralDeviationProcessor that detects deviations between the property values of mapped resources as defined in the categories.
  • ManualCategoryProcessor that enables users to manually define resource categories and their properties.
  • ResourceDeviationProcessor that detects deviations between the resource references of mapped resources as defined in the categories.