Metadata-Version: 1.1
Name: ontospy
Version: 1.8.6
Summary: Query, inspect and visualize knowledge models encoded as RDF/OWL ontologies.
Home-page: https://github.com/lambdamusic/ontospy
Author: Michele Pasin
Author-email: michele.pasin@gmail.com
License: MIT
Description: OntoSpy
        =======================
        
        Python toolkit for inspecting linked data knowledge models AKA ontologies or vocabularies.
        
        
        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 an object that lets you interrogate the ontology. That's all!
        
        The same functionalities are accessible also via a command line application (`ontospy-shell`). 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.
        
        
        More info
        ---------------
        https://github.com/lambdamusic/OntoSpy/wiki
        
Keywords: ontology semantic web linked data rdf owl
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
