Skip to content

Commit 928e11b

Browse files
committed
Fix frame-0023 expected output to conform with frame semantics.
1 parent 5db8457 commit 928e11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"@context": {"ex": "http://example.org/"},
33
"@graph": [{
4-
"@id": "ex:Sub2",
5-
"ex:p": "foo",
4+
"@id": "ex:Sub1",
5+
"ex:p": null,
66
"ex:q": "bar"
77
}]
88
}

0 commit comments

Comments
 (0)