@prefix : . @prefix dc: . @prefix owl: . @prefix rdf: . @prefix log: . #:srcp owl:sameAs :filename. #:srcl owl:sameAs :linenumber. #connect the names and the types this log:forAll :id, # the id of the object :file. # the file { # find all the statements that match :id :filename :file. # and the file } log:implies { # the results are simpler :file a :module . }.