This document discusses RDF2Rule, which is an approach to learning rules from RDF knowledge bases. It does this by first mining frequent predicate cycles (FPCs) from the RDF graphs, which are patterns that frequently appear. It then generates rules from these mined FPCs. RDF2Rule can learn rules quickly from RDF data and always generates more rules than alternative approaches. It also has high quality predictions and fast running times. The document provides background on semantic web issues, RDF, predicate paths and cycles that FPCs are based on, and how RDF2Rule indexes RDF data to efficiently support its mining algorithm.