blob: 337e45c4069cbe0ccc3ea7298221c4aaefc612fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"@context": "http://json-ld.org/test-suite/context.jsonld",
"@id": "",
"@type": "mf:Manifest",
"description": "This manifest loads additional manifests for specific behavior tests",
"name": "JSON-LD Test Suite",
"sequence": [
"tests/compact-manifest.jsonld",
"tests/error-manifest.jsonld",
"tests/expand-manifest.jsonld",
"tests/flatten-manifest.jsonld",
"tests/frame-manifest.jsonld",
"tests/fromRdf-manifest.jsonld",
"tests/normalize-manifest.jsonld",
"tests/remote-doc-manifest.jsonld",
"tests/toRdf-manifest.jsonld"
]
}
|