Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Atomic Server | 396 | a month ago | 198 | mit | Rust | |||||
Create, share, fetch and model Atomic Data! This project consists of a graph database + server, a CLI and a rust library. | ||||||||||
Ontospy | 190 | 14 | 5 | 7 months ago | 83 | November 16, 2022 | 22 | mit | JavaScript | |
Python library and command-line interface for inspecting and visualizing RDF models aka ontologies. | ||||||||||
Catmandu | 164 | 64 | 86 | 4 months ago | 148 | March 21, 2022 | 30 | Perl | ||
Catmandu - a data processing toolkit | ||||||||||
Graphy.js | 149 | 26 | 3 months ago | 25 | November 28, 2021 | 24 | isc | JavaScript | ||
A collection of RDF libraries for JavaScript | ||||||||||
Pylode | 133 | 7 days ago | 44 | January 06, 2022 | 72 | bsd-3-clause | Python | |||
An OWL ontology documentation tool using Python and templating, based on LODE | ||||||||||
Lsq | 26 | a month ago | 17 | apache-2.0 | Java | |||||
Linked SPARQL Queries (LSQ): Framework for RDFizing triple store (web) logs and performing SPARQL query extraction, analysis and benchmarking in order to produce datasets of Linked SPARQL Queries | ||||||||||
Owl Cli | 7 | 2 months ago | 2 | apache-2.0 | Java | |||||
Command line tool for ontology engineering | ||||||||||
Kathaireo | 5 | 8 years ago | 1 | Python | ||||||
kathaireo is an interactive interpreter for RDF operations. | ||||||||||
Rdf Ns | 4 | 4 years ago | 7 | other | C++ | |||||
Just use popular RDF namespace prefixes from prefix.cc | ||||||||||
Pagerankrdf | 3 | 3 years ago | mit | Java | ||||||
Command line tool to compute PageRank scores over RDF graphs |
Python library and command-line interface for inspecting and visualizing RDF models.
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. 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.
Ontospy can be used to generate HTML documentation for an ontology pretty much out-of-the-box.
See the website Examples of ontology documentation generated via Ontospy, or jump straight to the sample CIDOC-CRM or FOAF documentation pages.
From version 2.0, the documentation generation libraries are installed by default with Ontospy. Previously, third party dependencies (e.g. Django) had to be installed separately.
I have little time to spend on this project these days, so I'm mainly focusing on bug fixes and maintenance. Happy to review PRs if you want to add more functionalities!
# git clone the repo first
$ mkvirtualenv ontospy
$ pip install -r requirements.txt
$ pip install -e .