-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plane.ttp
56 lines (51 loc) · 1.68 KB
/
Plane.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
53
54
55
56
{
"@context": "https://tropy.org/v1/contexts/template.jsonld",
"@id": "http://w3id.org/favr#plane",
"@type": "https://tropy.org/v1/tropy#Template",
"type": "https://tropy.org/v1/tropy#Selection",
"name": "Plane",
"version": 1.0,
"domain": [],
"creator": "Adrian Demleitner",
"description": null,
"field": [{
"datatype": "http://www.w3.org/2001/XMLSchema#string",
"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": "agent, interface, in- or off-game environment, or ludeme",
"isConstant": false,
"isRequired": false,
"label": "Type",
"property": "http://w3id.org/favr#plane",
"value": null
}, {
"datatype": "http://www.w3.org/2001/XMLSchema#string",
"hint": null,
"isConstant": false,
"isRequired": false,
"label": "Graphical Material",
"property": "http://w3id.org/favr#graphical-material",
"value": null
}, {
"datatype": "http://www.w3.org/2001/XMLSchema#string",
"hint": null,
"isConstant": false,
"isRequired": false,
"label": "Projection Method",
"property": "http://w3id.org/favr#projection-method",
"value": null
}, {
"datatype": "http://www.w3.org/2001/XMLSchema#string",
"hint": null,
"isConstant": false,
"isRequired": false,
"label": "Angle of Projection",
"property": "http://w3id.org/favr#angle-of-projection",
"value": null
}]
}