Ontology Tools#
Working with ontologies and linked data does not have to be complicated. You could do most things in a text editor like Notepad, if you were so inclined. But having the right tools for the job can make your work easier and more effective. Below are some recommended tools that can help.
RDFLib
A python library for working with ontologies and knowledge graphs. RDFLib is useful for integrating semantic data in python codes. It includes a simple triplestore with a SPARQL endpoint for running queries, as well as options to serialize data into RDF supported formats like JSON-LD, Turtle, etc.
EMMOntoPy
A custom python package for working with EMMO-based ontologies. Built on OWLReady2, EMMOntoPy provides tools for loading, editing, analyzing, and exporting ontology data within the EMMO Universe.