@prefix log: . @prefix dc: . @prefix stuff: . <> log:forAll <#a> , <#b> , <#c> . { <#a> stuff:coWrote <#b> . <#c> stuff:coWrote <#b> . } log:implies { <#a> stuff:collaboratedWith <#c> . } .