Metadata-Version: 2.1
Name: rdf2html
Version: 0.0.1
Summary: Tool that allows to visualize ontologies in HTML using python as the base to the solution
Home-page: https://github.com/sir-onze/RDF2HTML
Author: Tiago Baptista
Author-email: tiago96baptista@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

<h1> Context </h1>
<p> Work done during the course of in my Master's in Languages and Knowledge Representation at University of Minho.
</p>

<h1> Problem </h1>
<p> Create a way to visualize ontologies in HTML using python as the base to the solution</p>

<h2> Solution</h2>
<p>A python script using several libraries including graphviz dot that outputs a simple HTML page that allows to explore the ontologie
content without the need to load it into a database engine or a ontologie editor like Protege  </p>
<p> The input format must be in rdf and this solution was made directed to small/medium ontologies, otherwise the graphs will be confusing</p>

<h2> Instalation</h2>

<h1> Contributor </h1>
<p> <a href="https://github.com/sir-onze">Tiago Baptista</a></p>


