Navigation

  • index
  • next |
  • previous |
  • Semantic HTTP Resources 0.0 documentation »
  • RDF Context Link Header

Table of Contents

  • RDF Context Link Header
    • Example

Previous topic

Schema Link Header

Next topic

HTTP Schema Resource

This Page

  • Show Source

Quick search

RDF Context Link Header¶

A conforming Semantic HTTP Resource MUST provide a link header for any HTTP response that returns an entity body specifying an RDF context resource. The link header MUST include a rel attribute with the value of context or recognized equivalent. The JSON-LD standard context link header is the only recognized equivalent in this revision of the standard.

Example¶

For a JSON resource, specifying the RDF Context using a valid RDF Context Link Header would look like:

link: <http://example.com/contexts/user.json;
      rel="http://www.w3.org/ns/json-ld#context";
      type="application/ld+json"

Navigation

  • index
  • next |
  • previous |
  • Semantic HTTP Resources 0.0 documentation »
  • RDF Context Link Header
© Copyright 2019, Quansight LLC. Created using Sphinx 3.2.1.Theme is Solar