Skip to content

Commit

Permalink
Final editorial touches
Browse files Browse the repository at this point in the history
  • Loading branch information
alien-mcl committed Nov 3, 2022
1 parent 10f71d6 commit b00066f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/latest/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ <h3>Templated Links</h3>
<p>The example <i>Description of an IRI Template</i> that was already mentioned
uses a <i>variableRepresentation</i> on the whole <i>IriTemplate</i>, but
each mapped variable represented as an <i>IriTemplateMapping</i> can have
its own <i>variableRepresentation</i> declaration which MUST override
its own <i>variableRepresentation</i> declaration. It MUST override
the declaration from the <i>IriTemplate</i> level for that very
<i>IriTemplateMapping</i> as it takes precedence. The example below
depicts such a situation:
Expand All @@ -1209,7 +1209,7 @@ <h3>Templated Links</h3>
"@context": "http://www.w3.org/ns/hydra/context.jsonld",
****"@type": "IriTemplate"****,
****"template": "http://api.example.com/issues{?q,category}"****,
****"variableRepresentation": "ExplicitRepresentation"****,
****"variableRepresentation": "ExplicitRepresentation"****,
****"mapping"****: [
{
****"@type": "IriTemplateMapping"****,
Expand Down

0 comments on commit b00066f

Please sign in to comment.