Skip to content

Commit 0439315

Browse files
gkelloggdavidlehn
authored andcommitted
Fix embed test 0007 context/frame.
1 parent 3b25cec commit 0439315

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

tests/new-embed-api/frame-0007-frame.jsonld

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"@context": {
33
"dc": "http://purl.org/dc/elements/1.1/",
4-
"ex": "http://example.org/vocab#"
4+
"ex": "http://example.org/vocab#",
5+
"ex:relatesTo": {"@type": "@id"}
56
},
67
"@type": "ex:Library",
78
"@embed": "@always",

tests/new-embed-api/frame-0007-in.jsonld

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"dc:subject": {"@type": "@id"},
66
"ex:contains": {"@type": "@id"},
77
"ex:bookmark": {"@type": "@id"},
8-
"ex:topic": {"@type": "@id"}
8+
"ex:topic": {"@type": "@id"},
9+
"ex:relatesTo": {"@type": "@id"}
910
},
1011
"@graph": [
1112
{

tests/new-embed-api/frame-0007-out.jsonld

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"@context": {
33
"dc": "http://purl.org/dc/elements/1.1/",
4-
"ex": "http://example.org/vocab#"
4+
"ex": "http://example.org/vocab#",
5+
"ex:relatesTo": {"@type": "@id"}
56
},
67
"@graph": [
78
{

0 commit comments

Comments
 (0)