Paste any IRI. We dereference it the way a linked data client should, parse whatever comes back, and render it as a page a person can actually read.
No account, no upload, nothing stored. Each request fetches and parses live at the edge.
When a server ignores your Accept header and hands back HTML, we mine it for embedded JSON-LD instead of giving up. That is where most structured data actually lives.
Swap /r for /api/resolve and the same pipeline returns JSON, with the redirect chain, the resolved subject, and any parse warnings.
A resolved IRI is a URL you can cite in a paper or paste into a ticket, it works with JavaScript off, and link previews resolve. Client-only viewers cannot do any of that.
Unresolvable terms, unsupported serializations, and subject mismatches are reported on the page rather than quietly discarded.