Sections
{% if classes %}Classes{% endif %}
{% if objproperties %}Object Properties{% endif %}
{% if dataproperties %}Datatype properties{% endif %}
{% if annotationproperties %}Annotation properties{% endif %}
{% if instances %}Instances{% endif %}
{% if classes %}
Classes
top
	{% for each in classes  %}
		
		
	
		
			
			
			{{each.classname}}
			
			
			{% for xx in each.alltriples %}
			
				
					| {{xx.0}} | {{xx.1}} | 
			
			{% endfor %}
			
		 
		
	
	
	{% endfor %}
{% endif %}
{% if objproperties %}
Object Properties
top
	{% for each in objproperties  %}
		
		
	
		
			
			
			{{each.propname}}
			
			
			{% for xx in each.alltriples %}
			
				
					| {{xx.0}} | {{xx.1}} | 
			
			{% endfor %}
			
		 
		
	
	
	{% endfor %}
{% endif %}
{% if dataproperties %}
Datatype Properties
top
	{% for each in dataproperties  %}
		
		
	
		
			
			
			{{each.propname}}
			
			
			{% for xx in each.alltriples %}
			
				
					| {{xx.0}} | {{xx.1}} | 
			
			{% endfor %}
			
		 
		
	
	
	{% endfor %}
	
{% endif %}	
	
	
{% if annotationproperties %}
Annotation Properties
top
	{% for each in annotationproperties  %}
		
		
	
		
			
			
			{{each.propname}}
			
			
			{% for xx in each.alltriples %}
			
				
					| {{xx.0}} | {{xx.1}} | 
			
			{% endfor %}
			
		 
		
	
	
	{% endfor %}
	
{% endif %}	
	
{% if instances %}
Instances
top
	{% for each in instances  %}
		
		
	
		
			
			
			{{each.instancename}}
			
			
			{% for xx in each.alltriples %}
			
				
					| {{xx.0}} | {{xx.1}} | 
			
			{% endfor %}
			
		 
		
	
	
	{% endfor %}
	
{% endif %}