-
Notifications
You must be signed in to change notification settings - Fork 0
/
Space.ttp
28 lines (28 loc) · 888 Bytes
/
Space.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
{
"@context": "https://tropy.org/v1/contexts/template.jsonld",
"@id": "http://w3id.org/favr#space",
"@type": "https://tropy.org/v1/tropy#Template",
"type": "https://tropy.org/v1/tropy#Selection",
"name": "Space",
"version": 1.0,
"domain": [],
"creator": "Adrian Demleitner",
"description": null,
"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": "tangible, intangible, or negative",
"isConstant": false,
"isRequired": false,
"label": "Type",
"property": "http://w3id.org/favr#plane",
"value": null
}]
}