Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Commit

Permalink
Address @dlongley's [comment](json-ld/json-ld.org#511 (comment)) on `…
Browse files Browse the repository at this point in the history
…compactToRelative` to move setting the base IRI of the context used when compacting (flattening or framing) to the document base only if `compactToRelative` is **true**.
  • Loading branch information
gkellogg committed Jul 5, 2017
1 parent 13fa6f6 commit e2b9604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion compact-manifest.jsonld
Expand Up @@ -886,7 +886,6 @@
"context": "compact-r002-context.jsonld",
"expect": "compact-r002-out.jsonld",
"option": {
"base": "http://example.org/",
"processingMode": "json-ld-1.1",
"compactToRelative": false
}
Expand Down
4 changes: 2 additions & 2 deletions compact-r002-in.jsonld
@@ -1,4 +1,4 @@
{
"@id": "a",
"http://example.com/b": {"@id": "c"}
"@id": "http://example.org/a",
"http://example.com/b": {"@id": "http://example.org/c"}
}

0 comments on commit e2b9604

Please sign in to comment.