-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmadoc.rdf
155 lines (130 loc) · 7.92 KB
/
madoc.rdf
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:oa="http://www.w3.org/ns/oa#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:madoc="http://www.digirati.com/ns/madoc#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
>
<!-- 0.1 draft, Matt McGrattan, 05/03/2017-->
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#textbox">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a TEXTBOX to capture input for value of annotation body.</rdfs:comment>
<rdfs:label>textbox</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#nullableCaptureModel">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: nullable capture model. Render options, following inputOptions, with the possibility of not following through to the linked capture model.</rdfs:comment>
<rdfs:label>nullableCaptureModel</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#fallback_autocomplete">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render an Autocomplete field to capture input for value of annotation body, and fallback to additional input methods.</rdfs:comment>
<rdfs:label>fallback_autocomplete</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#autocomplete">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render an Autocomplete field to capture input for value of annotation body.</rdfs:comment>
<rdfs:label>autocomplete</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#fallback_boolean">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Boolean input, and fallback to additional input methods on True.</rdfs:comment>
<rdfs:label>fallback_boolean</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#fallbackOptions">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Generic fallback between additional input methods described via ui:inputOptions.</rdfs:comment>
<rdfs:label>fallbackOptions</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#textbox">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a TEXTBOX to capture input for value of annotation body.</rdfs:comment>
<rdfs:label>textbox</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#hiddenvalue">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Hidden form field which can carry values.</rdfs:comment>
<rdfs:label>hiddenvalue</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#textarea">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a TEXTAREA to capture input for value of annotation body.</rdfs:comment>
<rdfs:label>textarea</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#listbox">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a DROPDOWN LIST to capture input for value of annotation body.</rdfs:comment>
<rdfs:label>listbox</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#dropdown">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a DROPDOWN LIST to capture input for value of annotation body.</rdfs:comment>
<rdfs:label>dropdown</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#combobox">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a COMBOBOX to capture input for value of annotation body.</rdfs:comment>
<rdfs:label>combobox</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#datepicker">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a DATE PICKER to capture calendar input for value of annotation body.</rdfs:comment>
<rdfs:label>datepicker</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#mappicker">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a MAPPICKER to capture lat-long or geo information for value of annotation body.</rdfs:comment>
<rdfs:label>mappicker</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#radio">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a CHOICE as a set of RADIO BUTTONS.</rdfs:comment>
<rdfs:label>radio</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#checkbox">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a CHOICE as a set of CHECK BOXES.</rdfs:comment>
<rdfs:label>checkbox</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#capturemodel">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render an additional capture model.</rdfs:comment>
<rdfs:label>captureModel</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#button">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Render a CHOICE as a set of BUTTONS.</rdfs:comment>
<rdfs:label>button</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#boxdraw">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Draw a BOX to capture #xywh values for a selector.</rdfs:comment>
<rdfs:label>boxdraw</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#ellipse">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Draw an ELLIPSE to capture an SVG path for a selector.</rdfs:comment>
<rdfs:label>ellipse</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#svg">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Draw a freehand SVG path for a selector.</rdfs:comment>
<rdfs:label>svg</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#polygon">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Draw a POLYGON to capture an SVG path for a selector.</rdfs:comment>
<rdfs:label>polygon</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.digirati.com/ns/madoc#pin">
<rdfs:isDefinedBy rdf:resource="http://www.digirati.com/ns/madoc#"/>
<rdfs:comment>UI: Drop a pin for a selector.</rdfs:comment>
<rdfs:label>pin</rdfs:label>
</rdf:Property>
</rdf:RDF>