Skip to content

Commit f2b4c3c

Browse files
gkelloggdavidlehn
authored andcommitted
Fix embed frame-0005-in.jsonld syntax and context.
Still fails result, but seems like an issue in the test runner I can't figure out (doesn't actually test against the frame-0005-out.jsonld content).
1 parent 93cd838 commit f2b4c3c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
"dc": "http://purl.org/dc/elements/1.1/",
44
"ex": "http://example.org/vocab#",
55
"ex:contains": {"@type": "@id"},
6-
"ex:topic": {"@type": "@id"}
6+
"ex:topic": {"@type": "@id"},
7+
"ex:hasLibrary": {"@type": "@id"}
78
},
89
"@graph": [
910
{
1011
"@id": "http://example.org/town/#123",
1112
"@type": "ex:Town",
1213
"ex:name": "My town",
13-
"ex:hasLibrary": "http://example.org/test/#library",
14-
"ex:hasLibrary": "http://example.org/test/#library2"
14+
"ex:hasLibrary": [
15+
"http://example.org/test/#library",
16+
"http://example.org/test/#library2"
17+
]
1518
},
1619
{
1720
"@id": "http://example.org/test/#library",

0 commit comments

Comments
 (0)