Include @base to trigger relative IRI bug in implementations.
--- a/test-suite/tests/compact-0047-context.jsonld Fri May 03 10:50:00 2013 -0400
+++ b/test-suite/tests/compact-0047-context.jsonld Fri May 03 10:56:29 2013 -0400
@@ -1,5 +1,6 @@
{
"@context": {
+ "@base": "http://example.com/",
"link": { "@id": "http://example.com/link", "@type": "@id" }
}
}
--- a/test-suite/tests/compact-0047-in.jsonld Fri May 03 10:50:00 2013 -0400
+++ b/test-suite/tests/compact-0047-in.jsonld Fri May 03 10:56:29 2013 -0400
@@ -1,5 +1,6 @@
{
"@context": {
+ "@base": "http://example.com/",
"link": { "@id": "http://example.com/link", "@type": "@id" }
},
"link": "relative-url"
--- a/test-suite/tests/compact-0047-out.jsonld Fri May 03 10:50:00 2013 -0400
+++ b/test-suite/tests/compact-0047-out.jsonld Fri May 03 10:56:29 2013 -0400
@@ -1,5 +1,6 @@
{
"@context": {
+ "@base": "http://example.com/",
"link": { "@id": "http://example.com/link", "@type": "@id" }
},
"link": "relative-url"