The document discusses RESTdesc, which provides a way to efficiently discover and consume Web services through functional descriptions at runtime. It describes RESTdesc's use of HTTP, RDF, and custom vocabularies to semantically describe a photo height service. The description captures that the service takes a photo ID as input, performs a GET request to retrieve the height in pixels, and returns that value associated with the photo. RESTdesc aims to improve automated service use through simple yet powerful functional descriptions of what services do rather than how they are implemented.