I would like to have this as a formatting option. It would look like this:
off:
@prefix : <http://example.com/> .
:test
:blorb "blorb" ;
:floop "floop" .
on:
@prefix : <http://example.com/> .
:test
:blorb "blorb" ;
:floop "floop" ;
.
I prefer it this way to minimize diffs when adding/removing a new predicate-object pair at the end of the subject.
Opinions?