This document discusses using semantic web technologies with REST APIs. It provides a case study of calculating issue close times from GitHub and Jira APIs. The code starts simply but gets more complex to handle different API representations. Adding semantics through common schemas helps parse issues into a uniform object to simplify the code. The document advocates for combining REST, hypermedia, and semantics for understanding and discovery.