List of shapes
            Visualization
            Metadata
    
    
        Schema: {{ title }}
    
    
        List of shapes
        
            
                
                    | Shape ID | Shape Label | 
            
            {% for shape in shapes %}
            
                | {{ shape.name }} | {{ shape.label }} | 
            {% endfor %}
        
     
    UML-based diagram
    
        {% autoescape false %}{{ svg_schema }}{% endautoescape %}
        Generated UML-like diagram of the ShEx schema
    
    
    
        - rudof_version: {{rudof_version}}
- created time: {{ created_time }}