|
| 1 | + |
| 2 | + # This is the master file for a big issue tracker |
| 3 | + |
| 4 | + @prefix : <#> . |
| 5 | + @prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> . |
| 6 | + @prefix doap: <http://usefulinc.com/ns/doap#> . |
| 7 | + @prefix flow: <http://www.w3.org/2005/01/wf/flow#> . |
| 8 | + @prefix ical: <http://www.w3.org/2002/12/cal/ical#> . |
| 9 | + @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 10 | + @prefix ui: <http://www.w3.org/ns/ui#> . |
| 11 | + |
| 12 | + :Accepted a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 13 | + <http://www.w3.org/2000/01/rdf-schema#comment> "Will go ahead. We are working on this"; |
| 14 | + <http://www.w3.org/2000/01/rdf-schema#label> "Accepted, in progress"; |
| 15 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Open, |
| 16 | + :MotherIssue; |
| 17 | + ui:sortOrder 50 . |
| 18 | + |
| 19 | + :Action a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 20 | + <http://www.w3.org/2000/01/rdf-schema#label> "action"; |
| 21 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 22 | + ui:backgroundColor "#eeeeff"; |
| 23 | + ui:sortOrder 80 . |
| 24 | + |
| 25 | + :AttendConference a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 26 | + <http://www.w3.org/2000/01/rdf-schema#label> "attend conference"; |
| 27 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 28 | + ui:backgroundColor "#fcfce8"; |
| 29 | + ui:sortOrder 50 . |
| 30 | + |
| 31 | + :Book a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 32 | + <http://www.w3.org/2000/01/rdf-schema#label> "book"; |
| 33 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 34 | + ui:backgroundColor "#eeffee"; |
| 35 | + ui:sortOrder 70 . |
| 36 | + |
| 37 | + :CommercialSpeaking a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 38 | + <http://www.w3.org/2000/01/rdf-schema#label> "commercial speaking"; |
| 39 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 40 | + ui:backgroundColor "#ffcbad"; |
| 41 | + ui:sortOrder 30 . |
| 42 | + |
| 43 | + :Declined a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 44 | + <http://www.w3.org/2000/01/rdf-schema#comment> "Declined"; |
| 45 | + <http://www.w3.org/2000/01/rdf-schema#label> "declined"; |
| 46 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Closed, |
| 47 | + :MotherIssue; |
| 48 | + ui:sortOrder 30 . |
| 49 | + |
| 50 | + :Discussing a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 51 | + <http://www.w3.org/2000/01/rdf-schema#comment> "Being discussed"; |
| 52 | + <http://www.w3.org/2000/01/rdf-schema#label> "in discussion"; |
| 53 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Open, |
| 54 | + :MotherIssue; |
| 55 | + ui:sortOrder 80 . |
| 56 | + |
| 57 | + :Done a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 58 | + <http://www.w3.org/2000/01/rdf-schema#comment> "Completed."; |
| 59 | + <http://www.w3.org/2000/01/rdf-schema#label> "done"; |
| 60 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Closed, |
| 61 | + :MotherIssue; |
| 62 | + ui:sortOrder 20 . |
| 63 | + |
| 64 | + :Film a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 65 | + <http://www.w3.org/2000/01/rdf-schema#label> "film"; |
| 66 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 67 | + ui:backgroundColor "#eeffff"; |
| 68 | + ui:sortOrder 80 . |
| 69 | + |
| 70 | + :HonoraryDegree a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 71 | + <http://www.w3.org/2000/01/rdf-schema#label> "honorary degree"; |
| 72 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 73 | + ui:backgroundColor "#ffa8ab"; |
| 74 | + ui:sortOrder 40 . |
| 75 | + |
| 76 | + :Meeting a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 77 | + <http://www.w3.org/2000/01/rdf-schema#label> "meeting request"; |
| 78 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 79 | + ui:backgroundColor "#e8e8ff"; |
| 80 | + ui:sortOrder 60 . |
| 81 | + |
| 82 | + :MotherIssue a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 83 | + <http://www.w3.org/2000/01/rdf-schema#label> "Request"; |
| 84 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Task; |
| 85 | + owl:disjointUnionOf ( |
| 86 | + :New |
| 87 | + :Discussing |
| 88 | + :Pending |
| 89 | + :Negotiating |
| 90 | + :Accepted |
| 91 | + :Urgent |
| 92 | + :ToBeDeclined |
| 93 | + :Watchlist |
| 94 | + :Declined |
| 95 | + :Obsolete |
| 96 | + :Done ) . |
| 97 | + |
| 98 | + :Negotiating a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 99 | + <http://www.w3.org/2000/01/rdf-schema#comment> "Being negotiated"; |
| 100 | + <http://www.w3.org/2000/01/rdf-schema#label> "negotiating"; |
| 101 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Open, |
| 102 | + :MotherIssue; |
| 103 | + ui:sortOrder 60 . |
| 104 | + |
| 105 | + :New a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 106 | + <http://www.w3.org/2000/01/rdf-schema#comment> """Has not been looked at. |
| 107 | + This is the initial state normally when an issue is created."""; |
| 108 | + <http://www.w3.org/2000/01/rdf-schema#label> "new"; |
| 109 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Open, |
| 110 | + :MotherIssue; |
| 111 | + ui:sortOrder 90 . |
| 112 | + |
| 113 | + :NonProfitSpeaking a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 114 | + <http://www.w3.org/2000/01/rdf-schema#label> "non-profit speaking"; |
| 115 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 116 | + ui:backgroundColor "#fffed0"; |
| 117 | + ui:sortOrder 20 . |
| 118 | + |
| 119 | + :Obsolete a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 120 | + <http://www.w3.org/2000/01/rdf-schema#comment> "Overtaken by time or events."; |
| 121 | + <http://www.w3.org/2000/01/rdf-schema#label> "obsolete/missed"; |
| 122 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Closed, |
| 123 | + :MotherIssue; |
| 124 | + ui:sortOrder 10 . |
| 125 | + |
| 126 | + |
| 127 | + :OtherRequest a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 128 | + <http://www.w3.org/2000/01/rdf-schema#label> "other"; |
| 129 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 130 | + ui:backgroundColor "#eeeeee"; |
| 131 | + ui:sortOrder 90 . |
| 132 | + |
| 133 | + :Pending a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 134 | + <http://www.w3.org/2000/01/rdf-schema#comment> "Waiting for someone else's input."; |
| 135 | + <http://www.w3.org/2000/01/rdf-schema#label> "pending others"; |
| 136 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Open, |
| 137 | + :MotherIssue; |
| 138 | + ui:sortOrder 75 . |
| 139 | + |
| 140 | + :PressRequest a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 141 | + <http://www.w3.org/2000/01/rdf-schema#label> "press"; |
| 142 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> :RequestCategory; |
| 143 | + ui:backgroundColor "#dccdfc"; |
| 144 | + ui:sortOrder 10 . |
| 145 | + |
| 146 | + :RequestCategory <http://www.w3.org/2000/01/rdf-schema#label> "category"; |
| 147 | + owl:disjointUnionOf ( |
| 148 | + :PressRequest |
| 149 | + :NonProfitSpeaking |
| 150 | + :CommercialSpeaking |
| 151 | + :HonoraryDegree |
| 152 | + :AttendConference |
| 153 | + :Meeting |
| 154 | + :Book |
| 155 | + :Film |
| 156 | + :Action |
| 157 | + :OtherRequest ) . |
| 158 | + |
| 159 | + :RequestExtrasForm a ui:Form, |
| 160 | + ui:Group; |
| 161 | + <http://purl.org/dc/elements/1.1/title> "Extra details of a request"; |
| 162 | + ui:parts ( |
| 163 | + [ |
| 164 | + a ui:Heading; |
| 165 | + ui:contents "Details:"@en; |
| 166 | + ui:sequence 10 ] |
| 167 | + [ |
| 168 | + a ui:DateField; |
| 169 | + ui:property flow:earliestDate; |
| 170 | + ui:sequence 20 ] |
| 171 | + [ |
| 172 | + a ui:DateField; |
| 173 | + ui:property flow:latestDate; |
| 174 | + ui:sequence 40 ] |
| 175 | + [ |
| 176 | + a ui:Comment; |
| 177 | + ui:contents "The earliest and latest dates are the window for the event, or both the same if fixed."@en; |
| 178 | + ui:sequence 60; |
| 179 | + ui:style "background-color: #ffe;" ] |
| 180 | + [ |
| 181 | + a ui:SingleLineTextField; |
| 182 | + ui:property ical:location; |
| 183 | + ui:seuqence 70; |
| 184 | + ui:size 30 ] |
| 185 | + [ |
| 186 | + a ui:DateField; |
| 187 | + ui:property flow:dateReceived; |
| 188 | + ui:sequence 80 ] |
| 189 | + [ |
| 190 | + a ui:MultiLineTextField; |
| 191 | + ui:property <http://www.w3.org/2000/01/rdf-schema#comment>; |
| 192 | + ui:sequence 90 ] ) . |
| 193 | + |
| 194 | + |
| 195 | + :ToBeDeclined a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 196 | + <http://www.w3.org/2000/01/rdf-schema#comment> "To be declined"; |
| 197 | + <http://www.w3.org/2000/01/rdf-schema#label> "to be declined"; |
| 198 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Open, |
| 199 | + :MotherIssue; |
| 200 | + ui:sortOrder 40 . |
| 201 | + |
| 202 | + :Urgent a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 203 | + <http://www.w3.org/2000/01/rdf-schema#comment> "Needs urgent attention"; |
| 204 | + <http://www.w3.org/2000/01/rdf-schema#label> "URGENT"; |
| 205 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Open, |
| 206 | + :MotherIssue; |
| 207 | + ui:sortOrder 55 . |
| 208 | + |
| 209 | + :Watchlist a <http://www.w3.org/2000/01/rdf-schema#Class>; |
| 210 | + <http://www.w3.org/2000/01/rdf-schema#comment> "We will keep this in mind."; |
| 211 | + <http://www.w3.org/2000/01/rdf-schema#label> "watch list"; |
| 212 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> flow:Open, |
| 213 | + :MotherIssue; |
| 214 | + ui:sortOrder 35 . |
| 215 | + |
| 216 | + :this a flow:Tracker; |
| 217 | + <http://purl.org/dc/terms/title> "The Big Request Tracker"; |
| 218 | + <http://www.w3.org/2000/01/rdf-schema#label> "Request Tracker"; |
| 219 | + flow:allowSubIssues :false; |
| 220 | + flow:assigneeClass <http://xmlns.com/foaf/0.1/Person>; |
| 221 | + flow:defaultView flow:TableView; |
| 222 | + flow:description "Requests"; |
| 223 | + flow:extrasEntryForm :RequestExtrasForm; |
| 224 | + flow:initialState :New; |
| 225 | + flow:issueCategory :RequestCategory; |
| 226 | + flow:issueClass :MotherIssue; |
| 227 | + flow:propertyList ( |
| 228 | + flow:earliestDate |
| 229 | + flow:latestDate |
| 230 | + ical:location |
| 231 | + <http://www.w3.org/2000/01/rdf-schema#comment> |
| 232 | + flow:assignee ); |
| 233 | + flow:stateStore <state.n3> . |
| 234 | + |
| 235 | + <tracker.n3> <http://www.w3.org/2000/01/rdf-schema#comment> """This file defines a tracker for requests. |
| 236 | + """; |
| 237 | + <http://www.w3.org/2000/01/rdf-schema#label> "A tracker definition file for requests" . |
| 238 | + |
0 commit comments