jsonld-ex/test/data/json-ld.org-test-suite/frame-0008-in.jsonld
2017-03-24 23:08:41 +01:00

38 lines
760 B
Plaintext
Executable file

{
"@context": {
"ex": "http://example.org/vocab#"
},
"@graph": [
{
"@id": "http://example.org/test/#example",
"@type": "ex:Example",
"ex:embedded": {
"@id": "http://example.org/test#subject1"
},
"ex:literal": [
"str1",
"str2",
"str3"
],
"ex:mixed": [
{
"@id": "http://example.org/test#iri1"
},
"literal1",
{
"@id": "http://example.org/test#iri2"
},
"literal2",
{
"@id": "http://example.org/test#subject2",
"ex:prop": "property"
}
],
"ex:single": "single"
},
{
"@id": "http://example.org/test#subject1",
"ex:prop": "property"
}
]
}