- Open the project
- Add the ontologies you want to be monolingual in ontology_files/cmo
- In OWLOntologyCleaner main method change "oc.cleanMultilingualOntology("en");" to the language you want to keep
- Run it
- Get the monolingual ontology in ontology_files/lso
http://owlapi.sourceforge.net https://github.com/owlcs/owlapi
- The source ontologies
- The ttl file for the mappings, found here under data/
- The target ontologies for the mappings
- A redis server running on the same machine on its default port
- Access to an SQL version of the UMLS Meta-thesaurus
- Create a TDB repository with the source ontology files
- Create a TDB repository with the target ontology files
- Create a TDB repository with the mappings
- Modify configuration parameters in src/main/resources/config.properties to specify the source/target/mappings repository and the database access credentials.
- Run the org.sifrproject.cli.cui.OntologyCUIProcessor class, by specifying the output file extention, the format and the path to the ontology file to enritch.