#parse( "common/header.vm" )
Add a triple
#parse("common/pagination.vm" )
#if ($triples.isEmpty())
The page is empty !!!
#else
#tableHead(["","Subject","Predicate","Object", "Context", ""])
#foreach( $st in $triples )
#set($count = $start + $velocityCount)
#showvalue($count)
#showvalue($st.subject)
#showvalue($st.predicate)
#showvalue($st.object)
#showvalue($st.context)
[delete] |
#end
#end
#parse("common/pagination.vm" )
#parse("common/footer.vm" )