The document introduces Commons RDF, an open source Java library that aims to provide common interfaces for working with RDF across different RDF frameworks. It was created due to historical incompatibilities between RDF Java libraries and provides type-safe APIs focused initially on core RDF 1.1 concepts like IRIs, blank nodes, literals, and triples. The library is currently hosted on GitHub but may eventually move to Apache Commons. It seeks feedback from the community on additional desired interfaces as the design evolves.