@prefix log: . @prefix sch: . <> log:forAll <#x> , <#y> , <#a> , <#b> . { <#x> a sch:URIScheme; sch:schemeName <#y> . } log:implies { :WWW sch:listOfURISchemes <#y> . } .