Skip to content

renvins/fuzzy_dl_owl2_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conversion Tests for fuzzy_dl_owl2

This repository contains a set of test ontologies to validate and analyze the behavior of the fuzzy_dl_owl2 library. The goal is to verify the correct translation of OWL 2 constructs with fuzzy annotations into the FuzzyDL format and vice versa.

How to Run the Tests

To verify the correct functioning of the conversion and validate all test ontologies, simply run the following command from the main project directory:

python -m pytest -v -s

This command will automatically discover and run all the tests defined in the tests/ directory, providing a detailed report of any successes or failures. Each test handles creating an OWL ontology, converting it to FuzzyDL, converting it back to OWL, and finally comparing the original ontology with the final one to ensure their equivalence.

About

Testing repository for the fuzzy-dl-owl2 research project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages