greeve / Ontospy

Python toolkit for inspecting linked data knowledge models AKA ontologies or vocabularies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ontospy

Python library and command-line interface for inspecting and visualizing RDF models.

Links

Description

Ontospy is a lightweight Python library and command line tool for inspecting and visualizing vocabularies encoded using W3C Semantic Web standards, that is, RDF or any of its dialects (RDFS, OWL, SKOS).

The basic workflow is simple: load a graph by instantiating the Ontospy class with a file containing RDFS, OWL or SKOS definitions. You get back a object that lets you interrogate the ontology. That's all!

The same functionalities are accessible also via a command line application (ontospy). This is an interactive environment (like a repl) that allows to load ontologies from a local repository, interrogate them and cache them so that they can be quickly reloaded for inspection later on.

Generating ontology documentation

Ontospy can be used to generate HTML documentation for an ontology pretty easily. E.g. see the Schema.org ontology, or FOAF ontology.

This functionality relies on a module called ontodocs, which used to be maintained as a separate library but is now distributed with ontospy as an add-on:

  • pip install ontospy[HTML]

For more examples of the kind of documentation that can be generated out-of-the-box, take a look at this page.

More info

http://lambdamusic.github.io/Ontospy/

About

Python toolkit for inspecting linked data knowledge models AKA ontologies or vocabularies.

License:MIT License


Languages

Language:JavaScript 37.2%Language:HTML 31.9%Language:CSS 23.6%Language:Python 7.2%Language:Shell 0.1%