Coder Social home page Coder Social logo

kanavbhagat / ontospy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lambdamusic/ontospy

0.0 0.0 0.0 23.57 MB

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

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

License: MIT License

Python 7.23% Shell 0.05% CSS 23.61% HTML 31.88% JavaScript 37.23%

ontospy's Introduction

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/

ontospy's People

Contributors

cthoyt avatar lambdamusic avatar satra avatar sumutcan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.