Update frame-0013 to use defined terms and ids.
--- a/test-suite/tests/frame-0013-frame.jsonld Wed Apr 04 17:37:01 2012 -0700
+++ b/test-suite/tests/frame-0013-frame.jsonld Wed Apr 04 18:33:17 2012 -0700
@@ -1,5 +1,5 @@
{
"@context": {
- "canSee": "http://example.org/vocab#canSee"
+ "ex": "http://example.org/"
}
}
\ No newline at end of file
--- a/test-suite/tests/frame-0013-in.jsonld Wed Apr 04 17:37:01 2012 -0700
+++ b/test-suite/tests/frame-0013-in.jsonld Wed Apr 04 18:33:17 2012 -0700
@@ -1,21 +1,21 @@
{
"@context": {
- "canSee": "http://example.org/vocab#canSee"
+ "ex": "http://example.org/"
},
"@graph": [
{
- "@id": "looker",
- "canSee": [
+ "@id": "ex:looker",
+ "ex:canSee": [
{
- "@id": "forgotten"
+ "@id": "ex:forgotten"
},
{
- "@id": "spotted"
+ "@id": "ex:spotted"
}
]
},
{
- "@id": "spotted"
+ "@id": "ex:spotted"
}
]
}
\ No newline at end of file
--- a/test-suite/tests/frame-0013-out.jsonld Wed Apr 04 17:37:01 2012 -0700
+++ b/test-suite/tests/frame-0013-out.jsonld Wed Apr 04 18:33:17 2012 -0700
@@ -1,28 +1,28 @@
[
{
"@context": {
- "canSee": "http://example.org/vocab#canSee"
+ "ex": "http://example.org/"
},
- "@id": "looker",
- "canSee": [
+ "@id": "ex:looker",
+ "ex:canSee": [
{
- "@id": "forgotten"
+ "@id": "ex:forgotten"
},
{
- "@id": "spotted"
+ "@id": "ex:spotted"
}
]
},
{
"@context": {
- "canSee": "http://example.org/vocab#canSee"
+ "ex": "http://example.org/"
},
- "@id": "forgotten"
+ "@id": "ex:forgotten"
},
{
"@context": {
- "canSee": "http://example.org/vocab#canSee"
+ "ex": "http://example.org/"
},
- "@id": "spotted"
+ "@id": "ex:spotted"
}
]
\ No newline at end of file