This document discusses formalizing and expressing completeness information about RDF data sources to enable assessing query completeness. It presents a framework for completeness statements and using them to check if a data source can fully answer a query. Specifically:
1. Completeness statements express patterns that a data source claims to contain using SPARQL-like syntax.
2. Query completeness is checked by seeing if the query results can be reconstructed from the completeness statements' patterns.
3. An example shows DBpedia is incomplete for a query about Tarantino movies and actors, while LinkedMDB is complete as its statements cover movies and actors.