This document discusses querying datasets using Triple Pattern Fragments (TPF), which enable low-cost federated querying over the web. TPF interfaces return partial RDF datasets matching a given triple pattern. Intelligent clients can decompose SPARQL queries into triple patterns and query multiple TPF servers in parallel to solve queries. This achieves high query performance and availability even with many clients, as TPF servers have lightweight query processing and clients handle query planning and execution. The document compares TPF federation to other federated querying systems.