A new and improved version of OntoSpy (1.6.7) is available online. OntoSpy is a lightweight Python library and command-line tool for inspecting and visualizing vocabularies encoded in the RDF family of languages.
This update includes support for Python 3, plus various other improvements that make it easier to query semantic web vocabularies using OntoSpy's interactive shell module. To find out more about OntoSpy, here are a few good places to start:
Here's a short video showing a typical session with the OntoSpy REPL:
The main new features of version 1.6.7:
import command: this makes it easier to load models into the local repository. You can import a local RDF file or a web resource via its URI. The repo option allows you to select an ontology by listing those available in a couple of online public repositories. Finally, the starter-pack option can be used to automatically download a few widely used vocabularies (e.g., FOAF, DC, etc.) into the local repository - mostly useful after a fresh installation to get startedinfo command allows you to print more detailed information about entitiesls commandserialize command at the ontology level now serializes the whole graphInstall or update OntoSpy simply by typing pip install ontospy -U in your terminal window (see this page for more information).
Stay tuned for more!
Cite this blog post:
Comments via Github: