Switch to side-by-side view

--- a/Readme.md
+++ b/Readme.md
@@ -19,8 +19,8 @@
 
 ##Usage
 
-The converter is developed as a [Maven](http://maven.apache.org/) project. After fetching the project from the link above, if maven is installed run "mvn clean package" in the project's folder in order to compile the project.
-Run the compiled jar file. 
+- The converter is developed as a [Maven](http://maven.apache.org/) project. After fetching the project from the link above, if maven is installed run "mvn clean package" in the project's folder in order to compile it.
+- Run the compiled jar file. 
 
 Options:
 
@@ -41,6 +41,10 @@
 - The epc file is scanned, and all the relations among business activities and the whole business process is constructed inside the converter
 - If any import url is provided, this ontology will be imported. At this point, all elements previously gathered and related will be converted to ontology as Individuals.
 
+![alt text](http://i.imgur.com/SxU6wvS.png?1 "Protege screenshot")
+
+The result is a populated ontology containg all activities and resources. The activities are related through the "flowTo" Object Property. The risk DSO (Domain Specific Ontology) contains a class to save the risks and properties to fill information about them. It also contains Object Properties to relate to the resource and activity in which occurs. 
+
  
 
 ##Author