-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathmanifest-frame.jsonld
More file actions
25 lines (23 loc) · 1.06 KB
/
manifest-frame.jsonld
File metadata and controls
25 lines (23 loc) · 1.06 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
{
"@context": {
"xsd": "http://www.w3.org/2001/XMLSchema#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#",
"mq": "http://www.w3.org/2001/sw/DataAccess/tests/test-query#",
"rdft": "http://www.w3.org/ns/rdftest#",
"action": {"@id": "mf:action", "@type": "@id"},
"approval": {"@id": "rdft:approval", "@type": "@id"},
"comment": "rdfs:comment",
"entries": {"@id": "mf:entries", "@container": "@list", "@type": "@id"},
"include": {"@id": "mf:include", "@container": "@list", "@type": "@id"},
"label": "rdfs:label",
"name": "mf:name",
"result": {"@id": "mf:result", "@type": "@id"},
"entailmentRegime": {"@id": "mf:entailmentRegime"},
"recognizedDatatypes": {"@id": "mf:recognizedDatatypes", "@type": "@id", "@container": "@list"},
"unrecognizedDatatypes": {"@id": "mf:unrecognizedDatatypes", "@type": "@id", "@container": "@list"}
},
"@type": "mf:Manifest",
"entries": {"@embed": true}
}