forked from ruzyysmartt/json-ld-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext.jsonld
More file actions
34 lines (32 loc) · 1.53 KB
/
context.jsonld
File metadata and controls
34 lines (32 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"@context": {
"@vocab": "https://w3c.github.io/json-ld-api/tests/vocab#",
"dcterms": "http://purl.org/dc/terms/",
"jld": "https://w3c.github.io/json-ld-api/tests/vocab#",
"mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"context": { "@type": "@id" },
"expect": { "@id": "mf:result", "@type": "@id" },
"expectErrorCode": { "@id": "mf:result" },
"frame": { "@type": "@id" },
"input": { "@id": "mf:action", "@type": "@id" },
"option": { "@type": "@id"},
"sequence": { "@id": "mf:entries", "@type": "@id", "@container": "@list" },
"redirectTo": { "@type": "@id"},
"name": "mf:name",
"purpose": "rdfs:comment",
"description": "rdfs:comment",
"base": { "@type": "@id" },
"compactArrays": { "@type": "xsd:boolean" },
"compactToRelative": { "@type": "xsd:boolean" },
"contentType": { "@type": "xsd:boolean" },
"expandContext": { "@type": "@id" },
"httpLink": { "@type": "xsd:string", "@container": "@set" },
"httpStatus": { "@type": "xsd:integer" },
"processingMode": { "@type": "xsd:string" },
"produceGeneralizedRdf":{ "@type": "xsd:boolean" },
"specVersion": { "@type": "xsd:string" },
"useNativeTypes": { "@type": "xsd:boolean" }
}
}