ocorcho / HtmlTemplateGenerator

Generator of Html templates to be completed with the documentation of your ontology. It uses the LODE environment to create part of the template. It also adds rdf-a descriptions with the metadata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html Template Generator

This project has been created to help you to create a complete documentation of your ontology. The purpose of this project is not to cover any of the functionalities created by other tools like LODE (which describe the classes and properties of a given ontology). Instead, this project reuses LODE (if the user wants to) to create a template that will later be filled with all the details of the ontology. The structure of the template is as follows:

* Basic Metadata: 

	* Title and release
	
	* Current version of the ontology  
	
	* Latest version of the ontology
	
	* Previous version of the ontology
	
	* Revision number
	
	* Authors
	
	* Contributors
	
	* Imported Ontologies
	
	* Extended Ontologies
	
* Abstract

* Table of Contents

* 1. Introduction

	* 1.1 Namespace declarations
	
* 2. Ontology overview

* 3. Ontology description

* 4. Cross reference section (Using LODE)

* 5. References

* 6. Acknowledgements

========== If you want to use this project, download all the files of the "JAR" folder into the same folder. Then just double click the .jar file.

For customizing the metadata of your ontology, edit the project properties of /config/config.properties.

The character ";" is used for lists (for instance first author; second author; third author)

About

Generator of Html templates to be completed with the documentation of your ontology. It uses the LODE environment to create part of the template. It also adds rdf-a descriptions with the metadata.

License:Other


Languages

Language:Java 100.0%