We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cd838 commit f2b4c3cCopy full SHA for f2b4c3c
tests/new-embed-api/frame-0005-in.jsonld
@@ -3,15 +3,18 @@
3
"dc": "http://purl.org/dc/elements/1.1/",
4
"ex": "http://example.org/vocab#",
5
"ex:contains": {"@type": "@id"},
6
- "ex:topic": {"@type": "@id"}
+ "ex:topic": {"@type": "@id"},
7
+ "ex:hasLibrary": {"@type": "@id"}
8
},
9
"@graph": [
10
{
11
"@id": "http://example.org/town/#123",
12
"@type": "ex:Town",
13
"ex:name": "My town",
- "ex:hasLibrary": "http://example.org/test/#library",
14
- "ex:hasLibrary": "http://example.org/test/#library2"
+ "ex:hasLibrary": [
15
+ "http://example.org/test/#library",
16
+ "http://example.org/test/#library2"
17
+ ]
18
19
20
"@id": "http://example.org/test/#library",
0 commit comments