38 lines
No EOL
760 B
Text
Executable file
38 lines
No EOL
760 B
Text
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"
|
|
}
|
|
]
|
|
} |