Metadata-Version: 1.1
Name: ontospy
Version: 1.6.5
Summary: A Python project for working with RDF/OWL ontologies
Home-page: https://github.com/lambdamusic/ontosPy
Author: Michele Pasin
Author-email: michele.pasin@gmail.com
License: MIT
Description: OntoSPy
        =======================
        
        RDFLIb-based Python toolkit for inspecting ontologies on the Semantic Web.
        
        
        Description
        ------------
        
        OntoSPy is a lightweight Python library and command line tool for inspecting and navigating vocabularies encoded using W3C Semantic Web standards (aka ontologies). 
        
        The basic workflow is simple: load a graph by instantiating the ``Graph`` class with a file containing RDFS, OWL or SKOS definitions. You get back an object that lets you interrogate the ontology. That's all!
        
        The same functionalities are accessible also via a handy command line application. This consists of an interactive environment (`ontospy --shell`) that allows to save ontologies into a local repository so that they can be quickly reloaded for inspection later on. 
        
        
        Documentation
        ---------------
        http://ontospy.readthedocs.org/en/latest/
        
        See also: https://github.com/lambdamusic/OntoSPy
        
        
Keywords: ontology engineering semantic web linked data
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
