bind log: . bind daml: . bind : <> . bind rules: <> . <> log:forAll <#p> , <#q> . { <#p> daml:inverseOf <#q> . } log:implies { { { <#x> <#p> <#y>. } log:implies { <#y> <#q> <#z>. } } a log:Truth; log:forAll <#x> , <#y> , <#p>, <#q> . } . <#author> daml:inverseOf <#hasPublication> . <#myPaper> <#author> <#me> . <#myOtherPaper> <#author> <#me> . <#herPaper> <#author> <#her> . <#ourPaper> <#author> <#her>, <#me> .