-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mode.ttp
52 lines (52 loc) · 1.61 KB
/
Mode.ttp
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"@context": "https://tropy.org/v1/contexts/template.jsonld",
"@id": "http://w3id.org/favr#mode",
"@type": "https://tropy.org/v1/tropy#Template",
"type": "https://tropy.org/v1/tropy#Item",
"name": "Mode",
"version": 1.0,
"domain": [],
"creator": "Adrian Demleitner",
"description": "",
"field": [{
"datatype": "http://www.w3.org/2001/XMLSchema#string",
"hint": null,
"isConstant": false,
"isRequired": false,
"label": "Label",
"property": "http://purl.org/dc/elements/1.1/title",
"value": null
}, {
"datatype": "http://www.w3.org/2001/XMLSchema#string",
"hint": null,
"isConstant": false,
"isRequired": false,
"label": "Ocularization",
"property": "http://w3id.org/favr#ocularization",
"value": null
}, {
"datatype": "http://www.w3.org/2001/XMLSchema#string",
"hint": null,
"isConstant": false,
"isRequired": false,
"label": "Framing mechanism",
"property": "http://w3id.org/favr#framing-mechanism",
"value": null
}, {
"datatype": "http://www.w3.org/2001/XMLSchema#string",
"hint": null,
"isConstant": false,
"isRequired": false,
"label": "Anchor",
"property": "http://w3id.org/favr#anchor",
"value": null
}, {
"datatype": "http://www.w3.org/2001/XMLSchema#string",
"hint": null,
"isConstant": false,
"isRequired": false,
"label": "Mobility",
"property": "http://w3id.org/favr#mobility",
"value": null
}]
}