Report 'Checkings' 'INTEGRITY CHECKING REPORT FOR GRAPH: '; id; ''; newline; 'Objects without any connections:'; newline; foreach .() { if not >(); then ''''; id; ''' <'; type; '>'; ' has no relationships!'; newline; endif } newline; 'Objects with properties not filled:'; newline; foreach .() { do :(); { if not id; then ''''; id;1; ''' <'; type;1; '>: Property "'; type; '" is empty!'; newline; endif; } } endreport