View difference between Paste ID: H3Wvc6uf and XUHKJULU
SHOW: | | - or go back to the newest paste.
1-
baseKB:  ?- listing(human).
1+
# modelName=urn:ftd:cogchar.org:2012:runtime#lifter_sheet_22
2-
:- dynamic human/1.
2+
# modelSize=4974
3-
:- multifile human/1.
3+
4
@base               <mud> .
5-
baseKB:human(trudy).
5+
@prefix        owl: <http://www.w3.org/2002/07/owl#> .
6-
baseKB:human(eileen).
6+
@prefix        xsd: <http://www.w3.org/2001/XMLSchema#> .
7-
baseKB:human(skArg1ofFatherFn(trudy)).
7+
@prefix       rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8-
baseKB:human(skArg1ofFatherFn(eileen)).
8+
@prefix        rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9-
baseKB:human(skArg1ofFatherFn(skArg1ofFatherFn(trudy))).
9+
@prefix         dc: <http://purl.org/dc/elements/1.1/> .
10-
baseKB:human(skArg1ofFatherFn(skArg1ofFatherFn(eileen))).
10+
@prefix    knowrob: <http://ias.cs.tum.edu/kb/knowrob.owl#> .
11-
baseKB:human(skArg1ofFatherFn(skArg1ofFatherFn(skArg1ofFatherFn(trudy)))).
11+
@prefix computable: <http://ias.cs.tum.edu/kb/computable.owl#> .
12-
baseKB:human(skArg1ofFatherFn(skArg1ofFatherFn(skArg1ofFatherFn(eileen)))).
12+
@prefix        mud: <file:///opt/LogicmooDeveloperFramework/PrologMUD/xperimental/knowrob_addons/comp_missingobj/owl/comp_missingobj.owl#> .
13-
baseKB:human(skArg1ofFatherFn(skArg1ofFatherFn(skArg1ofFatherFn(skArg1ofFatherFn(trudy))))).
13+
@prefix ccrt:    <urn:ftd:cogchar.org:2012:runtime#> .
14-
baseKB:human(skArg1ofFatherFn(skArg1ofFatherFn(skArg1ofFatherFn(skArg1ofFatherFn(eileen))))).
14+
@prefix cs:      <http://www.cogchar.org/schema/scene#> .
15-
 ...
15+
@prefix lc:      <http://www.cogchar.org/lift/config#> .
16
@prefix lci:     <http://www.cogchar.org/lift/config/instance#> .
17
@prefix liftcmd:  <http://www.cogchar.org/lift/config/command#> .
18
@prefix liftconfig:  <http://www.cogchar.org/lift/config/configroot#> .
19
@prefix liftqa:  <http://www.cogchar.org/lift/question_and_answer#> .
20
@prefix liftquery:  <http://www.cogchar.org/lift/action/query#> .
21
@prefix liftreg:  <http://www.cogchar.org/lift/action/registration#> .
22
@prefix liftsessionvar:  <http://www.cogchar.org/lift/config/sessionVariable#> .
23
@prefix liftvar:  <http://www.cogchar.org/lift/config/variable#> .
24
@prefix path:    <http://www.cogchar.org/schema/path/definition#> .
25
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
26
@prefix scenetrig:  <http://www.cogchar.org/schema/scene/trigger#> .
27
@prefix thinganim:  <http://www.cogchar.org/schema/thinganim/definition#> .
28
29
liftconfig:_M1L1P2
30
      rdf:type ccrt:liftconfig ;
31
      lc:template (liftvar:a liftvar:b liftvar:c liftvar:d)
32
33
34
@base               <mud> .
35
@prefix        owl: <http://www.w3.org/2002/07/owl#> .
36
@prefix        xsd: <http://www.w3.org/2001/XMLSchema#> .
37
@prefix       rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
38
@prefix        rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
39
@prefix         dc: <http://purl.org/dc/elements/1.1/> .
40
@prefix    knowrob: <http://ias.cs.tum.edu/kb/knowrob.owl#> .
41
@prefix computable: <http://ias.cs.tum.edu/kb/computable.owl#> .
42
@prefix        mud: <file:///opt/LogicmooDeveloperFramework/PrologMUD/xperimental/knowrob_addons/comp_missingobj/owl/comp_missingobj.owl#> .
43
44
# Named toplevel resources (665)
45
46
mud:Area1000
47
	a mud:BPVLocation ,
48
	  mud:Indoors-IsolatedFromOutside ,
49
	  mud:region ,
50
	  knowrob:Area ,
51
	  knowrob:SpaceInAHOC ;
52
	mud:height 0 ;
53
	mud:nameStrings "Main Engineering"^^xsd:string ;
54
	mud:opaqueness 1 ;
55
	rdfs:comment "At the far end of the room you see the warp core, a large pulsating vertical tube"^^xsd:string ,
56
		     "Computer terminals cover all the walls, and a large table built into the floor sits in the middle of the room"^^xsd:string ,
57
		     "Main Engineering"^^xsd:string ,
58
		     "The room is longer than it is wide, and it has fairly low ceilings"^^xsd:string ,
59
		     "You find yourself in the middle of main engineering"^^xsd:string .
60
61
mud:Area1001
62
	a mud:BPVLocation ,
63
	  mud:Indoors-IsolatedFromOutside ,
64
	  knowrob:SpaceInAHOC ;
65
	mud:nameStrings "Geordi's Quarters"^^xsd:string ;
66
	rdfs:comment "A neatly made bed has been placed against the northern wall"^^xsd:string ,
67
		     "A small personal computer sits on a desk against the western wall, in between two windows that look out into space"^^xsd:string ,
68
		     "Geordi's Quarters"^^xsd:string ,
69
		     "The room is sparsely decorated, due to the fact that Geordi is blind"^^xsd:string ,
70
		     "You're in the middle of Geordi's quarters"^^xsd:string .
71
72
mud:Area1002
73
	a mud:BPVLocation ,
74
	  mud:Indoors-IsolatedFromOutside ,
75
	  knowrob:SpaceInAHOC ;
76
	mud:nameStrings "A Corridor"^^xsd:string ;
77
	rdfs:comment "A Corridor"^^xsd:string ,
78
		     "It isn't very wide, and the light beige walls have been rounded, making the corridor an oval shape"^^xsd:string ,
79
		     "You find yourself in the middle of a well lit corridor on the Enterprise"^^xsd:string .
80
81
mud:Area1003
82
	a mud:BPVLocation ,
83
	  mud:Indoors-IsolatedFromOutside ,
84
	  knowrob:SpaceInAHOC ;
85
	mud:nameStrings "Data's Quarters"^^xsd:string ;
86
	rdfs:comment "Data's Quarters"^^xsd:string ,
87
		     "In front of the screen is a large desk, which is covered in computer controls"^^xsd:string ,
88
		     "Some easils and paintings have been left scattered around the southern part of the room, while a huge computer screen showing a cross section of the Enterprise covers the entire northern wall"^^xsd:string ,
89
		     "You can't see a bed in this room, but you figure it's because Data doesn't sleep"^^xsd:string ,
90
		     "You're in the middle of Data's quarters"^^xsd:string .
91
92
mud:Area1004
93
	a mud:BPVLocation ,
94
	  mud:Indoors-IsolatedFromOutside ,
95
	  knowrob:SpaceInAHOC ;
96
	mud:descriptionHere "A computer control panel is situated in the northwestern corner of the room, which is where the force fields for the cells are controlled"^^xsd:string ,
97
			    "This is where all the criminals and prisoners are kept while on board the Enterprise"^^xsd:string ;
98
	mud:nameStrings "The Brig"^^xsd:string ;
99
	rdfs:comment <The panel says:u000du000au000du000a***************************************************u000du000a*                                                 *u000du000a*            NCC-1701-D - ENTERPRISE              *u000du000a*                                                 *u000du000a*              *****                              *u000du000a*      **********************                     *u000du000a*      ***********************  _________         *u000du000a*              *****        ***(___  ____(        *u000du000a*                            ***** \\ \\*           *u000du000a*                             **********          *u000du000a*                                                 *u000du000a*          You are currently on deck 1            *u000du000a*                                                 *u000du000a***************************************************u000du000a> ,
100
		     "A computer control panel is situated in the northwestern corner of the room, which is where the force fields for the cells are controlled"^^xsd:string ,
101
		     "The Brig"^^xsd:string ,
102
		     "The panel says:\r\n\r\n***************************************************\r\n*                                                 *\r\n*            NCC-1701-D - ENTERPRISE              *\r\n*                                                 *\r\n*              *****                              *\r\n*      **********************                     *\r\n*      ***********************  _________         *\r\n*              *****        ***(___  ____(        *\r\n*                            ***** \\ \\*           *\r\n*                             **********          *\r\n*                                                 *\r\n*          You are currently on deck 1            *\r\n*                                                 *\r\n***************************************************\r\n"^^xsd:string ,
103
		     "This is where all the criminals and prisoners are kept while on board the Enterprise"^^xsd:string ,
104
		     "Three fairly large cells can been seen in the southern part of the room, and they're all empty"^^xsd:string ,
105
		     "You're in the dimly lit Brig"^^xsd:string .
106
107
mud:Area1005
108
	a mud:BPVLocation ,
109
	  mud:Indoors-IsolatedFromOutside ,
110
	  knowrob:SpaceInAHOC ;
111
	mud:nameStrings "A Corridor"^^xsd:string ;
112
	rdfs:comment "A Corridor"^^xsd:string ,
113
		     "It isn't very wide, and the light beige walls have been rounded, making the corridor an oval shape"^^xsd:string ,
114
		     "You find yourself in the middle of a well lit corridor on the Enterprise"^^xsd:string ,
115
		     "You notice a tiny computer panel embedded into the wall"^^xsd:string .
116
117
mud:Area1006
118
	a mud:BPVLocation ,
119
	  mud:Indoors-IsolatedFromOutside ,
120
	  knowrob:SpaceInAHOC ;
121
	mud:descriptionHere "A computer terminal is sitting near the southern wall, where the transporter chief can control the transporters"^^xsd:string ;
122
	mud:nameStrings "Transporter Room"^^xsd:string ;
123
	rdfs:comment "A computer terminal is sitting near the southern wall, where the transporter chief can control the transporters"^^xsd:string ,
124
		     "Eight round transport pads have been arranged in a circle, on a raised platform against the northern wall"^^xsd:string ,
125
		     "Transporter Room"^^xsd:string ,
126
		     "You're in the Enterprise transporter room"^^xsd:string .
127
128
mud:Area1007
129
	a mud:BPVLocation ,
130
	  mud:Indoors-IsolatedFromOutside ,
131
	  knowrob:SpaceInAHOC ;
132
	mud:keyword "school"^^xsd:string ;
133
	mud:nameStrings "School"^^xsd:string ;
134
	rdfs:comment "School"^^xsd:string ,
135
		     "Several computer consoles with a children's interface on them can be seen on the tables"^^xsd:string ,
136
		     "Various tables and chairs are set up all around the room, and many paintings and drawings have been attached to the walls"^^xsd:string ,
137
		     "You step through the doors and find yourself in a large school room"^^xsd:string .
138
139
mud:Area1008
140
	a mud:BPVLocation ,
141
	  mud:Indoors-IsolatedFromOutside ,
142
	  knowrob:SpaceInAHOC ;
143
	mud:nameStrings "A Corridor"^^xsd:string ;
144
	rdfs:comment "A Corridor"^^xsd:string ,
145
		     "It isn't very wide, and the light beige walls have been rounded, making the corridor an oval shape"^^xsd:string ,
146
		     "You find yourself in the middle of a well lit corridor on the Enterprise"^^xsd:string ,
147
		     "You see the holodeck's control panel beside the holodeck door, and it has some information on it"^^xsd:string .
148
149
mud:Area1009
150
	a mud:BPVLocation ,
151
	  mud:Indoors-IsolatedFromOutside ,
152
	  knowrob:SpaceInAHOC ;
153
	mud:descriptionHere "This is where different programs can be loaded and experienced, which seem totally real"^^xsd:string ;
154
	mud:nameStrings "Holodeck 2"^^xsd:string ;
155
	rdfs:comment <u000du000a***************************************************u000du000a*                                                 *u000du000a*            NCC-1701-D - "ENTERPRISE"            *u000du000a*                    HOLODECK 2                   *u000du000a*                                                 *u000du000a*              STATUS : Inactive                  *u000du000a*     CURRENT PROGRAM : N/A                       *u000du000a*            SAFETIES : N/A                       *u000du000a*                                                 *u000du000a*    NOTE: Starfleet is not responsible for       *u000du000a*          any injuries incurred while on this    *u000du000a*          holodeck!                              *u000du000a*                                                 *u000du000a* WARNING: While the safeties are disabled, you   *u000du000a*          CAN be injured, or even killed.        *u000du000a*                                                 *u000du000a***************************************************> ,
156
		     "\r\n***************************************************\r\n*                                                 *\r\n*            NCC-1701-D - \"ENTERPRISE\"            *\r\n*                    HOLODECK 2                   *\r\n*                                                 *\r\n*              STATUS : Inactive                  *\r\n*     CURRENT PROGRAM : N/A                       *\r\n*            SAFETIES : N/A                       *\r\n*                                                 *\r\n*    NOTE: Starfleet is not responsible for       *\r\n*          any injuries incurred while on this    *\r\n*          holodeck!                              *\r\n*                                                 *\r\n* WARNING: While the safeties are disabled, you   *\r\n*          CAN be injured, or even killed.        *\r\n*                                                 *\r\n***************************************************"^^xsd:string ,
157
		     "Holodeck 2"^^xsd:string ,
158
		     "Right now, this holodeck is not functioning"^^xsd:string ,
159
		     "The room is just a large cube, with jet black walls and a yellow grid painted on the floors, the walls, and the ceiling"^^xsd:string ,
160
		     "This is where different programs can be loaded and experienced, which seem totally real"^^xsd:string ,
161
		     "You're now on Holodeck 2"^^xsd:string .
162
163
mud:Area1010
164
	a mud:BPVLocation ,
165
	  mud:Indoors-IsolatedFromOutside ,
166
	  knowrob:SpaceInAHOC ;
167
	mud:keyword "turbolift"^^xsd:string ;
168
	mud:nameStrings "Turbolift"^^xsd:string ;
169
	rdfs:comment "From here, you can access the other decks on the Enterprise"^^xsd:string ,
170
		     "Several vertical rows of lights make this place very well lit"^^xsd:string ,
171
		     "The turbolift walls have been rounded off, making it in the shape of a tube"^^xsd:string ,
172
		     "Turbolift"^^xsd:string ,
173
		     "You're in the turbolift"^^xsd:string .
174
175
mud:Area1011
176
	a mud:BPVLocation ,
177
	  mud:Indoors-IsolatedFromOutside ,
178
	  knowrob:SpaceInAHOC ;
179
	mud:keyword "turbolift"^^xsd:string ;
180
	mud:nameStrings "Turbolift"^^xsd:string ;
181
	rdfs:comment "From here, you can accessthe other decks on the Enterprise"^^xsd:string ,
182
		     "Several vertical rows of lights make this place very well lit"^^xsd:string ,
183
		     "The turbolift walls have been rounded off, making it in the shape of a tube"^^xsd:string ,
184
		     "Turbolift"^^xsd:string ,
185
		     "You're in the turbolift"^^xsd:string .
186
187
mud:Area1012
188
	a mud:BPVLocation ,
189
	  mud:Indoors-IsolatedFromOutside ,
190
	  knowrob:SpaceInAHOC ;
191
	mud:nameStrings "Cargo Bay 1"^^xsd:string ;
192
	rdfs:comment "Cargo Bay 1"^^xsd:string ,
193
		     "It's quite a large room, with a very high ceiling and a lot of floor space"^^xsd:string ,
194
		     "You can see several hundred plastic crates and barrels with the Starfleet insignia on them stacked right up to the ceiling"^^xsd:string ,
195
		     "You're in the main cargo bay of the Enterprise"^^xsd:string .
196
197
mud:Area1013
198
	a mud:BPVLocation ,
199
	  mud:Indoors-IsolatedFromOutside ,
200
	  knowrob:SpaceInAHOC ;
201
	mud:nameStrings "A Corridor"^^xsd:string ;
202
	rdfs:comment "A Corridor"^^xsd:string ,
203
		     "It isn't very wide, and the light beige walls have been rounded, making the corridor an oval shape"^^xsd:string ,
204
		     "You find yourself in the middle of a well lit corridor on the Enterprise"^^xsd:string ,
205
		     "You notice a tiny computer panel embedded into the wall"^^xsd:string .
206
207
mud:Area1014
208
	a mud:BPVLocation ,
209
	  mud:Indoors-IsolatedFromOutside ,
210
	  knowrob:SpaceInAHOC ;
211
	mud:nameStrings "Riker's Quarters"^^xsd:string ;
212
	rdfs:comment "A small partition at the northern part of the room seperates his sleeping area with the rest of the room"^^xsd:string ,
213
		     "Riker's Quarters"^^xsd:string ,
214
		     "The room is very neat and tidy, with a couch and several chairs aranged around a coffee table by the eastern wall"^^xsd:string ,
215
		     "You've arrived in Riker's quarters"^^xsd:string .
216
217
mud:Area1015
218
	a mud:BPVLocation ,
219
	  mud:Indoors-IsolatedFromOutside ,
220
	  knowrob:SpaceInAHOC ;
221
	mud:nameStrings "Sick Bay"^^xsd:string ;
222
	rdfs:comment <u000du000a***************************************************u000du000a*                                                 *u000du000a*            NCC-1701-D - "ENTERPRISE"            *u000du000a*                    HOLODECK 4                   *u000du000a*                                                 *u000du000a*              STATUS : Active                    *u000du000a*     CURRENT PROGRAM : Sherlock Holmes (19th     *u000du000a*                       century London)           *u000du000a*            SAFETIES : Disabled                  *u000du000a*                                                 *u000du000a*    NOTE: Starfleet is not responsible for       *u000du000a*          any injuries incurred while on this    *u000du000a*          holodeck!                              *u000du000a*                                                 *u000du000a* WARNING: While the safeties are disabled, you   *u000du000a*          CAN be injured, or even killed.        *u000du000a*                                                 *u000du000a*             ---ENTER WHEN READY---              *u000du000a*                                                 *u000du000a***************************************************u000du000a> ,
223
		     "\r\n***************************************************\r\n*                                                 *\r\n*            NCC-1701-D - \"ENTERPRISE\"            *\r\n*                    HOLODECK 4                   *\r\n*                                                 *\r\n*              STATUS : Active                    *\r\n*     CURRENT PROGRAM : Sherlock Holmes (19th     *\r\n*                       century London)           *\r\n*            SAFETIES : Disabled                  *\r\n*                                                 *\r\n*    NOTE: Starfleet is not responsible for       *\r\n*          any injuries incurred while on this    *\r\n*          holodeck!                              *\r\n*                                                 *\r\n* WARNING: While the safeties are disabled, you   *\r\n*          CAN be injured, or even killed.        *\r\n*                                                 *\r\n*             ---ENTER WHEN READY---              *\r\n*                                                 *\r\n***************************************************\r\n"^^xsd:string ,
224
		     "A large glass window in the northern part of the room separates the doctor's office with the rest of the room"^^xsd:string ,
225
		     "About a dozen beds are arranged along the walls of the room, while several carts covered with medical supplies are scattered around the room"^^xsd:string ,
226
		     "Sick Bay"^^xsd:string ,
227
		     "You're in the middle of the Enterprise's Sick Bay"^^xsd:string .
228
229
mud:Area1016
230
	a mud:BPVLocation ,
231
	  mud:Indoors-IsolatedFromOutside ,
232
	  knowrob:SpaceInAHOC ;
233
	mud:nameStrings "A Corridor"^^xsd:string ;
234
	rdfs:comment "A Corridor"^^xsd:string ,
235
		     "It isn't very wide, and the light beige walls have been rounded, making the corridor an oval shape"^^xsd:string ,
236
		     "You find yourself in the middle of a well lit corridor on the Enterprise"^^xsd:string ,
237
		     "You see the holodeck's control panel beside the holodeck door, and it has some information on it"^^xsd:string .
238
239
mud:Area1017
240
	a mud:BPVLocation ,
241
	  mud:Indoors-IsolatedFromOutside ,
242
	  knowrob:SpaceInAHOC ;
243
	mud:nameStrings "Holodeck 4 Entrance - A Narrow Alley"^^xsd:string ;
244
	rdfs:comment "Holodeck 4 Entrance - A Narrow Alley"^^xsd:string ,
245
		     "Tall dark brick buildings block your way north and south"^^xsd:string ,
246
		     "The archway leading out of the holodeck is west"^^xsd:string ,
247
		     "The smell from the rotting food and garbage mixing with the foul water on the ground is unbearable"^^xsd:string ,
248
		     "You can hear the sounds of a bustling marketpace to the east"^^xsd:string ,
249
		     "You can see that the windows on the buildings are fairly high, and some have been boarded up"^^xsd:string ,
250
		     "You emerge into a dark narrow alley"^^xsd:string .
251
252
mud:Area1018
253
	a mud:BPVLocation ,
254
	  mud:Indoors-IsolatedFromOutside ,
255
	  knowrob:SpaceInAHOC ;
256
	mud:nameStrings "Crusher's Quarters"^^xsd:string ;
257
	rdfs:comment "A neatly made bed is located by the northern wall, in between two large windows looking out into space"^^xsd:string ,
258
		     "Crusher's Quarters"^^xsd:string ,
259
		     "Several different paintings are attached to the walls, and you also notice a few sculptures"^^xsd:string ,
260
		     "You're in Doctor Crusher's quarters"^^xsd:string .
261
262
mud:Area1019
263
	a mud:BPVLocation ,
264
	  mud:Indoors-IsolatedFromOutside ,
265
	  knowrob:SpaceInAHOC ;
266
	mud:nameStrings "A Corridor"^^xsd:string ;
267
	rdfs:comment "A Corridor"^^xsd:string ,
268
		     "It isn't very wide, and the light beige walls have been rounded, making the corridor an oval shape"^^xsd:string ,
269
		     "You find yourself in the middle of a well lit corridor on the Enterprise"^^xsd:string .
270
271
mud:Area1020
272
	a mud:BPVLocation ,
273
	  mud:Indoors-IsolatedFromOutside ,
274
	  knowrob:SpaceInAHOC ;
275
	mud:nameStrings "Enterprise Security"^^xsd:string ;
276
	rdfs:comment "Enterprise Security"^^xsd:string ,
277
		     "Three long tables surrounded by chairs stretch across the room"^^xsd:string ,
278
		     "Weapons lockers cover all of the walls, except along the northern wall, where a large glass window protects dozens of different phasors, blaster rifles, and other high tech weapons"^^xsd:string ,
279
		     "You're standing in the dimly lit Enterprise Security"^^xsd:string .
280
281
mud:Area1021
282
	a mud:BPVLocation ,
283
	  mud:Indoors-IsolatedFromOutside ,
284
	  knowrob:SpaceInAHOC ;
285
	mud:descriptionHere "It's very noisy in here, due to all the talking and laughing"^^xsd:string ;
286
	mud:nameStrings "Ten Forward"^^xsd:string ;
287
	rdfs:comment "A long bar spans almost the entire length of the southern part of the room, and about two dozen bar stools are sitting in front of it"^^xsd:string ,
288
		     "It's very noisy in here, due to all the talking and laughing"^^xsd:string ,
289
		     "Many round metal tables are scattered around the room, surrounded by metal chairs"^^xsd:string ,
290
		     "Ten Forward"^^xsd:string ,
291
		     "The entire northern wall is covered with windows looking out into space, while two large wooden doors with the Starfleet insignia stamped on them face south"^^xsd:string ,
292
		     "You're now in Ten Forward, the entertainment room of the Enterprise"^^xsd:string .
293
294
mud:Area1022
295
	a mud:BPVLocation ,
296
	  mud:Indoors-IsolatedFromOutside ,
297
	  knowrob:SpaceInAHOC ;
298
	mud:nameStrings "Shuttle Bay"^^xsd:string ;
299
	rdfs:comment "A large grey door leads into space"^^xsd:string ,
300
		     "It's quite a large room, with a very high ceiling and a lot of floor space"^^xsd:string ,
301
		     "Shuttle Bay"^^xsd:string ,
302
		     "You can see three different shuttle crafts sitting here, waiting to be flown"^^xsd:string ,
303
		     "You're in the main shuttle bay of the Enterprise"^^xsd:string .
304
305
mud:Area1023
306
	a mud:BPVLocation ,
307
	  mud:Indoors-IsolatedFromOutside ,
308
	  knowrob:SpaceInAHOC ;
309
	mud:nameStrings "Troi's Quarters"^^xsd:string ;
310
	rdfs:comment "A neatly made bed is partially hidden behind a curtain at the northern part of the room"^^xsd:string ,
311
		     "Several different paintings have been hung from the walls, and a small couch and a recliner are positioned around a coffee table"^^xsd:string ,
312
		     "Troi's Quarters"^^xsd:string ,
313
		     "You're in Counselor Deanna Troi's quarters"^^xsd:string .
314
315
mud:Area1024
316
	a mud:BPVLocation ,
317
	  mud:Indoors-IsolatedFromOutside ,
318
	  knowrob:SpaceInAHOC ;
319
	mud:nameStrings "A Corridor"^^xsd:string ;
320
	rdfs:comment "A Corridor"^^xsd:string ,
321
		     "It isn't very wide, and the light beige walls have been rounded, making the corridor an oval shape"^^xsd:string ,
322
		     "You find yourself in the middle of a well lit corridor on the Enterprise"^^xsd:string ,
323
		     "You notice a tiny computer panel embedded into the wall"^^xsd:string .
324
325
mud:Area1025
326
	a mud:BPVLocation ,
327
	  mud:Indoors-IsolatedFromOutside ,
328
	  knowrob:SpaceInAHOC ;
329
	mud:nameStrings "Worf's Quarters"^^xsd:string ;
330
	rdfs:comment "A small table is sitting in the southeastern corner, and on it is a small potted plant"^^xsd:string ,
331
		     "An impressive selection of Klingon weapons have been mounted on the northern wall, and a partition splits this room with Worf's bedroom to the east"^^xsd:string ,
332
		     "Worf's Quarters"^^xsd:string ,
333
		     "You're in Worf's quarters"^^xsd:string .
334
335
mud:Area1026
336
	a mud:BPVLocation ,
337
	  mud:Indoors-IsolatedFromOutside ,
338
	  knowrob:SpaceInAHOC ;
339
	mud:nameStrings "Enterprise Gym"^^xsd:string ;
340
	rdfs:comment "A set of lockers against the southern wall contain all of the necessary equipment needed for using the gym"^^xsd:string ,
341
		     "A thick stack of mats have been piled high in one corner, which can be used for different activities"^^xsd:string ,
342
		     "Captain Picard likes to come here to practice his fencing"^^xsd:string ,
343
		     "Enterprise Gym"^^xsd:string ,
344
		     "The room is quite large, with a soft grey floor"^^xsd:string ,
345
		     "You emerge into the Enterprise gym"^^xsd:string .
346
347
mud:Area1027
348
	a mud:BPVLocation ,
349
	  mud:Indoors-IsolatedFromOutside ,
350
	  knowrob:SpaceInAHOC ;
351
	mud:nameStrings "A Corridor"^^xsd:string ;
352
	rdfs:comment "\r\n***************************************************\r\n*                                                 *\r\n*            NCC-1701-D - ENTERPRISE            *\r\n*                                                 *\r\n*              *****                              *\r\n*      **********************                     *\r\n*      ***********************  _________         *\r\n*              *****        ***(___  ____(        *\r\n*                            ***** \\ \\*           *\r\n*                             **********          *\r\n*                                                 *\r\n*          You are currently on deck 3            *\r\n*                                                 *\r\n***************************************************\r\n"^^xsd:string ,
353
		     "A Corridor"^^xsd:string ,
354
		     "It isn't very wide, and the light beige walls have been rounded, making the corridor an oval shape"^^xsd:string ,
355
		     "You find yourself in the middle of a well lit corridor on the Enterprise"^^xsd:string .
356
357
mud:Area1028
358
	a mud:BPVLocation ,
359
	  mud:Indoors-IsolatedFromOutside ,
360
	  knowrob:SpaceInAHOC ;
361
	mud:nameStrings "Picard's Quarters"^^xsd:string ;
362
	rdfs:comment "A comfortable looking recliner with a matching footrest sits beside the door, along with a bright reading lamp and end table"^^xsd:string ,
363
		     "A small partition at the northern part of the room contains Picard's sleeping area"^^xsd:string ,
364
		     "He isn't very fond of visitors, but you decide to stay and have a look around"^^xsd:string ,
365
		     "Picard's Quarters"^^xsd:string ,
366
		     "Two large windows offer a great view of space"^^xsd:string ,
367
		     "You can see several different ancient artifacts on tables and small pedestals, and a large wooden wardrobe is facing south"^^xsd:string ,
368
		     "You find yourself standing by the door of Captain Picard's quarters"^^xsd:string .
369
370
mud:Area1029
371
	a mud:BPVLocation ,
372
	  mud:Indoors-IsolatedFromOutside ,
373
	  knowrob:SpaceInAHOC ;
374
	mud:nameStrings "Science Lab"^^xsd:string ;
375
	rdfs:comment "A complex looking computer console is facing this machine"^^xsd:string ,
376
		     "A strange looking machine sits in the middle of the room, up on a slightly raised platform"^^xsd:string ,
377
		     "Around the rest of the room are counterops with with the odd computer terminal"^^xsd:string ,
378
		     "It looks as though something(or someone) could be placed inside, hooked up to the multitude of wires and cables, and have scientific tests performed on it(or them)"^^xsd:string ,
379
		     "Science Lab"^^xsd:string ,
380
		     "You're in the Enterprise science lab"^^xsd:string .
381
382
mud:Area1030
383
	a mud:BPVLocation ,
384
	  mud:Indoors-IsolatedFromOutside ,
385
	  knowrob:SpaceInAHOC ;
386
	mud:nameStrings "A Corridor"^^xsd:string ;
387
	rdfs:comment "A Corridor"^^xsd:string ,
388
		     "It isn't very wide, and the light beige walls have been rounded, making the corridor an oval shape"^^xsd:string ,
389
		     "You find yourself in the middle of a well lit corridor on the Enterprise"^^xsd:string .
390
391
mud:Area1031
392
	a mud:BPVLocation ,
393
	  mud:Indoors-IsolatedFromOutside ,
394
	  knowrob:SpaceInAHOC ;
395
	mud:nameStrings "Cargo Bay 2"^^xsd:string ;
396
	rdfs:comment "Cargo Bay 2"^^xsd:string ,
397
		     "It's quite a large room, with a very high ceiling and a lot of floor space"^^xsd:string ,
398
		     "You can see several hundred plastic crates and barrels with the Starfleet insignia on them stacked right up to the ceiling"^^xsd:string ,
399
		     "You're in the cargo bay 2 of the Enterprise"^^xsd:string .
400
401
mud:Area1032
402
	a mud:BPVLocation ,
403
	  mud:Indoors-IsolatedFromOutside ,
404
	  knowrob:SpaceInAHOC ;
405
	mud:keyword "turbolift"^^xsd:string ;
406
	mud:nameStrings "Turbolift"^^xsd:string ;
407
	rdfs:comment "From here, you can access the other decks on the Enterprise"^^xsd:string ,
408
		     "Several vertical rows of lights make this place very well lit"^^xsd:string ,
409
		     "The turbolift walls have been rounded off, making it in the shape of a tube"^^xsd:string ,
410
		     "Turbolift"^^xsd:string ,
411
		     "You're in the turbolift"^^xsd:string .
412
413
mud:Area1033
414
	a mud:BPVLocation ,
415
	  mud:Indoors-IsolatedFromOutside ,
416
	  knowrob:SpaceInAHOC ;
417
	mud:keyword "turbolift"^^xsd:string ;
418
	mud:nameStrings "Turbolift"^^xsd:string ;
419
	rdfs:comment "From here, you can access the other decks on the Enterprise"^^xsd:string ,
420
		     "Several vertical rows of lights make this place very well lit"^^xsd:string ,
421
		     "The turbolift walls have been rounded off, making it in the shape of a tube"^^xsd:string ,
422
		     "Turbolift"^^xsd:string ,
423
		     "You're in the turbolift"^^xsd:string .
424
425
mud:Area1034
426
	a mud:BPVLocation ,
427
	  mud:Indoors-IsolatedFromOutside ,
428
	  knowrob:SpaceInAHOC ;
429
	mud:keyword "turbolift"^^xsd:string ;
430
	mud:nameStrings "Turbolift"^^xsd:string ;
431
	rdfs:comment "From here, you can access the other decks on the Enterprise"^^xsd:string ,
432
		     "Several vertical rows of lights make this place very well lit"^^xsd:string ,
433
		     "The turbolift walls have been rounded off, making it in the shape of a tube"^^xsd:string ,
434
		     "Turbolift"^^xsd:string ,
435
		     "You're in the turbolift"^^xsd:string .
436
437
mud:Area1035
438
	a mud:BPVLocation ,
439
	  mud:Indoors-IsolatedFromOutside ,
440
	  knowrob:SpaceInAHOC ;
441
	mud:descriptionHere "This is where the Captain makes all of his important decisions"^^xsd:string ;
442
	mud:nameStrings "Picard's Ready Room"^^xsd:string ;
443
	rdfs:comment "A long couch has been placed beside the door, while a large U shaped desk is located by the northern wall"^^xsd:string ,
444
		     "A single high window beside the desk looks into space, and a fish tank is located in the northwestern corner of the room"^^xsd:string ,
445
		     "A small computer screen is sitting on the desk, as well as several other papers and documents"^^xsd:string ,
446
		     "Picard's Ready Room"^^xsd:string ,
447
		     "This is where the Captain makes all of his important decisions"^^xsd:string ,
448
		     "You're standing in Captain Picard's ready room"^^xsd:string .
449
450
mud:Area1036
451
	a mud:BPVLocation ,
452
	  mud:Indoors-IsolatedFromOutside ,
453
	  knowrob:SpaceInAHOC ;
454
	mud:descriptionHere "The entire southern wall is covered with computer consoles, where the ship's main systems are controlled"^^xsd:string ;
455
	mud:nameStrings "Main Bridge - Upper Half"^^xsd:string ;
456
	rdfs:comment "Directly in front of you is a thick railing that contains many different computer panels used for the tactical systems of the ship"^^xsd:string ,
457
		     "Main Bridge - Upper Half"^^xsd:string ,
458
		     "The entire southern wall is covered with computer consoles, where the ship's main systems are controlled"^^xsd:string ,
459
		     "Two small curved ramps on either side of the room lead north to the lower part of the bridge, and a large circular skylight shows the space outside the ship"^^xsd:string ,
460
		     "You find yourself on the upper half of the main bridge of the USS Enterprise"^^xsd:string .
461
462
mud:Area1037
463
	a mud:BPVLocation ,
464
	  mud:Indoors-IsolatedFromOutside ,
465
	  knowrob:SpaceInAHOC ;
466
	mud:descriptionHere "This is where the senior officers of the Enterprise meet and discuss important issues"^^xsd:string ;
467
	mud:nameStrings "Conference Room"^^xsd:string ;
468
	rdfs:comment "A large glass rectangular table sits in the middle of the room, surrounded by about a dozen comfortable looking office chairs"^^xsd:string ,
469
		     "Conference Room"^^xsd:string ,
470
		     "The entire eastern wall is covered with windows, looking out into space"^^xsd:string ,
471
		     "This is where the senior officers of the Enterprise meet and discuss important issues"^^xsd:string ,
472
		     "You're in the conference room of the Enterprise"^^xsd:string .
473
474
mud:Area1038
475
	a mud:BPVLocation ,
476
	  mud:Indoors-IsolatedFromOutside ,
477
	  knowrob:SpaceInAHOC ;
478
	mud:descriptionHere "This is where the Captain, Commander Riker, and Counselor Troi sit"^^xsd:string ,
479
			    "This is where the ship's pilot and information officer sit"^^xsd:string ;
480
	mud:nameStrings "Main Bridge - Lower Half"^^xsd:string ;
481
	rdfs:comment "An enormous view screen covers almost the entire northern wall, and is currently displaying a view of the stars rushing by"^^xsd:string ,
482
		     "Main Bridge - Lower Half"^^xsd:string ,
483
		     "This is where the Captain, Commander Riker, and Counselor Troi sit"^^xsd:string ,
484
		     "This is where the ship's pilot and information officer sit"^^xsd:string ,
485
		     "Three large chairs in the northern part of the room, in front of the railing, face the screen"^^xsd:string ,
486
		     "Two computer consoles with built in chairs rest about ten feet in front of the chairs, also facing the view screen"^^xsd:string ,
487
		     "You find yourself on the lower half of the main bridge of the USS Enterprise"^^xsd:string .
488
489
mud:Area1039
490
	a mud:BPVLocation ,
491
	  mud:FreeSpaceContent ;
492
	mud:descriptionHere "You can see stars in every direction, which provide the only light here"^^xsd:string ;
493
	mud:nameStrings "Outer Space by the Enterprise"^^xsd:string ;
494
	rdfs:comment "A large grey door leads into the Enterprise's Shuttle Bay"^^xsd:string ,
495
		     "Outer Space by the Enterprise"^^xsd:string ,
496
		     "You can see stars in every direction, which provide the only light here"^^xsd:string ,
497
		     "You feel very cold"^^xsd:string ,
498
		     "You're floating in outer space right beside the USS Enterprise"^^xsd:string .
499
500
mud:Area1040
501
	a mud:BPVLocation ,
502
	  mud:FreeSpaceContent ;
503
	mud:descriptionHere "You can see stars in every direction, which provide the only light here"^^xsd:string ;
504
	mud:nameStrings "Outer Space"^^xsd:string ;
505
	rdfs:comment "Outer Space"^^xsd:string ,
506
		     "You can see stars in every direction, which provide the only light here"^^xsd:string ,
507
		     "You feel very cold"^^xsd:string ,
508
		     "You're floating in outer space right above the USS Enterprise"^^xsd:string .
509
510
mud:Area1041
511
	a mud:BPVLocation ,
512
	  mud:FreeSpaceContent ;
513
	mud:descriptionHere "You can see stars in every direction, which provide the only light here"^^xsd:string ;
514
	mud:nameStrings "Outer Space"^^xsd:string ;
515
	rdfs:comment "Outer Space"^^xsd:string ,
516
		     "You can see stars in every direction, which provide the only light here"^^xsd:string ,
517
		     "You feel very cold"^^xsd:string ,
518
		     "You're floating in outer space right above the USS Enterprise"^^xsd:string .
519
520
mud:Area1042
521
	a mud:BPVLocation ,
522
	  mud:FreeSpaceContext ;
523
	mud:nameStrings "Transporter Beam"^^xsd:string ;
524
	rdfs:comment "All you can see is blue flashing light"^^xsd:string ,
525
		     "As you try to look down at your body, you realize that there's nothing there!"^^xsd:string ,
526
		     "It feels as though your body is racing around at high speeds"^^xsd:string ,
527
		     "Transporter Beam"^^xsd:string ,
528
		     "You find yourself in a transporter beam"^^xsd:string .
529
530
mud:Artifact-Generic
531
	a owl:Class ;
532
	mud:mpred_arity 1 .
533
534
mud:ArtifactCol1000
535
	a owl:Class ;
536
	mud:mpred_arity 1 .
537
538
mud:ArtifactCol1000-Phaser676
539
	a mud:ArtifactCol1000 ,
540
	  mud:Device-SingleUser ,
541
	  mud:Handgun ,
542
	  mud:LightingDevice ,
543
	  mud:SomethingToWear ,
544
	  mud:Weapon ,
545
	  knowrob:PortableObject ;
546
	mud:descriptionHere "A standard issue Starfleet phaser has been left here"^^xsd:string ;
547
	mud:determinerString rdf:type ;
548
	mud:keyword mud:issue ,
549
		    mud:phaser ,
550
		    mud:standard ,
551
		    mud:starfleet ,
552
		    "phaser"^^xsd:string ,
553
		    "weaponblasting"^^xsd:string ;
554
	mud:nameStrings "Phaser"^^xsd:string ,
555
			"a standard issue phaser"^^xsd:string ;
556
	rdfs:comment "A standard issue Starfleet phaser has been left here"^^xsd:string ,
557
		     "Phaser"^^xsd:string ,
558
		     "These phasers are the standard weapon of Starfleet officers. It offers decent damage for its fairly small size"^^xsd:string ,
559
		     "WeaponBlasting"^^xsd:string ,
560
		     "a standard issue phaser"^^xsd:string ,
561
		     "damageNumberDice 5"^^xsd:string ,
562
		     "damageSizeDice 5"^^xsd:string ,
563
		     "issue"^^xsd:string ,
564
		     "phaser"^^xsd:string ,
565
		     "standard"^^xsd:string ,
566
		     "starfleet"^^xsd:string .
567
568
mud:ArtifactCol1000-Phaser700
569
	a mud:ArtifactCol1000 ,
570
	  mud:Device-SingleUser ,
571
	  mud:Handgun ,
572
	  mud:LightingDevice ,
573
	  mud:SomethingToWear ,
574
	  mud:Weapon ,
575
	  knowrob:PortableObject ;
576
	mud:descriptionHere "A standard issue Starfleet phaser has been left here"^^xsd:string ;
577
	mud:determinerString rdf:type ;
578
	mud:keyword mud:issue ,
579
		    mud:phaser ,
580
		    mud:standard ,
581
		    mud:starfleet ,
582
		    "phaser"^^xsd:string ,
583
		    "weaponblasting"^^xsd:string ;
584
	mud:nameStrings "Phaser"^^xsd:string ,
585
			"a standard issue phaser"^^xsd:string ;
586
	rdfs:comment "A standard issue Starfleet phaser has been left here"^^xsd:string ,
587
		     "Phaser"^^xsd:string ,
588
		     "These phasers are the standard weapon of Starfleet officers. It offers decent damage for its fairly small size"^^xsd:string ,
589
		     "WeaponBlasting"^^xsd:string ,
590
		     "a standard issue phaser"^^xsd:string ,
591
		     "damageNumberDice 5"^^xsd:string ,
592
		     "damageSizeDice 5"^^xsd:string ,
593
		     "issue"^^xsd:string ,
594
		     "phaser"^^xsd:string ,
595
		     "standard"^^xsd:string ,
596
		     "starfleet"^^xsd:string .
597
598
mud:ArtifactCol1000-Phaser724
599
	a mud:ArtifactCol1000 ,
600
	  mud:Device-SingleUser ,
601
	  mud:Handgun ,
602
	  mud:LightingDevice ,
603
	  mud:SomethingToWear ,
604
	  mud:Weapon ,
605
	  knowrob:PortableObject ;
606
	mud:descriptionHere "A standard issue Starfleet phaser has been left here"^^xsd:string ;
607
	mud:determinerString rdf:type ;
608
	mud:keyword mud:issue ,
609
		    mud:phaser ,
610
		    mud:standard ,
611
		    mud:starfleet ,
612
		    "phaser"^^xsd:string ,
613
		    "weaponblasting"^^xsd:string ;
614
	mud:nameStrings "Phaser"^^xsd:string ,
615
			"a standard issue phaser"^^xsd:string ;
616
	rdfs:comment "A standard issue Starfleet phaser has been left here"^^xsd:string ,
617
		     "Phaser"^^xsd:string ,
618
		     "These phasers are the standard weapon of Starfleet officers. It offers decent damage for its fairly small size"^^xsd:string ,
619
		     "WeaponBlasting"^^xsd:string ,
620
		     "a standard issue phaser"^^xsd:string ,
621
		     "damageNumberDice 5"^^xsd:string ,
622
		     "damageSizeDice 5"^^xsd:string ,
623
		     "issue"^^xsd:string ,
624
		     "phaser"^^xsd:string ,
625
		     "standard"^^xsd:string ,
626
		     "starfleet"^^xsd:string .
627
628
mud:ArtifactCol1000-Phaser776
629
	a mud:ArtifactCol1000 ,
630
	  mud:Device-SingleUser ,
631
	  mud:Handgun ,
632
	  mud:LightingDevice ,
633
	  mud:SomethingToWear ,
634
	  mud:Weapon ,
635
	  knowrob:PortableObject ;
636
	mud:descriptionHere "A standard issue Starfleet phaser has been left here"^^xsd:string ;
637
	mud:determinerString rdf:type ;
638
	mud:keyword mud:issue ,
639
		    mud:phaser ,
640
		    mud:standard ,
641
		    mud:starfleet ,
642
		    "phaser"^^xsd:string ,
643
		    "weaponblasting"^^xsd:string ;
644
	mud:nameStrings "Phaser"^^xsd:string ,
645
			"a standard issue phaser"^^xsd:string ;
646
	rdfs:comment "A standard issue Starfleet phaser has been left here"^^xsd:string ,
647
		     "Phaser"^^xsd:string ,
648
		     "These phasers are the standard weapon of Starfleet officers. It offers decent damage for its fairly small size"^^xsd:string ,
649
		     "WeaponBlasting"^^xsd:string ,
650
		     "a standard issue phaser"^^xsd:string ,
651
		     "damageNumberDice 5"^^xsd:string ,
652
		     "damageSizeDice 5"^^xsd:string ,
653
		     "issue"^^xsd:string ,
654
		     "phaser"^^xsd:string ,
655
		     "standard"^^xsd:string ,
656
		     "starfleet"^^xsd:string .
657
658
mud:ArtifactCol1001
659
	a owl:Class ;
660
	mud:mpred_arity 1 .
661
662
mud:ArtifactCol1001-5-Phaser-Rifle705
663
	a mud:ArtifactCol1001 ,
664
	  mud:Device-SingleUser ,
665
	  mud:LightingDevice ,
666
	  mud:SomethingToWear ,
667
	  mud:Weapon ,
668
	  knowrob:PortableObject ;
669
	mud:descriptionHere "A large phaser rifle is lying here"^^xsd:string ,
670
			    "This phaser rifle looks pretty powerful. These weapons are used mainly on assault type missions, where power is important"^^xsd:string ;
671
	mud:determinerString rdf:type ;
672
	mud:keyword mud:phaser ,
673
		    mud:rifle ,
674
		    "weaponblasting"^^xsd:string ;
675
	mud:nameStrings "5 Phaser Rifle"^^xsd:string ,
676
			"a phaser rifle"^^xsd:string ;
677
	rdfs:comment "5 Phaser Rifle"^^xsd:string ,
678
		     "A large phaser rifle is lying here"^^xsd:string ,
679
		     "This phaser rifle looks pretty powerful. These weapons are used mainly on assault type missions, where power is important"^^xsd:string ,
680
		     "WeaponBlasting"^^xsd:string ,
681
		     "a phaser rifle"^^xsd:string ,
682
		     "damageNumberDice 7"^^xsd:string ,
683
		     "damageSizeDice 6"^^xsd:string ,
684
		     "phaser"^^xsd:string ,
685
		     "rifle"^^xsd:string .
686
687
mud:ArtifactCol1002
688
	a owl:Class ;
689
	mud:mpred_arity 1 .
690
691
mud:ArtifactCol1002-Red-Uniform704
692
	a mud:ArtifactCol1002 ,
693
	  mud:ProtectiveAttire ,
694
	  mud:SomethingToWear ,
695
	  knowrob:PortableObject ;
696
	mud:armorLevel 10 ;
697
	mud:descriptionHere "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ;
698
	mud:determinerString rdf:type ;
699
	mud:keyword mud:burgandy ,
700
		    mud:starfleet ,
701
		    mud:uniform ,
702
		    computable:command ;
703
	mud:nameStrings "Red Uniform"^^xsd:string ,
704
			"a burgandy Starfleet command uniform"^^xsd:string ;
705
	rdfs:comment "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ,
706
		     "Red Uniform"^^xsd:string ,
707
		     "These uniforms are worn by command officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
708
		     "a burgandy Starfleet command uniform"^^xsd:string ,
709
		     "armorLevel: 10"^^xsd:string ,
710
		     "burgandy"^^xsd:string ,
711
		     "command"^^xsd:string ,
712
		     "starfleet"^^xsd:string ,
713
		     "uniform"^^xsd:string .
714
715
mud:ArtifactCol1002-Red-Uniform710
716
	a mud:ArtifactCol1002 ,
717
	  mud:ProtectiveAttire ,
718
	  mud:SomethingToWear ,
719
	  knowrob:PortableObject ;
720
	mud:armorLevel 10 ;
721
	mud:descriptionHere "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ;
722
	mud:determinerString rdf:type ;
723
	mud:keyword mud:burgandy ,
724
		    mud:starfleet ,
725
		    mud:uniform ,
726
		    computable:command ;
727
	mud:nameStrings "Red Uniform"^^xsd:string ,
728
			"a burgandy Starfleet command uniform"^^xsd:string ;
729
	rdfs:comment "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ,
730
		     "Red Uniform"^^xsd:string ,
731
		     "These uniforms are worn by command officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
732
		     "a burgandy Starfleet command uniform"^^xsd:string ,
733
		     "armorLevel: 10"^^xsd:string ,
734
		     "burgandy"^^xsd:string ,
735
		     "command"^^xsd:string ,
736
		     "starfleet"^^xsd:string ,
737
		     "uniform"^^xsd:string .
738
739
mud:ArtifactCol1002-Red-Uniform719
740
	a mud:ArtifactCol1002 ,
741
	  mud:ProtectiveAttire ,
742
	  mud:SomethingToWear ,
743
	  knowrob:PortableObject ;
744
	mud:armorLevel 10 ;
745
	mud:descriptionHere "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ;
746
	mud:determinerString rdf:type ;
747
	mud:keyword mud:burgandy ,
748
		    mud:starfleet ,
749
		    mud:uniform ,
750
		    computable:command ;
751
	mud:nameStrings "Red Uniform"^^xsd:string ,
752
			"a burgandy Starfleet command uniform"^^xsd:string ;
753
	rdfs:comment "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ,
754
		     "Red Uniform"^^xsd:string ,
755
		     "These uniforms are worn by command officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
756
		     "a burgandy Starfleet command uniform"^^xsd:string ,
757
		     "armorLevel: 10"^^xsd:string ,
758
		     "burgandy"^^xsd:string ,
759
		     "command"^^xsd:string ,
760
		     "starfleet"^^xsd:string ,
761
		     "uniform"^^xsd:string .
762
763
mud:ArtifactCol1002-Red-Uniform739
764
	a mud:ArtifactCol1002 ,
765
	  mud:ProtectiveAttire ,
766
	  mud:SomethingToWear ,
767
	  knowrob:PortableObject ;
768
	mud:armorLevel 10 ;
769
	mud:descriptionHere "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ;
770
	mud:determinerString rdf:type ;
771
	mud:keyword mud:burgandy ,
772
		    mud:starfleet ,
773
		    mud:uniform ,
774
		    computable:command ;
775
	mud:nameStrings "Red Uniform"^^xsd:string ,
776
			"a burgandy Starfleet command uniform"^^xsd:string ;
777
	rdfs:comment "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ,
778
		     "Red Uniform"^^xsd:string ,
779
		     "These uniforms are worn by command officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
780
		     "a burgandy Starfleet command uniform"^^xsd:string ,
781
		     "armorLevel: 10"^^xsd:string ,
782
		     "burgandy"^^xsd:string ,
783
		     "command"^^xsd:string ,
784
		     "starfleet"^^xsd:string ,
785
		     "uniform"^^xsd:string .
786
787
mud:ArtifactCol1002-Red-Uniform743
788
	a mud:ArtifactCol1002 ,
789
	  mud:ProtectiveAttire ,
790
	  mud:SomethingToWear ,
791
	  knowrob:PortableObject ;
792
	mud:armorLevel 10 ;
793
	mud:descriptionHere "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ;
794
	mud:determinerString rdf:type ;
795
	mud:keyword mud:burgandy ,
796
		    mud:starfleet ,
797
		    mud:uniform ,
798
		    computable:command ;
799
	mud:nameStrings "Red Uniform"^^xsd:string ,
800
			"a burgandy Starfleet command uniform"^^xsd:string ;
801
	rdfs:comment "A neatly folded burgandy Starfleet command uniform is lying here"^^xsd:string ,
802
		     "Red Uniform"^^xsd:string ,
803
		     "These uniforms are worn by command officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
804
		     "a burgandy Starfleet command uniform"^^xsd:string ,
805
		     "armorLevel: 10"^^xsd:string ,
806
		     "burgandy"^^xsd:string ,
807
		     "command"^^xsd:string ,
808
		     "starfleet"^^xsd:string ,
809
		     "uniform"^^xsd:string .
810
811
mud:ArtifactCol1003
812
	a owl:Class ;
813
	mud:mpred_arity 1 .
814
815
mud:ArtifactCol1003-Gold-Uniform675
816
	a mud:ArtifactCol1003 ,
817
	  mud:ProtectiveAttire ,
818
	  mud:SomethingToWear ,
819
	  knowrob:PortableObject ;
820
	mud:armorLevel 10 ;
821
	mud:descriptionHere "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ;
822
	mud:determinerString rdf:type ;
823
	mud:keyword mud:engineering ,
824
		    mud:gold ,
825
		    mud:starfleet ,
826
		    mud:uniform ;
827
	mud:nameStrings "Gold Uniform"^^xsd:string ,
828
			"a gold Starfleet engineering uniform"^^xsd:string ;
829
	rdfs:comment "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ,
830
		     "Gold Uniform"^^xsd:string ,
831
		     "These uniforms are worn by engineering officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
832
		     "a gold Starfleet engineering uniform"^^xsd:string ,
833
		     "armorLevel: 10"^^xsd:string ,
834
		     "engineering"^^xsd:string ,
835
		     "gold"^^xsd:string ,
836
		     "starfleet"^^xsd:string ,
837
		     "uniform"^^xsd:string .
838
839
mud:ArtifactCol1003-Gold-Uniform687
840
	a mud:ArtifactCol1003 ,
841
	  mud:ProtectiveAttire ,
842
	  mud:SomethingToWear ,
843
	  knowrob:PortableObject ;
844
	mud:armorLevel 10 ;
845
	mud:descriptionHere "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ;
846
	mud:determinerString rdf:type ;
847
	mud:keyword mud:engineering ,
848
		    mud:gold ,
849
		    mud:starfleet ,
850
		    mud:uniform ;
851
	mud:nameStrings "Gold Uniform"^^xsd:string ,
852
			"a gold Starfleet engineering uniform"^^xsd:string ;
853
	rdfs:comment "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ,
854
		     "Gold Uniform"^^xsd:string ,
855
		     "These uniforms are worn by engineering officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
856
		     "a gold Starfleet engineering uniform"^^xsd:string ,
857
		     "armorLevel: 10"^^xsd:string ,
858
		     "engineering"^^xsd:string ,
859
		     "gold"^^xsd:string ,
860
		     "starfleet"^^xsd:string ,
861
		     "uniform"^^xsd:string .
862
863
mud:ArtifactCol1003-Gold-Uniform699
864
	a mud:ArtifactCol1003 ,
865
	  mud:ProtectiveAttire ,
866
	  mud:SomethingToWear ,
867
	  knowrob:PortableObject ;
868
	mud:armorLevel 10 ;
869
	mud:descriptionHere "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ;
870
	mud:determinerString rdf:type ;
871
	mud:keyword mud:engineering ,
872
		    mud:gold ,
873
		    mud:starfleet ,
874
		    mud:uniform ;
875
	mud:nameStrings "Gold Uniform"^^xsd:string ,
876
			"a gold Starfleet engineering uniform"^^xsd:string ;
877
	rdfs:comment "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ,
878
		     "Gold Uniform"^^xsd:string ,
879
		     "These uniforms are worn by engineering officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
880
		     "a gold Starfleet engineering uniform"^^xsd:string ,
881
		     "armorLevel: 10"^^xsd:string ,
882
		     "engineering"^^xsd:string ,
883
		     "gold"^^xsd:string ,
884
		     "starfleet"^^xsd:string ,
885
		     "uniform"^^xsd:string .
886
887
mud:ArtifactCol1003-Gold-Uniform723
888
	a mud:ArtifactCol1003 ,
889
	  mud:ProtectiveAttire ,
890
	  mud:SomethingToWear ,
891
	  knowrob:PortableObject ;
892
	mud:armorLevel 10 ;
893
	mud:descriptionHere "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ;
894
	mud:determinerString rdf:type ;
895
	mud:keyword mud:engineering ,
896
		    mud:gold ,
897
		    mud:starfleet ,
898
		    mud:uniform ;
899
	mud:nameStrings "Gold Uniform"^^xsd:string ,
900
			"a gold Starfleet engineering uniform"^^xsd:string ;
901
	rdfs:comment "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ,
902
		     "Gold Uniform"^^xsd:string ,
903
		     "These uniforms are worn by engineering officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
904
		     "a gold Starfleet engineering uniform"^^xsd:string ,
905
		     "armorLevel: 10"^^xsd:string ,
906
		     "engineering"^^xsd:string ,
907
		     "gold"^^xsd:string ,
908
		     "starfleet"^^xsd:string ,
909
		     "uniform"^^xsd:string .
910
911
mud:ArtifactCol1003-Gold-Uniform731
912
	a mud:ArtifactCol1003 ,
913
	  mud:ProtectiveAttire ,
914
	  mud:SomethingToWear ,
915
	  knowrob:PortableObject ;
916
	mud:armorLevel 10 ;
917
	mud:descriptionHere "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ;
918
	mud:determinerString rdf:type ;
919
	mud:keyword mud:engineering ,
920
		    mud:gold ,
921
		    mud:starfleet ,
922
		    mud:uniform ;
923
	mud:nameStrings "Gold Uniform"^^xsd:string ,
924
			"a gold Starfleet engineering uniform"^^xsd:string ;
925
	rdfs:comment "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ,
926
		     "Gold Uniform"^^xsd:string ,
927
		     "These uniforms are worn by engineering officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
928
		     "a gold Starfleet engineering uniform"^^xsd:string ,
929
		     "armorLevel: 10"^^xsd:string ,
930
		     "engineering"^^xsd:string ,
931
		     "gold"^^xsd:string ,
932
		     "starfleet"^^xsd:string ,
933
		     "uniform"^^xsd:string .
934
935
mud:ArtifactCol1003-Gold-Uniform735
936
	a mud:ArtifactCol1003 ,
937
	  mud:ProtectiveAttire ,
938
	  mud:SomethingToWear ,
939
	  knowrob:PortableObject ;
940
	mud:armorLevel 10 ;
941
	mud:descriptionHere "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ;
942
	mud:determinerString rdf:type ;
943
	mud:keyword mud:engineering ,
944
		    mud:gold ,
945
		    mud:starfleet ,
946
		    mud:uniform ;
947
	mud:nameStrings "Gold Uniform"^^xsd:string ,
948
			"a gold Starfleet engineering uniform"^^xsd:string ;
949
	rdfs:comment "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ,
950
		     "Gold Uniform"^^xsd:string ,
951
		     "These uniforms are worn by engineering officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
952
		     "a gold Starfleet engineering uniform"^^xsd:string ,
953
		     "armorLevel: 10"^^xsd:string ,
954
		     "engineering"^^xsd:string ,
955
		     "gold"^^xsd:string ,
956
		     "starfleet"^^xsd:string ,
957
		     "uniform"^^xsd:string .
958
959
mud:ArtifactCol1003-Gold-Uniform775
960
	a mud:ArtifactCol1003 ,
961
	  mud:ProtectiveAttire ,
962
	  mud:SomethingToWear ,
963
	  knowrob:PortableObject ;
964
	mud:armorLevel 10 ;
965
	mud:descriptionHere "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ;
966
	mud:determinerString rdf:type ;
967
	mud:keyword mud:engineering ,
968
		    mud:gold ,
969
		    mud:starfleet ,
970
		    mud:uniform ;
971
	mud:nameStrings "Gold Uniform"^^xsd:string ,
972
			"a gold Starfleet engineering uniform"^^xsd:string ;
973
	rdfs:comment "A neatly folded gold Starfleet engineering uniform is lying here"^^xsd:string ,
974
		     "Gold Uniform"^^xsd:string ,
975
		     "These uniforms are worn by engineering officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
976
		     "a gold Starfleet engineering uniform"^^xsd:string ,
977
		     "armorLevel: 10"^^xsd:string ,
978
		     "engineering"^^xsd:string ,
979
		     "gold"^^xsd:string ,
980
		     "starfleet"^^xsd:string ,
981
		     "uniform"^^xsd:string .
982
983
mud:ArtifactCol1004
984
	a owl:Class ;
985
	mud:mpred_arity 1 .
986
987
mud:ArtifactCol1004-Blue-Uniform680
988
	a mud:ArtifactCol1004 ,
989
	  mud:ProtectiveAttire ,
990
	  mud:SomethingToWear ,
991
	  knowrob:PortableObject ;
992
	mud:armorLevel 10 ;
993
	mud:descriptionHere "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ;
994
	mud:determinerString rdf:type ;
995
	mud:keyword mud:blue ,
996
		    mud:medical ,
997
		    mud:starfleet ,
998
		    mud:uniform ;
999
	mud:nameStrings "Blue Uniform"^^xsd:string ,
1000
			"a blue Starfleet medical uniform"^^xsd:string ;
1001
	rdfs:comment "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ,
1002
		     "Blue Uniform"^^xsd:string ,
1003
		     "These uniforms are worn by medical officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
1004
		     "a blue Starfleet medical uniform"^^xsd:string ,
1005
		     "armorLevel: 10"^^xsd:string ,
1006
		     "blue"^^xsd:string ,
1007
		     "medical"^^xsd:string ,
1008
		     "starfleet"^^xsd:string ,
1009
		     "uniform"^^xsd:string .
1010
1011
mud:ArtifactCol1004-Blue-Uniform715
1012
	a mud:ArtifactCol1004 ,
1013
	  mud:ProtectiveAttire ,
1014
	  mud:SomethingToWear ,
1015
	  knowrob:PortableObject ;
1016
	mud:armorLevel 10 ;
1017
	mud:descriptionHere "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ;
1018
	mud:determinerString rdf:type ;
1019
	mud:keyword mud:blue ,
1020
		    mud:medical ,
1021
		    mud:starfleet ,
1022
		    mud:uniform ;
1023
	mud:nameStrings "Blue Uniform"^^xsd:string ,
1024
			"a blue Starfleet medical uniform"^^xsd:string ;
1025
	rdfs:comment "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ,
1026
		     "Blue Uniform"^^xsd:string ,
1027
		     "These uniforms are worn by medical officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
1028
		     "a blue Starfleet medical uniform"^^xsd:string ,
1029
		     "armorLevel: 10"^^xsd:string ,
1030
		     "blue"^^xsd:string ,
1031
		     "medical"^^xsd:string ,
1032
		     "starfleet"^^xsd:string ,
1033
		     "uniform"^^xsd:string .
1034
1035
mud:ArtifactCol1004-Blue-Uniform747
1036
	a mud:ArtifactCol1004 ,
1037
	  mud:ProtectiveAttire ,
1038
	  mud:SomethingToWear ,
1039
	  knowrob:PortableObject ;
1040
	mud:armorLevel 10 ;
1041
	mud:descriptionHere "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ;
1042
	mud:determinerString rdf:type ;
1043
	mud:keyword mud:blue ,
1044
		    mud:medical ,
1045
		    mud:starfleet ,
1046
		    mud:uniform ;
1047
	mud:nameStrings "Blue Uniform"^^xsd:string ,
1048
			"a blue Starfleet medical uniform"^^xsd:string ;
1049
	rdfs:comment "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ,
1050
		     "Blue Uniform"^^xsd:string ,
1051
		     "These uniforms are worn by medical officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
1052
		     "a blue Starfleet medical uniform"^^xsd:string ,
1053
		     "armorLevel: 10"^^xsd:string ,
1054
		     "blue"^^xsd:string ,
1055
		     "medical"^^xsd:string ,
1056
		     "starfleet"^^xsd:string ,
1057
		     "uniform"^^xsd:string .
1058
1059
mud:ArtifactCol1004-Blue-Uniform751
1060
	a mud:ArtifactCol1004 ,
1061
	  mud:ProtectiveAttire ,
1062
	  mud:SomethingToWear ,
1063
	  knowrob:PortableObject ;
1064
	mud:armorLevel 10 ;
1065
	mud:descriptionHere "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ;
1066
	mud:determinerString rdf:type ;
1067
	mud:keyword mud:blue ,
1068
		    mud:medical ,
1069
		    mud:starfleet ,
1070
		    mud:uniform ;
1071
	mud:nameStrings "Blue Uniform"^^xsd:string ,
1072
			"a blue Starfleet medical uniform"^^xsd:string ;
1073
	rdfs:comment "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ,
1074
		     "Blue Uniform"^^xsd:string ,
1075
		     "These uniforms are worn by medical officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
1076
		     "a blue Starfleet medical uniform"^^xsd:string ,
1077
		     "armorLevel: 10"^^xsd:string ,
1078
		     "blue"^^xsd:string ,
1079
		     "medical"^^xsd:string ,
1080
		     "starfleet"^^xsd:string ,
1081
		     "uniform"^^xsd:string .
1082
1083
mud:ArtifactCol1004-Blue-Uniform755
1084
	a mud:ArtifactCol1004 ,
1085
	  mud:ProtectiveAttire ,
1086
	  mud:SomethingToWear ,
1087
	  knowrob:PortableObject ;
1088
	mud:armorLevel 10 ;
1089
	mud:descriptionHere "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ;
1090
	mud:determinerString rdf:type ;
1091
	mud:keyword mud:blue ,
1092
		    mud:medical ,
1093
		    mud:starfleet ,
1094
		    mud:uniform ;
1095
	mud:nameStrings "Blue Uniform"^^xsd:string ,
1096
			"a blue Starfleet medical uniform"^^xsd:string ;
1097
	rdfs:comment "A neatly folded blue Starfleet medical uniform is lying here"^^xsd:string ,
1098
		     "Blue Uniform"^^xsd:string ,
1099
		     "These uniforms are worn by medical officers on Federation starships. It's kind of tight, but it looks pretty good"^^xsd:string ,
1100
		     "a blue Starfleet medical uniform"^^xsd:string ,
1101
		     "armorLevel: 10"^^xsd:string ,
1102
		     "blue"^^xsd:string ,
1103
		     "medical"^^xsd:string ,
1104
		     "starfleet"^^xsd:string ,
1105
		     "uniform"^^xsd:string .
1106
1107
mud:ArtifactCol1005
1108
	a owl:Class ;
1109
	mud:mpred_arity 1 .
1110
1111
mud:ArtifactCol1005-Boots673
1112
	a mud:ArtifactCol1005 ,
1113
	  mud:ProtectiveAttire ,
1114
	  mud:SomethingToWear ,
1115
	  knowrob:PortableObject ;
1116
	mud:armorLevel 5 ;
1117
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1118
	mud:determinerString rdf:type ;
1119
	mud:keyword mud:black ,
1120
		    mud:boots ,
1121
		    mud:starfleet ,
1122
		    "boots"^^xsd:string ;
1123
	mud:nameStrings "Boots"^^xsd:string ,
1124
			"a pair of Starfleet black boots"^^xsd:string ;
1125
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1126
		     "Boots"^^xsd:string ,
1127
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1128
		     "a pair of Starfleet black boots"^^xsd:string ,
1129
		     "armorLevel: 5"^^xsd:string ,
1130
		     "black"^^xsd:string ,
1131
		     "boots"^^xsd:string ,
1132
		     "starfleet"^^xsd:string .
1133
1134
mud:ArtifactCol1005-Boots678
1135
	a mud:ArtifactCol1005 ,
1136
	  mud:ProtectiveAttire ,
1137
	  mud:SomethingToWear ,
1138
	  knowrob:PortableObject ;
1139
	mud:armorLevel 5 ;
1140
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1141
	mud:determinerString rdf:type ;
1142
	mud:keyword mud:black ,
1143
		    mud:boots ,
1144
		    mud:starfleet ,
1145
		    "boots"^^xsd:string ;
1146
	mud:nameStrings "Boots"^^xsd:string ,
1147
			"a pair of Starfleet black boots"^^xsd:string ;
1148
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1149
		     "Boots"^^xsd:string ,
1150
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1151
		     "a pair of Starfleet black boots"^^xsd:string ,
1152
		     "armorLevel: 5"^^xsd:string ,
1153
		     "black"^^xsd:string ,
1154
		     "boots"^^xsd:string ,
1155
		     "starfleet"^^xsd:string .
1156
1157
mud:ArtifactCol1005-Boots685
1158
	a mud:ArtifactCol1005 ,
1159
	  mud:ProtectiveAttire ,
1160
	  mud:SomethingToWear ,
1161
	  knowrob:PortableObject ;
1162
	mud:armorLevel 5 ;
1163
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1164
	mud:determinerString rdf:type ;
1165
	mud:keyword mud:black ,
1166
		    mud:boots ,
1167
		    mud:starfleet ,
1168
		    "boots"^^xsd:string ;
1169
	mud:nameStrings "Boots"^^xsd:string ,
1170
			"a pair of Starfleet black boots"^^xsd:string ;
1171
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1172
		     "Boots"^^xsd:string ,
1173
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1174
		     "a pair of Starfleet black boots"^^xsd:string ,
1175
		     "armorLevel: 5"^^xsd:string ,
1176
		     "black"^^xsd:string ,
1177
		     "boots"^^xsd:string ,
1178
		     "starfleet"^^xsd:string .
1179
1180
mud:ArtifactCol1005-Boots697
1181
	a mud:ArtifactCol1005 ,
1182
	  mud:ProtectiveAttire ,
1183
	  mud:SomethingToWear ,
1184
	  knowrob:PortableObject ;
1185
	mud:armorLevel 5 ;
1186
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1187
	mud:determinerString rdf:type ;
1188
	mud:keyword mud:black ,
1189
		    mud:boots ,
1190
		    mud:starfleet ,
1191
		    "boots"^^xsd:string ;
1192
	mud:nameStrings "Boots"^^xsd:string ,
1193
			"a pair of Starfleet black boots"^^xsd:string ;
1194
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1195
		     "Boots"^^xsd:string ,
1196
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1197
		     "a pair of Starfleet black boots"^^xsd:string ,
1198
		     "armorLevel: 5"^^xsd:string ,
1199
		     "black"^^xsd:string ,
1200
		     "boots"^^xsd:string ,
1201
		     "starfleet"^^xsd:string .
1202
1203
mud:ArtifactCol1005-Boots702
1204
	a mud:ArtifactCol1005 ,
1205
	  mud:ProtectiveAttire ,
1206
	  mud:SomethingToWear ,
1207
	  knowrob:PortableObject ;
1208
	mud:armorLevel 5 ;
1209
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1210
	mud:determinerString rdf:type ;
1211
	mud:keyword mud:black ,
1212
		    mud:boots ,
1213
		    mud:starfleet ,
1214
		    "boots"^^xsd:string ;
1215
	mud:nameStrings "Boots"^^xsd:string ,
1216
			"a pair of Starfleet black boots"^^xsd:string ;
1217
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1218
		     "Boots"^^xsd:string ,
1219
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1220
		     "a pair of Starfleet black boots"^^xsd:string ,
1221
		     "armorLevel: 5"^^xsd:string ,
1222
		     "black"^^xsd:string ,
1223
		     "boots"^^xsd:string ,
1224
		     "starfleet"^^xsd:string .
1225
1226
mud:ArtifactCol1005-Boots708
1227
	a mud:ArtifactCol1005 ,
1228
	  mud:ProtectiveAttire ,
1229
	  mud:SomethingToWear ,
1230
	  knowrob:PortableObject ;
1231
	mud:armorLevel 5 ;
1232
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1233
	mud:determinerString rdf:type ;
1234
	mud:keyword mud:black ,
1235
		    mud:boots ,
1236
		    mud:starfleet ,
1237
		    "boots"^^xsd:string ;
1238
	mud:nameStrings "Boots"^^xsd:string ,
1239
			"a pair of Starfleet black boots"^^xsd:string ;
1240
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1241
		     "Boots"^^xsd:string ,
1242
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1243
		     "a pair of Starfleet black boots"^^xsd:string ,
1244
		     "armorLevel: 5"^^xsd:string ,
1245
		     "black"^^xsd:string ,
1246
		     "boots"^^xsd:string ,
1247
		     "starfleet"^^xsd:string .
1248
1249
mud:ArtifactCol1005-Boots713
1250
	a mud:ArtifactCol1005 ,
1251
	  mud:ProtectiveAttire ,
1252
	  mud:SomethingToWear ,
1253
	  knowrob:PortableObject ;
1254
	mud:armorLevel 5 ;
1255
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1256
	mud:determinerString rdf:type ;
1257
	mud:keyword mud:black ,
1258
		    mud:boots ,
1259
		    mud:starfleet ,
1260
		    "boots"^^xsd:string ;
1261
	mud:nameStrings "Boots"^^xsd:string ,
1262
			"a pair of Starfleet black boots"^^xsd:string ;
1263
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1264
		     "Boots"^^xsd:string ,
1265
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1266
		     "a pair of Starfleet black boots"^^xsd:string ,
1267
		     "armorLevel: 5"^^xsd:string ,
1268
		     "black"^^xsd:string ,
1269
		     "boots"^^xsd:string ,
1270
		     "starfleet"^^xsd:string .
1271
1272
mud:ArtifactCol1005-Boots717
1273
	a mud:ArtifactCol1005 ,
1274
	  mud:ProtectiveAttire ,
1275
	  mud:SomethingToWear ,
1276
	  knowrob:PortableObject ;
1277
	mud:armorLevel 5 ;
1278
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1279
	mud:determinerString rdf:type ;
1280
	mud:keyword mud:black ,
1281
		    mud:boots ,
1282
		    mud:starfleet ,
1283
		    "boots"^^xsd:string ;
1284
	mud:nameStrings "Boots"^^xsd:string ,
1285
			"a pair of Starfleet black boots"^^xsd:string ;
1286
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1287
		     "Boots"^^xsd:string ,
1288
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1289
		     "a pair of Starfleet black boots"^^xsd:string ,
1290
		     "armorLevel: 5"^^xsd:string ,
1291
		     "black"^^xsd:string ,
1292
		     "boots"^^xsd:string ,
1293
		     "starfleet"^^xsd:string .
1294
1295
mud:ArtifactCol1005-Boots721
1296
	a mud:ArtifactCol1005 ,
1297
	  mud:ProtectiveAttire ,
1298
	  mud:SomethingToWear ,
1299
	  knowrob:PortableObject ;
1300
	mud:armorLevel 5 ;
1301
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1302
	mud:determinerString rdf:type ;
1303
	mud:keyword mud:black ,
1304
		    mud:boots ,
1305
		    mud:starfleet ,
1306
		    "boots"^^xsd:string ;
1307
	mud:nameStrings "Boots"^^xsd:string ,
1308
			"a pair of Starfleet black boots"^^xsd:string ;
1309
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1310
		     "Boots"^^xsd:string ,
1311
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1312
		     "a pair of Starfleet black boots"^^xsd:string ,
1313
		     "armorLevel: 5"^^xsd:string ,
1314
		     "black"^^xsd:string ,
1315
		     "boots"^^xsd:string ,
1316
		     "starfleet"^^xsd:string .
1317
1318
mud:ArtifactCol1005-Boots729
1319
	a mud:ArtifactCol1005 ,
1320
	  mud:ProtectiveAttire ,
1321
	  mud:SomethingToWear ,
1322
	  knowrob:PortableObject ;
1323
	mud:armorLevel 5 ;
1324
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1325
	mud:determinerString rdf:type ;
1326
	mud:keyword mud:black ,
1327
		    mud:boots ,
1328
		    mud:starfleet ,
1329
		    "boots"^^xsd:string ;
1330
	mud:nameStrings "Boots"^^xsd:string ,
1331
			"a pair of Starfleet black boots"^^xsd:string ;
1332
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1333
		     "Boots"^^xsd:string ,
1334
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1335
		     "a pair of Starfleet black boots"^^xsd:string ,
1336
		     "armorLevel: 5"^^xsd:string ,
1337
		     "black"^^xsd:string ,
1338
		     "boots"^^xsd:string ,
1339
		     "starfleet"^^xsd:string .
1340
1341
mud:ArtifactCol1005-Boots733
1342
	a mud:ArtifactCol1005 ,
1343
	  mud:ProtectiveAttire ,
1344
	  mud:SomethingToWear ,
1345
	  knowrob:PortableObject ;
1346
	mud:armorLevel 5 ;
1347
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1348
	mud:determinerString rdf:type ;
1349
	mud:keyword mud:black ,
1350
		    mud:boots ,
1351
		    mud:starfleet ,
1352
		    "boots"^^xsd:string ;
1353
	mud:nameStrings "Boots"^^xsd:string ,
1354
			"a pair of Starfleet black boots"^^xsd:string ;
1355
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1356
		     "Boots"^^xsd:string ,
1357
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1358
		     "a pair of Starfleet black boots"^^xsd:string ,
1359
		     "armorLevel: 5"^^xsd:string ,
1360
		     "black"^^xsd:string ,
1361
		     "boots"^^xsd:string ,
1362
		     "starfleet"^^xsd:string .
1363
1364
mud:ArtifactCol1005-Boots737
1365
	a mud:ArtifactCol1005 ,
1366
	  mud:ProtectiveAttire ,
1367
	  mud:SomethingToWear ,
1368
	  knowrob:PortableObject ;
1369
	mud:armorLevel 5 ;
1370
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1371
	mud:determinerString rdf:type ;
1372
	mud:keyword mud:black ,
1373
		    mud:boots ,
1374
		    mud:starfleet ,
1375
		    "boots"^^xsd:string ;
1376
	mud:nameStrings "Boots"^^xsd:string ,
1377
			"a pair of Starfleet black boots"^^xsd:string ;
1378
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1379
		     "Boots"^^xsd:string ,
1380
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1381
		     "a pair of Starfleet black boots"^^xsd:string ,
1382
		     "armorLevel: 5"^^xsd:string ,
1383
		     "black"^^xsd:string ,
1384
		     "boots"^^xsd:string ,
1385
		     "starfleet"^^xsd:string .
1386
1387
mud:ArtifactCol1005-Boots741
1388
	a mud:ArtifactCol1005 ,
1389
	  mud:ProtectiveAttire ,
1390
	  mud:SomethingToWear ,
1391
	  knowrob:PortableObject ;
1392
	mud:armorLevel 5 ;
1393
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1394
	mud:determinerString rdf:type ;
1395
	mud:keyword mud:black ,
1396
		    mud:boots ,
1397
		    mud:starfleet ,
1398
		    "boots"^^xsd:string ;
1399
	mud:nameStrings "Boots"^^xsd:string ,
1400
			"a pair of Starfleet black boots"^^xsd:string ;
1401
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1402
		     "Boots"^^xsd:string ,
1403
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1404
		     "a pair of Starfleet black boots"^^xsd:string ,
1405
		     "armorLevel: 5"^^xsd:string ,
1406
		     "black"^^xsd:string ,
1407
		     "boots"^^xsd:string ,
1408
		     "starfleet"^^xsd:string .
1409
1410
mud:ArtifactCol1005-Boots745
1411
	a mud:ArtifactCol1005 ,
1412
	  mud:ProtectiveAttire ,
1413
	  mud:SomethingToWear ,
1414
	  knowrob:PortableObject ;
1415
	mud:armorLevel 5 ;
1416
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1417
	mud:determinerString rdf:type ;
1418
	mud:keyword mud:black ,
1419
		    mud:boots ,
1420
		    mud:starfleet ,
1421
		    "boots"^^xsd:string ;
1422
	mud:nameStrings "Boots"^^xsd:string ,
1423
			"a pair of Starfleet black boots"^^xsd:string ;
1424
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1425
		     "Boots"^^xsd:string ,
1426
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1427
		     "a pair of Starfleet black boots"^^xsd:string ,
1428
		     "armorLevel: 5"^^xsd:string ,
1429
		     "black"^^xsd:string ,
1430
		     "boots"^^xsd:string ,
1431
		     "starfleet"^^xsd:string .
1432
1433
mud:ArtifactCol1005-Boots749
1434
	a mud:ArtifactCol1005 ,
1435
	  mud:ProtectiveAttire ,
1436
	  mud:SomethingToWear ,
1437
	  knowrob:PortableObject ;
1438
	mud:armorLevel 5 ;
1439
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1440
	mud:determinerString rdf:type ;
1441
	mud:keyword mud:black ,
1442
		    mud:boots ,
1443
		    mud:starfleet ,
1444
		    "boots"^^xsd:string ;
1445
	mud:nameStrings "Boots"^^xsd:string ,
1446
			"a pair of Starfleet black boots"^^xsd:string ;
1447
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1448
		     "Boots"^^xsd:string ,
1449
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1450
		     "a pair of Starfleet black boots"^^xsd:string ,
1451
		     "armorLevel: 5"^^xsd:string ,
1452
		     "black"^^xsd:string ,
1453
		     "boots"^^xsd:string ,
1454
		     "starfleet"^^xsd:string .
1455
1456
mud:ArtifactCol1005-Boots753
1457
	a mud:ArtifactCol1005 ,
1458
	  mud:ProtectiveAttire ,
1459
	  mud:SomethingToWear ,
1460
	  knowrob:PortableObject ;
1461
	mud:armorLevel 5 ;
1462
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1463
	mud:determinerString rdf:type ;
1464
	mud:keyword mud:black ,
1465
		    mud:boots ,
1466
		    mud:starfleet ,
1467
		    "boots"^^xsd:string ;
1468
	mud:nameStrings "Boots"^^xsd:string ,
1469
			"a pair of Starfleet black boots"^^xsd:string ;
1470
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1471
		     "Boots"^^xsd:string ,
1472
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1473
		     "a pair of Starfleet black boots"^^xsd:string ,
1474
		     "armorLevel: 5"^^xsd:string ,
1475
		     "black"^^xsd:string ,
1476
		     "boots"^^xsd:string ,
1477
		     "starfleet"^^xsd:string .
1478
1479
mud:ArtifactCol1005-Boots773
1480
	a mud:ArtifactCol1005 ,
1481
	  mud:ProtectiveAttire ,
1482
	  mud:SomethingToWear ,
1483
	  knowrob:PortableObject ;
1484
	mud:armorLevel 5 ;
1485
	mud:descriptionHere "A pair of Starfleet black boots are sitting here"^^xsd:string ;
1486
	mud:determinerString rdf:type ;
1487
	mud:keyword mud:black ,
1488
		    mud:boots ,
1489
		    mud:starfleet ,
1490
		    "boots"^^xsd:string ;
1491
	mud:nameStrings "Boots"^^xsd:string ,
1492
			"a pair of Starfleet black boots"^^xsd:string ;
1493
	rdfs:comment "A pair of Starfleet black boots are sitting here"^^xsd:string ,
1494
		     "Boots"^^xsd:string ,
1495
		     "These boots must be worn by all Starfleet officers while on duty. They're quite light, and offer good protection for the feet"^^xsd:string ,
1496
		     "a pair of Starfleet black boots"^^xsd:string ,
1497
		     "armorLevel: 5"^^xsd:string ,
1498
		     "black"^^xsd:string ,
1499
		     "boots"^^xsd:string ,
1500
		     "starfleet"^^xsd:string .
1501
1502
mud:ArtifactCol1006
1503
	a owl:Class ;
1504
	mud:mpred_arity 1 .
1505
1506
mud:ArtifactCol1006-Comm-Badge674
1507
	a mud:ArtifactCol1006 ,
1508
	  mud:Necklace ,
1509
	  mud:ProtectiveAttire ,
1510
	  knowrob:PortableObject ;
1511
	mud:armorLevel 1 ;
1512
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1513
	mud:determinerString rdf:type ;
1514
	mud:keyword mud:badge ,
1515
		    mud:com ,
1516
		    mud:comm ,
1517
		    mud:communication ,
1518
		    mud:starfleet ;
1519
	mud:nameStrings "Comm Badge"^^xsd:string ,
1520
			"a Starfleet communication badge"^^xsd:string ;
1521
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1522
		     "Comm Badge"^^xsd:string ,
1523
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1524
		     "a Starfleet communication badge"^^xsd:string ,
1525
		     "armorLevel: 1"^^xsd:string ,
1526
		     "badge"^^xsd:string ,
1527
		     "com"^^xsd:string ,
1528
		     "comm"^^xsd:string ,
1529
		     "communication"^^xsd:string ,
1530
		     "starfleet"^^xsd:string .
1531
1532
mud:ArtifactCol1006-Comm-Badge679
1533
	a mud:ArtifactCol1006 ,
1534
	  mud:Necklace ,
1535
	  mud:ProtectiveAttire ,
1536
	  knowrob:PortableObject ;
1537
	mud:armorLevel 1 ;
1538
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1539
	mud:determinerString rdf:type ;
1540
	mud:keyword mud:badge ,
1541
		    mud:com ,
1542
		    mud:comm ,
1543
		    mud:communication ,
1544
		    mud:starfleet ;
1545
	mud:nameStrings "Comm Badge"^^xsd:string ,
1546
			"a Starfleet communication badge"^^xsd:string ;
1547
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1548
		     "Comm Badge"^^xsd:string ,
1549
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1550
		     "a Starfleet communication badge"^^xsd:string ,
1551
		     "armorLevel: 1"^^xsd:string ,
1552
		     "badge"^^xsd:string ,
1553
		     "com"^^xsd:string ,
1554
		     "comm"^^xsd:string ,
1555
		     "communication"^^xsd:string ,
1556
		     "starfleet"^^xsd:string .
1557
1558
mud:ArtifactCol1006-Comm-Badge686
1559
	a mud:ArtifactCol1006 ,
1560
	  mud:Necklace ,
1561
	  mud:ProtectiveAttire ,
1562
	  knowrob:PortableObject ;
1563
	mud:armorLevel 1 ;
1564
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1565
	mud:determinerString rdf:type ;
1566
	mud:keyword mud:badge ,
1567
		    mud:com ,
1568
		    mud:comm ,
1569
		    mud:communication ,
1570
		    mud:starfleet ;
1571
	mud:nameStrings "Comm Badge"^^xsd:string ,
1572
			"a Starfleet communication badge"^^xsd:string ;
1573
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1574
		     "Comm Badge"^^xsd:string ,
1575
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1576
		     "a Starfleet communication badge"^^xsd:string ,
1577
		     "armorLevel: 1"^^xsd:string ,
1578
		     "badge"^^xsd:string ,
1579
		     "com"^^xsd:string ,
1580
		     "comm"^^xsd:string ,
1581
		     "communication"^^xsd:string ,
1582
		     "starfleet"^^xsd:string .
1583
1584
mud:ArtifactCol1006-Comm-Badge698
1585
	a mud:ArtifactCol1006 ,
1586
	  mud:Necklace ,
1587
	  mud:ProtectiveAttire ,
1588
	  knowrob:PortableObject ;
1589
	mud:armorLevel 1 ;
1590
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1591
	mud:determinerString rdf:type ;
1592
	mud:keyword mud:badge ,
1593
		    mud:com ,
1594
		    mud:comm ,
1595
		    mud:communication ,
1596
		    mud:starfleet ;
1597
	mud:nameStrings "Comm Badge"^^xsd:string ,
1598
			"a Starfleet communication badge"^^xsd:string ;
1599
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1600
		     "Comm Badge"^^xsd:string ,
1601
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1602
		     "a Starfleet communication badge"^^xsd:string ,
1603
		     "armorLevel: 1"^^xsd:string ,
1604
		     "badge"^^xsd:string ,
1605
		     "com"^^xsd:string ,
1606
		     "comm"^^xsd:string ,
1607
		     "communication"^^xsd:string ,
1608
		     "starfleet"^^xsd:string .
1609
1610
mud:ArtifactCol1006-Comm-Badge703
1611
	a mud:ArtifactCol1006 ,
1612
	  mud:Necklace ,
1613
	  mud:ProtectiveAttire ,
1614
	  knowrob:PortableObject ;
1615
	mud:armorLevel 1 ;
1616
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1617
	mud:determinerString rdf:type ;
1618
	mud:keyword mud:badge ,
1619
		    mud:com ,
1620
		    mud:comm ,
1621
		    mud:communication ,
1622
		    mud:starfleet ;
1623
	mud:nameStrings "Comm Badge"^^xsd:string ,
1624
			"a Starfleet communication badge"^^xsd:string ;
1625
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1626
		     "Comm Badge"^^xsd:string ,
1627
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1628
		     "a Starfleet communication badge"^^xsd:string ,
1629
		     "armorLevel: 1"^^xsd:string ,
1630
		     "badge"^^xsd:string ,
1631
		     "com"^^xsd:string ,
1632
		     "comm"^^xsd:string ,
1633
		     "communication"^^xsd:string ,
1634
		     "starfleet"^^xsd:string .
1635
1636
mud:ArtifactCol1006-Comm-Badge709
1637
	a mud:ArtifactCol1006 ,
1638
	  mud:Necklace ,
1639
	  mud:ProtectiveAttire ,
1640
	  knowrob:PortableObject ;
1641
	mud:armorLevel 1 ;
1642
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1643
	mud:determinerString rdf:type ;
1644
	mud:keyword mud:badge ,
1645
		    mud:com ,
1646
		    mud:comm ,
1647
		    mud:communication ,
1648
		    mud:starfleet ;
1649
	mud:nameStrings "Comm Badge"^^xsd:string ,
1650
			"a Starfleet communication badge"^^xsd:string ;
1651
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1652
		     "Comm Badge"^^xsd:string ,
1653
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1654
		     "a Starfleet communication badge"^^xsd:string ,
1655
		     "armorLevel: 1"^^xsd:string ,
1656
		     "badge"^^xsd:string ,
1657
		     "com"^^xsd:string ,
1658
		     "comm"^^xsd:string ,
1659
		     "communication"^^xsd:string ,
1660
		     "starfleet"^^xsd:string .
1661
1662
mud:ArtifactCol1006-Comm-Badge714
1663
	a mud:ArtifactCol1006 ,
1664
	  mud:Necklace ,
1665
	  mud:ProtectiveAttire ,
1666
	  knowrob:PortableObject ;
1667
	mud:armorLevel 1 ;
1668
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1669
	mud:determinerString rdf:type ;
1670
	mud:keyword mud:badge ,
1671
		    mud:com ,
1672
		    mud:comm ,
1673
		    mud:communication ,
1674
		    mud:starfleet ;
1675
	mud:nameStrings "Comm Badge"^^xsd:string ,
1676
			"a Starfleet communication badge"^^xsd:string ;
1677
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1678
		     "Comm Badge"^^xsd:string ,
1679
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1680
		     "a Starfleet communication badge"^^xsd:string ,
1681
		     "armorLevel: 1"^^xsd:string ,
1682
		     "badge"^^xsd:string ,
1683
		     "com"^^xsd:string ,
1684
		     "comm"^^xsd:string ,
1685
		     "communication"^^xsd:string ,
1686
		     "starfleet"^^xsd:string .
1687
1688
mud:ArtifactCol1006-Comm-Badge718
1689
	a mud:ArtifactCol1006 ,
1690
	  mud:Necklace ,
1691
	  mud:ProtectiveAttire ,
1692
	  knowrob:PortableObject ;
1693
	mud:armorLevel 1 ;
1694
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1695
	mud:determinerString rdf:type ;
1696
	mud:keyword mud:badge ,
1697
		    mud:com ,
1698
		    mud:comm ,
1699
		    mud:communication ,
1700
		    mud:starfleet ;
1701
	mud:nameStrings "Comm Badge"^^xsd:string ,
1702
			"a Starfleet communication badge"^^xsd:string ;
1703
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1704
		     "Comm Badge"^^xsd:string ,
1705
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1706
		     "a Starfleet communication badge"^^xsd:string ,
1707
		     "armorLevel: 1"^^xsd:string ,
1708
		     "badge"^^xsd:string ,
1709
		     "com"^^xsd:string ,
1710
		     "comm"^^xsd:string ,
1711
		     "communication"^^xsd:string ,
1712
		     "starfleet"^^xsd:string .
1713
1714
mud:ArtifactCol1006-Comm-Badge722
1715
	a mud:ArtifactCol1006 ,
1716
	  mud:Necklace ,
1717
	  mud:ProtectiveAttire ,
1718
	  knowrob:PortableObject ;
1719
	mud:armorLevel 1 ;
1720
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1721
	mud:determinerString rdf:type ;
1722
	mud:keyword mud:badge ,
1723
		    mud:com ,
1724
		    mud:comm ,
1725
		    mud:communication ,
1726
		    mud:starfleet ;
1727
	mud:nameStrings "Comm Badge"^^xsd:string ,
1728
			"a Starfleet communication badge"^^xsd:string ;
1729
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1730
		     "Comm Badge"^^xsd:string ,
1731
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1732
		     "a Starfleet communication badge"^^xsd:string ,
1733
		     "armorLevel: 1"^^xsd:string ,
1734
		     "badge"^^xsd:string ,
1735
		     "com"^^xsd:string ,
1736
		     "comm"^^xsd:string ,
1737
		     "communication"^^xsd:string ,
1738
		     "starfleet"^^xsd:string .
1739
1740
mud:ArtifactCol1006-Comm-Badge730
1741
	a mud:ArtifactCol1006 ,
1742
	  mud:Necklace ,
1743
	  mud:ProtectiveAttire ,
1744
	  knowrob:PortableObject ;
1745
	mud:armorLevel 1 ;
1746
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1747
	mud:determinerString rdf:type ;
1748
	mud:keyword mud:badge ,
1749
		    mud:com ,
1750
		    mud:comm ,
1751
		    mud:communication ,
1752
		    mud:starfleet ;
1753
	mud:nameStrings "Comm Badge"^^xsd:string ,
1754
			"a Starfleet communication badge"^^xsd:string ;
1755
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1756
		     "Comm Badge"^^xsd:string ,
1757
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1758
		     "a Starfleet communication badge"^^xsd:string ,
1759
		     "armorLevel: 1"^^xsd:string ,
1760
		     "badge"^^xsd:string ,
1761
		     "com"^^xsd:string ,
1762
		     "comm"^^xsd:string ,
1763
		     "communication"^^xsd:string ,
1764
		     "starfleet"^^xsd:string .
1765
1766
mud:ArtifactCol1006-Comm-Badge734
1767
	a mud:ArtifactCol1006 ,
1768
	  mud:Necklace ,
1769
	  mud:ProtectiveAttire ,
1770
	  knowrob:PortableObject ;
1771
	mud:armorLevel 1 ;
1772
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1773
	mud:determinerString rdf:type ;
1774
	mud:keyword mud:badge ,
1775
		    mud:com ,
1776
		    mud:comm ,
1777
		    mud:communication ,
1778
		    mud:starfleet ;
1779
	mud:nameStrings "Comm Badge"^^xsd:string ,
1780
			"a Starfleet communication badge"^^xsd:string ;
1781
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1782
		     "Comm Badge"^^xsd:string ,
1783
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1784
		     "a Starfleet communication badge"^^xsd:string ,
1785
		     "armorLevel: 1"^^xsd:string ,
1786
		     "badge"^^xsd:string ,
1787
		     "com"^^xsd:string ,
1788
		     "comm"^^xsd:string ,
1789
		     "communication"^^xsd:string ,
1790
		     "starfleet"^^xsd:string .
1791
1792
mud:ArtifactCol1006-Comm-Badge738
1793
	a mud:ArtifactCol1006 ,
1794
	  mud:Necklace ,
1795
	  mud:ProtectiveAttire ,
1796
	  knowrob:PortableObject ;
1797
	mud:armorLevel 1 ;
1798
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1799
	mud:determinerString rdf:type ;
1800
	mud:keyword mud:badge ,
1801
		    mud:com ,
1802
		    mud:comm ,
1803
		    mud:communication ,
1804
		    mud:starfleet ;
1805
	mud:nameStrings "Comm Badge"^^xsd:string ,
1806
			"a Starfleet communication badge"^^xsd:string ;
1807
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1808
		     "Comm Badge"^^xsd:string ,
1809
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1810
		     "a Starfleet communication badge"^^xsd:string ,
1811
		     "armorLevel: 1"^^xsd:string ,
1812
		     "badge"^^xsd:string ,
1813
		     "com"^^xsd:string ,
1814
		     "comm"^^xsd:string ,
1815
		     "communication"^^xsd:string ,
1816
		     "starfleet"^^xsd:string .
1817
1818
mud:ArtifactCol1006-Comm-Badge742
1819
	a mud:ArtifactCol1006 ,
1820
	  mud:Necklace ,
1821
	  mud:ProtectiveAttire ,
1822
	  knowrob:PortableObject ;
1823
	mud:armorLevel 1 ;
1824
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1825
	mud:determinerString rdf:type ;
1826
	mud:keyword mud:badge ,
1827
		    mud:com ,
1828
		    mud:comm ,
1829
		    mud:communication ,
1830
		    mud:starfleet ;
1831
	mud:nameStrings "Comm Badge"^^xsd:string ,
1832
			"a Starfleet communication badge"^^xsd:string ;
1833
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1834
		     "Comm Badge"^^xsd:string ,
1835
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1836
		     "a Starfleet communication badge"^^xsd:string ,
1837
		     "armorLevel: 1"^^xsd:string ,
1838
		     "badge"^^xsd:string ,
1839
		     "com"^^xsd:string ,
1840
		     "comm"^^xsd:string ,
1841
		     "communication"^^xsd:string ,
1842
		     "starfleet"^^xsd:string .
1843
1844
mud:ArtifactCol1006-Comm-Badge746
1845
	a mud:ArtifactCol1006 ,
1846
	  mud:Necklace ,
1847
	  mud:ProtectiveAttire ,
1848
	  knowrob:PortableObject ;
1849
	mud:armorLevel 1 ;
1850
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1851
	mud:determinerString rdf:type ;
1852
	mud:keyword mud:badge ,
1853
		    mud:com ,
1854
		    mud:comm ,
1855
		    mud:communication ,
1856
		    mud:starfleet ;
1857
	mud:nameStrings "Comm Badge"^^xsd:string ,
1858
			"a Starfleet communication badge"^^xsd:string ;
1859
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1860
		     "Comm Badge"^^xsd:string ,
1861
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1862
		     "a Starfleet communication badge"^^xsd:string ,
1863
		     "armorLevel: 1"^^xsd:string ,
1864
		     "badge"^^xsd:string ,
1865
		     "com"^^xsd:string ,
1866
		     "comm"^^xsd:string ,
1867
		     "communication"^^xsd:string ,
1868
		     "starfleet"^^xsd:string .
1869
1870
mud:ArtifactCol1006-Comm-Badge750
1871
	a mud:ArtifactCol1006 ,
1872
	  mud:Necklace ,
1873
	  mud:ProtectiveAttire ,
1874
	  knowrob:PortableObject ;
1875
	mud:armorLevel 1 ;
1876
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1877
	mud:determinerString rdf:type ;
1878
	mud:keyword mud:badge ,
1879
		    mud:com ,
1880
		    mud:comm ,
1881
		    mud:communication ,
1882
		    mud:starfleet ;
1883
	mud:nameStrings "Comm Badge"^^xsd:string ,
1884
			"a Starfleet communication badge"^^xsd:string ;
1885
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1886
		     "Comm Badge"^^xsd:string ,
1887
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1888
		     "a Starfleet communication badge"^^xsd:string ,
1889
		     "armorLevel: 1"^^xsd:string ,
1890
		     "badge"^^xsd:string ,
1891
		     "com"^^xsd:string ,
1892
		     "comm"^^xsd:string ,
1893
		     "communication"^^xsd:string ,
1894
		     "starfleet"^^xsd:string .
1895
1896
mud:ArtifactCol1006-Comm-Badge754
1897
	a mud:ArtifactCol1006 ,
1898
	  mud:Necklace ,
1899
	  mud:ProtectiveAttire ,
1900
	  knowrob:PortableObject ;
1901
	mud:armorLevel 1 ;
1902
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1903
	mud:determinerString rdf:type ;
1904
	mud:keyword mud:badge ,
1905
		    mud:com ,
1906
		    mud:comm ,
1907
		    mud:communication ,
1908
		    mud:starfleet ;
1909
	mud:nameStrings "Comm Badge"^^xsd:string ,
1910
			"a Starfleet communication badge"^^xsd:string ;
1911
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1912
		     "Comm Badge"^^xsd:string ,
1913
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1914
		     "a Starfleet communication badge"^^xsd:string ,
1915
		     "armorLevel: 1"^^xsd:string ,
1916
		     "badge"^^xsd:string ,
1917
		     "com"^^xsd:string ,
1918
		     "comm"^^xsd:string ,
1919
		     "communication"^^xsd:string ,
1920
		     "starfleet"^^xsd:string .
1921
1922
mud:ArtifactCol1006-Comm-Badge774
1923
	a mud:ArtifactCol1006 ,
1924
	  mud:Necklace ,
1925
	  mud:ProtectiveAttire ,
1926
	  knowrob:PortableObject ;
1927
	mud:armorLevel 1 ;
1928
	mud:descriptionHere "A Starfleet communication badge is lying here"^^xsd:string ;
1929
	mud:determinerString rdf:type ;
1930
	mud:keyword mud:badge ,
1931
		    mud:com ,
1932
		    mud:comm ,
1933
		    mud:communication ,
1934
		    mud:starfleet ;
1935
	mud:nameStrings "Comm Badge"^^xsd:string ,
1936
			"a Starfleet communication badge"^^xsd:string ;
1937
	rdfs:comment "A Starfleet communication badge is lying here"^^xsd:string ,
1938
		     "Comm Badge"^^xsd:string ,
1939
		     "These communication badges must be worn by all officers while on a starship. It looks like a silver arrow head on top of a golden coloured oval: ____/____ / /   | /  | _/ _/_ _/ // \\ "^^xsd:string ,
1940
		     "a Starfleet communication badge"^^xsd:string ,
1941
		     "armorLevel: 1"^^xsd:string ,
1942
		     "badge"^^xsd:string ,
1943
		     "com"^^xsd:string ,
1944
		     "comm"^^xsd:string ,
1945
		     "communication"^^xsd:string ,
1946
		     "starfleet"^^xsd:string .
1947
1948
mud:ArtifactCol1007
1949
	a owl:Class ;
1950
	mud:mpred_arity 1 .
1951
1952
mud:ArtifactCol1007-Sash725
1953
	a mud:ArtifactCol1007 ,
1954
	  mud:ProtectiveAttire ,
1955
	  mud:SomethingToWear ,
1956
	  knowrob:PortableObject ;
1957
	mud:armorLevel 8 ;
1958
	mud:descriptionHere "Worf's silver chain sash has been left here"^^xsd:string ;
1959
	mud:keyword mud:sash ,
1960
		    mud:worf ,
1961
		    <file:///opt/LogicmooDeveloperFramework/PrologMUD/xperimental/knowrob_addons/comp_missingobj/owl/comp_missingobj.owl#worf's> ,
1962
		    "sash"^^xsd:string ;
1963
	mud:nameStrings "Sash"^^xsd:string ,
1964
			"Worf's sash"^^xsd:string ;
1965
	rdfs:comment "Sash"^^xsd:string ,
1966
		     "Worf's sash"^^xsd:string ,
1967
		     "Worf's sash is some sort of Klingon clothing. Worf always wears it, which makes you wonder how you managed to get a hold of it.."^^xsd:string ,
1968
		     "Worf's silver chain sash has been left here"^^xsd:string ,
1969
		     "armorLevel: 8"^^xsd:string ,
1970
		     "sash"^^xsd:string ,
1971
		     "worf"^^xsd:string ,
1972
		     "worf's"^^xsd:string .
1973
1974
mud:ArtifactCol1008
1975
	a owl:Class ;
1976
	mud:mpred_arity 1 .
1977
1978
mud:ArtifactCol1008-VISOR688
1979
	a mud:ArtifactCol1008 ,
1980
	  mud:ProtectiveAttire ,
1981
	  mud:flagged_visor ,
1982
	  knowrob:PortableObject ;
1983
	mud:armorLevel 2 ;
1984
	mud:descriptionHere "Geordi's VISOR is lying here"^^xsd:string ;
1985
	mud:keyword mud:geordi ,
1986
		    <file:///opt/LogicmooDeveloperFramework/PrologMUD/xperimental/knowrob_addons/comp_missingobj/owl/comp_missingobj.owl#geordi's> ,
1987
		    mud:visor ;
1988
	mud:nameStrings "Geordi's VISOR"^^xsd:string ,
1989
			"VISOR"^^xsd:string ;
1990
	rdfs:comment "Geordi's VISOR"^^xsd:string ,
1991
		     "Geordi's VISOR is lying here"^^xsd:string ,
1992
		     "Geordi's VISOR was made specially for him, because he's blind. This piece of equipment allows him to see things, but differently than normal eyes. I wonder how Geordi is managing, now that you've stolen his only way of seeing?"^^xsd:string ,
1993
		     "VISOR"^^xsd:string ,
1994
		     "armorLevel: 2"^^xsd:string ,
1995
		     "geordi"^^xsd:string ,
1996
		     "geordi's"^^xsd:string ,
1997
		     "visor"^^xsd:string .
1998
1999
mud:ArtifactCol1009
2000
	a owl:Class ;
2001
	mud:mpred_arity 1 .
2002
2003
mud:ArtifactCol1009-Medical-Tricorder681
2004
	a mud:ArtifactCol1009 ,
2005
	  mud:RodShapedObject ,
2006
	  knowrob:ControlDevice ,
2007
	  knowrob:HandTool ,
2008
	  knowrob:PortableObject ;
2009
	mud:chargeCapacity 5 ;
2010
	mud:chargeRemaining 5 ;
2011
	mud:descriptionHere "A medical Tricorder is lying here, ready to be used"^^xsd:string ;
2012
	mud:determinerString rdf:type ;
2013
	mud:keyword mud:medical ,
2014
		    mud:tricorder ;
2015
	mud:mudLevelOf 10 ;
2016
	mud:nameStrings "Medical Tricorder"^^xsd:string ,
2017
			"a medical Tricorder"^^xsd:string ;
2018
	rdfs:comment "A medical Tricorder is lying here, ready to be used"^^xsd:string ,
2019
		     "Medical Tricorder"^^xsd:string ,
2020
		     "This medical Tricorder is used to heal small wounds and cuts. While it isn't made for major injuries, it can help you limp home. To use, hold it and then use it"^^xsd:string ,
2021
		     "a medical Tricorder"^^xsd:string ,
2022
		     "chargeCapacity: 5"^^xsd:string ,
2023
		     "chargeRemaining: 5"^^xsd:string ,
2024
		     "medical"^^xsd:string ,
2025
		     "mudLevelOf: 10"^^xsd:string ,
2026
		     "tricorder"^^xsd:string .
2027
2028
mud:ArtifactCol1009-Medical-Tricorder682
2029
	a mud:ArtifactCol1009 ,
2030
	  mud:RodShapedObject ,
2031
	  knowrob:ControlDevice ,
2032
	  knowrob:HandTool ,
2033
	  knowrob:PortableObject ;
2034
	mud:chargeCapacity 5 ;
2035
	mud:chargeRemaining 5 ;
2036
	mud:descriptionHere "A medical Tricorder is lying here, ready to be used"^^xsd:string ;
2037
	mud:determinerString rdf:type ;
2038
	mud:keyword mud:medical ,
2039
		    mud:tricorder ;
2040
	mud:mudLevelOf 10 ;
2041
	mud:nameStrings "Medical Tricorder"^^xsd:string ,
2042
			"a medical Tricorder"^^xsd:string ;
2043
	rdfs:comment "A medical Tricorder is lying here, ready to be used"^^xsd:string ,
2044
		     "Medical Tricorder"^^xsd:string ,
2045
		     "This medical Tricorder is used to heal small wounds and cuts. While it isn't made for major injuries, it can help you limp home. To use, hold it and then use it"^^xsd:string ,
2046
		     "a medical Tricorder"^^xsd:string ,
2047
		     "chargeCapacity: 5"^^xsd:string ,
2048
		     "chargeRemaining: 5"^^xsd:string ,
2049
		     "medical"^^xsd:string ,
2050
		     "mudLevelOf: 10"^^xsd:string ,
2051
		     "tricorder"^^xsd:string .
2052
2053
mud:ArtifactCol1009-Medical-Tricorder683
2054
	a mud:ArtifactCol1009 ,
2055
	  mud:RodShapedObject ,
2056
	  knowrob:ControlDevice ,
2057
	  knowrob:HandTool ,
2058
	  knowrob:PortableObject ;
2059
	mud:chargeCapacity 5 ;
2060
	mud:chargeRemaining 5 ;
2061
	mud:descriptionHere "A medical Tricorder is lying here, ready to be used"^^xsd:string ;
2062
	mud:determinerString rdf:type ;
2063
	mud:keyword mud:medical ,
2064
		    mud:tricorder ;
2065
	mud:mudLevelOf 10 ;
2066
	mud:nameStrings "Medical Tricorder"^^xsd:string ,
2067
			"a medical Tricorder"^^xsd:string ;
2068
	rdfs:comment "A medical Tricorder is lying here, ready to be used"^^xsd:string ,
2069
		     "Medical Tricorder"^^xsd:string ,
2070
		     "This medical Tricorder is used to heal small wounds and cuts. While it isn't made for major injuries, it can help you limp home. To use, hold it and then use it"^^xsd:string ,
2071
		     "a medical Tricorder"^^xsd:string ,
2072
		     "chargeCapacity: 5"^^xsd:string ,
2073
		     "chargeRemaining: 5"^^xsd:string ,
2074
		     "medical"^^xsd:string ,
2075
		     "mudLevelOf: 10"^^xsd:string ,
2076
		     "tricorder"^^xsd:string .
2077
2078
mud:ArtifactCol1009-Tricorder759
2079
	a mud:ArtifactCol1009 ,
2080
	  mud:RodShapedObject ,
2081
	  knowrob:ControlDevice ,
2082
	  knowrob:HandTool ,
2083
	  knowrob:PortableObject ;
2084
	mud:chargeCapacity 5 ;
2085
	mud:chargeRemaining 5 ;
2086
	mud:descriptionHere "A medical Tricorder is lying here, ready to be used"^^xsd:string ;
2087
	mud:determinerString rdf:type ;
2088
	mud:keyword mud:medical ,
2089
		    mud:tricorder ,
2090
		    "tricorder"^^xsd:string ;
2091
	mud:localityOfObject mud:Area1015 ;
2092
	mud:mudLevelOf 10 ;
2093
	mud:nameStrings "Tricorder"^^xsd:string ,
2094
			"a medical Tricorder"^^xsd:string ;
2095
	rdfs:comment "A medical Tricorder is lying here, ready to be used"^^xsd:string ,
2096
		     "This medical Tricorder is used to heal small wounds and cuts. While it isn't made for major injuries, it can help you limp home. To use, hold it and then use it"^^xsd:string ,
2097
		     "Tricorder"^^xsd:string ,
2098
		     "a medical Tricorder"^^xsd:string ,
2099
		     "chargeCapacity: 5"^^xsd:string ,
2100
		     "chargeRemaining: 5"^^xsd:string ,
2101
		     "medical"^^xsd:string ,
2102
		     "mudLevelOf: 10"^^xsd:string ,
2103
		     "tricorder"^^xsd:string .
2104
2105
mud:ArtifactCol1009-Tricorder760
2106
	a mud:ArtifactCol1009 ,
2107
	  mud:RodShapedObject ,
2108
	  knowrob:ControlDevice ,
2109
	  knowrob:HandTool ,
2110
	  knowrob:PortableObject ;
2111
	mud:chargeCapacity 5 ;
2112
	mud:chargeRemaining 5 ;
2113
	mud:descriptionHere "A medical Tricorder is lying here, ready to be used"^^xsd:string ;
2114
	mud:determinerString rdf:type ;
2115
	mud:keyword mud:medical ,
2116
		    mud:tricorder ,
2117
		    "tricorder"^^xsd:string ;
2118
	mud:localityOfObject mud:Area1015 ;
2119
	mud:mudLevelOf 10 ;
2120
	mud:nameStrings "Tricorder"^^xsd:string ,
2121
			"a medical Tricorder"^^xsd:string ;
2122
	rdfs:comment "A medical Tricorder is lying here, ready to be used"^^xsd:string ,
2123
		     "This medical Tricorder is used to heal small wounds and cuts. While it isn't made for major injuries, it can help you limp home. To use, hold it and then use it"^^xsd:string ,
2124
		     "Tricorder"^^xsd:string ,
2125
		     "a medical Tricorder"^^xsd:string ,
2126
		     "chargeCapacity: 5"^^xsd:string ,
2127
		     "chargeRemaining: 5"^^xsd:string ,
2128
		     "medical"^^xsd:string ,
2129
		     "mudLevelOf: 10"^^xsd:string ,
2130
		     "tricorder"^^xsd:string .
2131
2132
mud:ArtifactCol1009-Tricorder761
2133
	a mud:ArtifactCol1009 ,
2134
	  mud:RodShapedObject ,
2135
	  knowrob:ControlDevice ,
2136
	  knowrob:HandTool ,
2137
	  knowrob:PortableObject ;
2138
	mud:chargeCapacity 5 ;
2139
	mud:chargeRemaining 5 ;
2140
	mud:descriptionHere "A medical Tricorder is lying here, ready to be used"^^xsd:string ;
2141
	mud:determinerString rdf:type ;
2142
	mud:keyword mud:medical ,
2143
		    mud:tricorder ,
2144
		    "tricorder"^^xsd:string ;
2145
	mud:localityOfObject mud:Area1015 ;
2146
	mud:mudLevelOf 10 ;
2147
	mud:nameStrings "Tricorder"^^xsd:string ,
2148
			"a medical Tricorder"^^xsd:string ;
2149
	rdfs:comment "A medical Tricorder is lying here, ready to be used"^^xsd:string ,
2150
		     "This medical Tricorder is used to heal small wounds and cuts. While it isn't made for major injuries, it can help you limp home. To use, hold it and then use it"^^xsd:string ,
2151
		     "Tricorder"^^xsd:string ,
2152
		     "a medical Tricorder"^^xsd:string ,
2153
		     "chargeCapacity: 5"^^xsd:string ,
2154
		     "chargeRemaining: 5"^^xsd:string ,
2155
		     "medical"^^xsd:string ,
2156
		     "mudLevelOf: 10"^^xsd:string ,
2157
		     "tricorder"^^xsd:string .
2158
2159
mud:ArtifactCol1010
2160
	a owl:Class ;
2161
	mud:mpred_arity 1 .
2162
2163
mud:ArtifactCol1010-Dilithium-Crystal756
2164
	a mud:ArtifactCol1010 ,
2165
	  mud:LightingDevice ,
2166
	  knowrob:HandTool ,
2167
	  knowrob:PortableObject ;
2168
	mud:descriptionHere "A shard of dilithium crystal is lying here"^^xsd:string ;
2169
	mud:determinerString rdf:type ;
2170
	mud:keyword mud:crystal ,
2171
		    mud:dilithium ;
2172
	mud:localityOfObject mud:Area1000 ;
2173
	mud:nameStrings "Dilithium Crystal"^^xsd:string ,
2174
			"a dilithium crystal"^^xsd:string ;
2175
	rdfs:comment "A shard of dilithium crystal is lying here"^^xsd:string ,
2176
		     "Dilithium Crystal"^^xsd:string ,
2177
		     "Dilithium crystals are used to power warp cores of starships. This particular crystal is glowing brightly, and gives off a blue-ish tinge"^^xsd:string ,
2178
		     "a dilithium crystal"^^xsd:string ,
2179
		     "crystal"^^xsd:string ,
2180
		     "dilithium"^^xsd:string ,
2181
		     "maybe a #$LightingDevice"^^xsd:string .
2182
2183
mud:ArtifactCol1010-Dilithium-Crystal757
2184
	a mud:ArtifactCol1010 ,
2185
	  mud:LightingDevice ,
2186
	  knowrob:HandTool ,
2187
	  knowrob:PortableObject ;
2188
	mud:descriptionHere "A shard of dilithium crystal is lying here"^^xsd:string ;
2189
	mud:determinerString rdf:type ;
2190
	mud:keyword mud:crystal ,
2191
		    mud:dilithium ;
2192
	mud:localityOfObject mud:Area1000 ;
2193
	mud:nameStrings "Dilithium Crystal"^^xsd:string ,
2194
			"a dilithium crystal"^^xsd:string ;
2195
	rdfs:comment "A shard of dilithium crystal is lying here"^^xsd:string ,
2196
		     "Dilithium Crystal"^^xsd:string ,
2197
		     "Dilithium crystals are used to power warp cores of starships. This particular crystal is glowing brightly, and gives off a blue-ish tinge"^^xsd:string ,
2198
		     "a dilithium crystal"^^xsd:string ,
2199
		     "crystal"^^xsd:string ,
2200
		     "dilithium"^^xsd:string ,
2201
		     "maybe a #$LightingDevice"^^xsd:string .
2202
2203
mud:ArtifactCol1010-Dilithium-Crystal758
2204
	a mud:ArtifactCol1010 ,
2205
	  mud:LightingDevice ,
2206
	  knowrob:HandTool ,
2207
	  knowrob:PortableObject ;
2208
	mud:descriptionHere "A shard of dilithium crystal is lying here"^^xsd:string ;
2209
	mud:determinerString rdf:type ;
2210
	mud:keyword mud:crystal ,
2211
		    mud:dilithium ;
2212
	mud:localityOfObject mud:Area1000 ;
2213
	mud:nameStrings "Dilithium Crystal"^^xsd:string ,
2214
			"a dilithium crystal"^^xsd:string ;
2215
	rdfs:comment "A shard of dilithium crystal is lying here"^^xsd:string ,
2216
		     "Dilithium Crystal"^^xsd:string ,
2217
		     "Dilithium crystals are used to power warp cores of starships. This particular crystal is glowing brightly, and gives off a blue-ish tinge"^^xsd:string ,
2218
		     "a dilithium crystal"^^xsd:string ,
2219
		     "crystal"^^xsd:string ,
2220
		     "dilithium"^^xsd:string ,
2221
		     "maybe a #$LightingDevice"^^xsd:string .
2222
2223
mud:ArtifactCol1011
2224
	a owl:Class ;
2225
	mud:mpred_arity 1 .
2226
2227
mud:ArtifactCol1011-5-Picards-Flute706
2228
	a mud:Artifact-Generic ,
2229
	  mud:ArtifactCol1011 ,
2230
	  mud:InformationStore ,
2231
	  knowrob:HandTool ,
2232
	  knowrob:PortableObject ;
2233
	mud:descriptionHere "Captain Picard's wooden flute is sitting here"^^xsd:string ;
2234
	mud:keyword mud:flute ,
2235
		    mud:picard ,
2236
		    <file:///opt/LogicmooDeveloperFramework/PrologMUD/xperimental/knowrob_addons/comp_missingobj/owl/comp_missingobj.owl#picard's> ;
2237
	mud:nameStrings "5 Picard's Flute"^^xsd:string ,
2238
			"Picard's flute"^^xsd:string ;
2239
	rdfs:comment "5 Picard's Flute"^^xsd:string ,
2240
		     "Captain Picard recieved this flute when he lost his memory and was stuck on some strange world. Now, he plays it to relieve stress"^^xsd:string ,
2241
		     "Captain Picard's wooden flute is sitting here"^^xsd:string ,
2242
		     "Picard's flute"^^xsd:string ,
2243
		     "flute"^^xsd:string ,
2244
		     "picard"^^xsd:string ,
2245
		     "picard's"^^xsd:string .
2246
2247
mud:ArtifactCol1012
2248
	a owl:Class ;
2249
	mud:mpred_arity 1 .
2250
2251
mud:ArtifactCol1012-Trombone711
2252
	a mud:Artifact-Generic ,
2253
	  mud:ArtifactCol1012 ,
2254
	  mud:InformationStore ,
2255
	  knowrob:HandTool ,
2256
	  knowrob:PortableObject ;
2257
	mud:descriptionHere "Commander Riker's trombone has been placed here"^^xsd:string ;
2258
	mud:keyword mud:riker ,
2259
		    <file:///opt/LogicmooDeveloperFramework/PrologMUD/xperimental/knowrob_addons/comp_missingobj/owl/comp_missingobj.owl#riker's> ,
2260
		    mud:trombone ,
2261
		    "trombone"^^xsd:string ;
2262
	mud:nameStrings "Riker's trombone"^^xsd:string ,
2263
			"Trombone"^^xsd:string ;
2264
	rdfs:comment "Commander Riker considers himself to be a talented jazz musician. He practices on this trombone all the time"^^xsd:string ,
2265
		     "Commander Riker's trombone has been placed here"^^xsd:string ,
2266
		     "Riker's trombone"^^xsd:string ,
2267
		     "Trombone"^^xsd:string ,
2268
		     "riker"^^xsd:string ,
2269
		     "riker's"^^xsd:string ,
2270
		     "trombone"^^xsd:string .
2271
2272
mud:ArtifactCol1020
2273
	a owl:Class ;
2274
	mud:mpred_arity 1 .
2275
2276
mud:ArtifactCol1020-Tea690
2277
	a mud:ArtifactCol1020 ,
2278
	  mud:Bottle ,
2279
	  mud:Flask-LabGlassware ,
2280
	  mud:FluidReservoir ,
2281
	  knowrob:HandTool ,
2282
	  knowrob:PortableObject ,
2283
	  knowrob:Portal ,
2284
	  rdfs:Container ;
2285
	mud:descriptionHere "A small cup of tea is sitting here"^^xsd:string ;
2286
	mud:determinerString rdf:type ;
2287
	mud:keyword mud:cup ,
2288
		    mud:tea ,
2289
		    "tea"^^xsd:string ;
2290
	mud:nameStrings "Tea"^^xsd:string ,
2291
			"a small cup"^^xsd:string ;
2292
	rdfs:comment "A small cup of tea is sitting here"^^xsd:string ,
2293
		     "Tea"^^xsd:string ,
2294
		     "a small cup"^^xsd:string ,
2295
		     "cup"^^xsd:string ,
2296
		     "tea"^^xsd:string .
2297
2298
mud:ArtifactCol1021
2299
	a owl:Class ;
2300
	mud:mpred_arity 1 .
2301
2302
mud:ArtifactCol1021-Synthehol691
2303
	a mud:ArtifactCol1021 ,
2304
	  mud:Bottle ,
2305
	  mud:Flask-LabGlassware ,
2306
	  mud:FluidReservoir ,
2307
	  mud:LimitedAccess ,
2308
	  knowrob:HandTool ,
2309
	  knowrob:PortableObject ,
2310
	  knowrob:Portal ,
2311
	  rdfs:Container ;
2312
	mud:descriptionHere "A bottle of synthehol is standing here"^^xsd:string ;
2313
	mud:determinerString rdf:type ;
2314
	mud:keyword mud:bottle ,
2315
		    mud:synthehol ,
2316
		    mud:wine ,
2317
		    "synthehol"^^xsd:string ;
2318
	mud:nameStrings "Synthehol"^^xsd:string ,
2319
			"a synthehol"^^xsd:string ;
2320
	rdfs:comment "A bottle of synthehol is standing here"^^xsd:string ,
2321
		     "Synthehol"^^xsd:string ,
2322
		     "a synthehol"^^xsd:string ,
2323
		     "bottle"^^xsd:string ,
2324
		     "synthehol"^^xsd:string ,
2325
		     "wine"^^xsd:string .
2326
2327
mud:ArtifactCol1022
2328
	a owl:Class ;
2329
	mud:mpred_arity 1 .
2330
2331
mud:ArtifactCol1022-Ferengi-Ale692
2332
	a mud:ArtifactCol1022 ,
2333
	  mud:Bottle ,
2334
	  mud:Flask-LabGlassware ,
2335
	  mud:FluidReservoir ,
2336
	  mud:LimitedAccess ,
2337
	  knowrob:HandTool ,
2338
	  knowrob:PortableObject ,
2339
	  knowrob:Portal ,
2340
	  rdfs:Container ;
2341
	mud:descriptionHere "A bottle of Ferengi ale is sitting here"^^xsd:string ;
2342
	mud:determinerString rdf:type ;
2343
	mud:keyword mud:ale ,
2344
		    mud:bottle ,
2345
		    mud:ferengi ;
2346
	mud:nameStrings "Ferengi Ale"^^xsd:string ,
2347
			"a Ferengi bottle"^^xsd:string ;
2348
	rdfs:comment "A bottle of Ferengi ale is sitting here"^^xsd:string ,
2349
		     "Ferengi Ale"^^xsd:string ,
2350
		     "a Ferengi bottle"^^xsd:string ,
2351
		     "ale"^^xsd:string ,
2352
		     "bottle"^^xsd:string ,
2353
		     "ferengi"^^xsd:string .
2354
2355
mud:ArtifactCol1023
2356
	a owl:Class ;
2357
	mud:mpred_arity 1 .
2358
2359
mud:ArtifactCol1023-Romulan-Whisky693
2360
	a mud:ArtifactCol1023 ,
2361
	  mud:Bottle ,
2362
	  mud:Flask-LabGlassware ,
2363
	  mud:FluidReservoir ,
2364
	  mud:LimitedAccess ,
2365
	  knowrob:HandTool ,
2366
	  knowrob:PortableObject ,
2367
	  knowrob:Portal ,
2368
	  rdfs:Container ;
2369
	mud:descriptionHere "A bottle of Romulan whiskey is sitting here"^^xsd:string ;
2370
	mud:determinerString rdf:type ;
2371
	mud:keyword mud:bottle ,
2372
		    mud:romulan ,
2373
		    mud:whiskey ,
2374
		    mud:whisky ;
2375
	mud:nameStrings "Romulan Whisky"^^xsd:string ,
2376
			"a Romulan bottle"^^xsd:string ;
2377
	rdfs:comment "A bottle of Romulan whiskey is sitting here"^^xsd:string ,
2378
		     "Romulan Whisky"^^xsd:string ,
2379
		     "a Romulan bottle"^^xsd:string ,
2380
		     "bottle"^^xsd:string ,
2381
		     "romulan"^^xsd:string ,
2382
		     "whiskey"^^xsd:string ,
2383
		     "whisky"^^xsd:string .
2384
2385
mud:ArtifactCol1024
2386
	a owl:Class ;
2387
	mud:mpred_arity 1 .
2388
2389
mud:ArtifactCol1024-Lemonade-Prune-Juice694
2390
	a mud:ArtifactCol1024 ,
2391
	  mud:Bottle ,
2392
	  mud:Flask-LabGlassware ,
2393
	  mud:FluidReservoir ,
2394
	  mud:LimitedAccess ,
2395
	  knowrob:HandTool ,
2396
	  knowrob:PortableObject ,
2397
	  knowrob:Portal ,
2398
	  rdfs:Container ;
2399
	mud:descriptionHere "A small glass of prune juice is sitting here"^^xsd:string ;
2400
	mud:determinerString rdf:type ;
2401
	mud:keyword mud:glass ,
2402
		    mud:juice ,
2403
		    mud:lemonade ,
2404
		    mud:prune ;
2405
	mud:nameStrings "Lemonade 'Prune Juice'"^^xsd:string ,
2406
			"a small glass"^^xsd:string ;
2407
	rdfs:comment "A small glass of prune juice is sitting here"^^xsd:string ,
2408
		     "Lemonade 'Prune Juice'"^^xsd:string ,
2409
		     "a small glass"^^xsd:string ,
2410
		     "glass"^^xsd:string ,
2411
		     "juice"^^xsd:string ,
2412
		     "lemonade"^^xsd:string ,
2413
		     "prune"^^xsd:string .
2414
2415
mud:ArtifactCol1025
2416
	a owl:Class ;
2417
	mud:mpred_arity 1 .
2418
2419
mud:ArtifactCol1025-Vulcan-Beer695
2420
	a mud:ArtifactCol1025 ,
2421
	  mud:Bottle ,
2422
	  mud:Flask-LabGlassware ,
2423
	  mud:FluidReservoir ,
2424
	  mud:LimitedAccess ,
2425
	  knowrob:HandTool ,
2426
	  knowrob:PortableObject ,
2427
	  knowrob:Portal ,
2428
	  rdfs:Container ;
2429
	mud:descriptionHere "A bottle of Vulcan beer is standing here"^^xsd:string ;
2430
	mud:determinerString rdf:type ;
2431
	mud:keyword mud:beer ,
2432
		    mud:bottle ,
2433
		    mud:vulcan ;
2434
	mud:nameStrings "Vulcan Beer"^^xsd:string ,
2435
			"a Vulcan bottle"^^xsd:string ;
2436
	rdfs:comment "A bottle of Vulcan beer is standing here"^^xsd:string ,
2437
		     "Vulcan Beer"^^xsd:string ,
2438
		     "a Vulcan bottle"^^xsd:string ,
2439
		     "beer"^^xsd:string ,
2440
		     "bottle"^^xsd:string ,
2441
		     "vulcan"^^xsd:string .
2442
2443
mud:BPVLocation
2444
	a owl:Class ;
2445
	mud:mpred_arity 1 .
2446
2447
mud:Bottle
2448
	a owl:Class ;
2449
	mud:mpred_arity 1 .
2450
2451
mud:Device-SingleUser
2452
	a owl:Class ;
2453
	mud:mpred_arity 1 .
2454
2455
mud:FemaleAnimal
2456
	a owl:Class ;
2457
	mud:mpred_arity 1 ;
2458
	rdfs:subClassOf mud:player .
2459
2460
mud:Flask-LabGlassware
2461
	a owl:Class ;
2462
	mud:mpred_arity 1 .
2463
2464
mud:FluidReservoir
2465
	a owl:Class ;
2466
	mud:mpred_arity 1 ;
2467
	rdfs:subClassOf mud:drinkable .
2468
2469
mud:FreeSpaceContent
2470
	a owl:Class ;
2471
	mud:mpred_arity 1 .
2472
2473
mud:FreeSpaceContext
2474
	a owl:Class ;
2475
	mud:mpred_arity 1 .
2476
2477
mud:Handgun
2478
	a owl:Class ;
2479
	mud:mpred_arity 1 .
2480
2481
mud:Indoors-IsolatedFromOutside
2482
	a owl:Class ;
2483
	mud:mpred_arity 1 .
2484
2485
mud:InformationStore
2486
	a owl:Class ;
2487
	mud:mpred_arity 1 .
2488
2489
mud:LightingDevice
2490
	a owl:Class ;
2491
	mud:mpred_arity 1 .
2492
2493
mud:LimitedAccess
2494
	a owl:Class ;
2495
	mud:mpred_arity 1 .
2496
2497
mud:MaleAnimal
2498
	a owl:Class ;
2499
	mud:mpred_arity 1 ;
2500
	rdfs:subClassOf mud:player .
2501
2502
mud:Necklace
2503
	a owl:Class ;
2504
	mud:mpred_arity 1 .
2505
2506
mud:NpcCol1000
2507
	a owl:Class ;
2508
	mud:mpred_arity 1 .
2509
2510
mud:NpcCol1000-Geordi684
2511
	a mud:MaleAnimal ,
2512
	  mud:NpcCol1000 ,
2513
	  mud:flagged_act_friend ,
2514
	  mud:flagged_act_stay_zone ,
2515
	  mud:flagged_helper ,
2516
	  mud:flagged_memory ,
2517
	  mud:flagged_nobash ,
2518
	  mud:flagged_noblind ,
2519
	  mud:flagged_nocharm ,
2520
	  mud:flagged_npc_detect_invis ,
2521
	  mud:flagged_npc_notrack ;
2522
	mud:descriptionHere "Lieutenant Commander Geordi LaForge is standing here"^^xsd:string ;
2523
	mud:keyword "commander"^^xsd:string ,
2524
		    "geordi"^^xsd:string ,
2525
		    "laforge"^^xsd:string ,
2526
		    "lieutenant"^^xsd:string ;
2527
	mud:localityOfObject mud:Area1000 ;
2528
	mud:mudToHitArmorClass0 3 ;
2529
	mud:nameStrings "Geordi"^^xsd:string ,
2530
			"Geordi LaForge"^^xsd:string ;
2531
	mud:wearsClothing mud:ArtifactCol1003-Gold-Uniform687 ,
2532
			  mud:ArtifactCol1005-Boots685 ,
2533
			  mud:ArtifactCol1006-Comm-Badge686 ,
2534
			  mud:ArtifactCol1008-VISOR688 ;
2535
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+42"^^xsd:string ,
2536
		     "+mudToHitArmorClass0: 3"^^xsd:string ,
2537
		     "ACT_FRIEND"^^xsd:string ,
2538
		     "ACT_STAY_ZONE"^^xsd:string ,
2539
		     "Commander"^^xsd:string ,
2540
		     "Geordi"^^xsd:string ,
2541
		     "Geordi LaForge"^^xsd:string ,
2542
		     "Geordi is the Chief Engineer of the Enterprise"^^xsd:string ,
2543
		     "HELPER"^^xsd:string ,
2544
		     "He's blind, so he wears a special VISOR that lets him see things"^^xsd:string ,
2545
		     "LaForge"^^xsd:string ,
2546
		     "Lieutenant"^^xsd:string ,
2547
		     "Lieutenant Commander Geordi LaForge is standing here"^^xsd:string ,
2548
		     "MEMORY"^^xsd:string ,
2549
		     "NOBASH"^^xsd:string ,
2550
		     "NOBLIND"^^xsd:string ,
2551
		     "NOCHARM"^^xsd:string ,
2552
		     "NPC_DETECT_INVIS"^^xsd:string ,
2553
		     "NPC_NOTRACK"^^xsd:string ,
2554
		     "mudBareHandDamage: 9d9+42"^^xsd:string ,
2555
		     "mudMaxHitPoints: 12d12+3200"^^xsd:string .
2556
2557
mud:NpcCol1001
2558
	a owl:Class ;
2559
	mud:mpred_arity 1 .
2560
2561
mud:NpcCol1002
2562
	a owl:Class ;
2563
	mud:mpred_arity 1 .
2564
2565
mud:NpcCol1002-Worf720
2566
	a mud:MaleAnimal ,
2567
	  mud:NpcCol1002 ,
2568
	  mud:flagged_act_friend ,
2569
	  mud:flagged_act_stay_zone ,
2570
	  mud:flagged_helper ,
2571
	  mud:flagged_memory ,
2572
	  mud:flagged_nobash ,
2573
	  mud:flagged_noblind ,
2574
	  mud:flagged_nocharm ,
2575
	  mud:flagged_npc_detect_invis ,
2576
	  mud:flagged_npc_notrack ;
2577
	mud:descriptionHere "Lieutenant Worf is here, looking pretty mean"^^xsd:string ;
2578
	mud:keyword "klingon"^^xsd:string ,
2579
		    "lieutenant"^^xsd:string ,
2580
		    "worf"^^xsd:string ;
2581
	mud:localityOfObject mud:Area1025 ;
2582
	mud:mudToHitArmorClass0 2 ;
2583
	mud:nameStrings "Lieutenant Worf"^^xsd:string ,
2584
			"Worf"^^xsd:string ;
2585
	mud:stowed mud:ArtifactCol1000-Phaser724 ;
2586
	mud:wearsClothing mud:ArtifactCol1003-Gold-Uniform723 ,
2587
			  mud:ArtifactCol1005-Boots721 ,
2588
			  mud:ArtifactCol1006-Comm-Badge722 ,
2589
			  mud:ArtifactCol1007-Sash725 ;
2590
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+60"^^xsd:string ,
2591
		     "+mudToHitArmorClass0: 2"^^xsd:string ,
2592
		     "ACT_FRIEND"^^xsd:string ,
2593
		     "ACT_STAY_ZONE"^^xsd:string ,
2594
		     "HELPER"^^xsd:string ,
2595
		     "He's Chief of Security of the Enterprise, and he's plenty strong"^^xsd:string ,
2596
		     "Klingon"^^xsd:string ,
2597
		     "Lieutenant"^^xsd:string ,
2598
		     "Lieutenant Worf"^^xsd:string ,
2599
		     "Lieutenant Worf is here, looking pretty mean"^^xsd:string ,
2600
		     "MEMORY"^^xsd:string ,
2601
		     "NOBASH"^^xsd:string ,
2602
		     "NOBLIND"^^xsd:string ,
2603
		     "NOCHARM"^^xsd:string ,
2604
		     "NPC_DETECT_INVIS"^^xsd:string ,
2605
		     "NPC_NOTRACK"^^xsd:string ,
2606
		     "Worf"^^xsd:string ,
2607
		     "Worf is the first Klingon to have joined Starfleet"^^xsd:string ,
2608
		     "mudBareHandDamage: 9d9+60"^^xsd:string ,
2609
		     "mudMaxHitPoints: 12d12+3400"^^xsd:string .
2610
2611
mud:NpcCol1003
2612
	a owl:Class ;
2613
	mud:mpred_arity 1 .
2614
2615
mud:NpcCol1003-Dr-Crusher677
2616
	a mud:FemaleAnimal ,
2617
	  mud:NpcCol1003 ,
2618
	  mud:flagged_act_friend ,
2619
	  mud:flagged_act_stay_zone ,
2620
	  mud:flagged_helper ,
2621
	  mud:flagged_memory ,
2622
	  mud:flagged_nobash ,
2623
	  mud:flagged_noblind ,
2624
	  mud:flagged_nocharm ,
2625
	  mud:flagged_npc_detect_invis ,
2626
	  mud:flagged_npc_notrack ;
2627
	mud:descriptionHere "Lieutenant Beverly Crusher is here, looking for someone to heal"^^xsd:string ;
2628
	mud:keyword "beverly"^^xsd:string ,
2629
		    "crusher"^^xsd:string ,
2630
		    "doctor"^^xsd:string ;
2631
	mud:localityOfObject mud:Area1015 ;
2632
	mud:mudToHitArmorClass0 3 ;
2633
	mud:nameStrings "Doctor Crusher"^^xsd:string ,
2634
			"Dr. Crusher"^^xsd:string ;
2635
	mud:stowed mud:ArtifactCol1009-Medical-Tricorder681 ,
2636
		   mud:ArtifactCol1009-Medical-Tricorder682 ,
2637
		   mud:ArtifactCol1009-Medical-Tricorder683 ;
2638
	mud:wearsClothing mud:ArtifactCol1004-Blue-Uniform680 ,
2639
			  mud:ArtifactCol1005-Boots678 ,
2640
			  mud:ArtifactCol1006-Comm-Badge679 ;
2641
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+42"^^xsd:string ,
2642
		     "+mudToHitArmorClass0: 3"^^xsd:string ,
2643
		     "ACT_FRIEND"^^xsd:string ,
2644
		     "ACT_STAY_ZONE"^^xsd:string ,
2645
		     "Beverly"^^xsd:string ,
2646
		     "Crusher"^^xsd:string ,
2647
		     "Doctor"^^xsd:string ,
2648
		     "Doctor Crusher"^^xsd:string ,
2649
		     "Doctor Crusher is the Enterprise's Chief Medical Officer"^^xsd:string ,
2650
		     "Dr. Crusher"^^xsd:string ,
2651
		     "HELPER"^^xsd:string ,
2652
		     "Her husband was killed years ago in an accident on another starship which was also commanded by Captain Picard"^^xsd:string ,
2653
		     "Lieutenant Beverly Crusher is here, looking for someone to heal"^^xsd:string ,
2654
		     "MEMORY"^^xsd:string ,
2655
		     "NOBASH"^^xsd:string ,
2656
		     "NOBLIND"^^xsd:string ,
2657
		     "NOCHARM"^^xsd:string ,
2658
		     "NPC_DETECT_INVIS"^^xsd:string ,
2659
		     "NPC_NOTRACK"^^xsd:string ,
2660
		     "Wesley is her son"^^xsd:string ,
2661
		     "mudBareHandDamage: 9d9+42"^^xsd:string ,
2662
		     "mudMaxHitPoints: 12d12+3200"^^xsd:string .
2663
2664
mud:NpcCol1004
2665
	a owl:Class ;
2666
	mud:mpred_arity 1 .
2667
2668
mud:NpcCol1004-Troi712
2669
	a mud:FemaleAnimal ,
2670
	  mud:NpcCol1004 ,
2671
	  mud:flagged_act_friend ,
2672
	  mud:flagged_act_stay_zone ,
2673
	  mud:flagged_helper ,
2674
	  mud:flagged_memory ,
2675
	  mud:flagged_nobash ,
2676
	  mud:flagged_noblind ,
2677
	  mud:flagged_nocharm ,
2678
	  mud:flagged_npc_detect_invis ,
2679
	  mud:flagged_npc_notrack ;
2680
	mud:descriptionHere "Counselor Deanna Troi is here"^^xsd:string ;
2681
	mud:keyword "counselor"^^xsd:string ,
2682
		    "deanna"^^xsd:string ,
2683
		    "troi"^^xsd:string ;
2684
	mud:localityOfObject mud:Area1007 ;
2685
	mud:mudToHitArmorClass0 3 ;
2686
	mud:nameStrings "Counselor Troi"^^xsd:string ,
2687
			"Troi"^^xsd:string ;
2688
	mud:wearsClothing mud:ArtifactCol1004-Blue-Uniform715 ,
2689
			  mud:ArtifactCol1005-Boots713 ,
2690
			  mud:ArtifactCol1006-Comm-Badge714 ;
2691
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+42"^^xsd:string ,
2692
		     "+mudToHitArmorClass0: 3"^^xsd:string ,
2693
		     "ACT_FRIEND"^^xsd:string ,
2694
		     "ACT_STAY_ZONE"^^xsd:string ,
2695
		     "Counselor"^^xsd:string ,
2696
		     "Counselor Deanna Troi is here"^^xsd:string ,
2697
		     "Counselor Troi"^^xsd:string ,
2698
		     "Counselor Troi is the ship's main counselor"^^xsd:string ,
2699
		     "Deanna"^^xsd:string ,
2700
		     "HELPER"^^xsd:string ,
2701
		     "MEMORY"^^xsd:string ,
2702
		     "NOBASH"^^xsd:string ,
2703
		     "NOBLIND"^^xsd:string ,
2704
		     "NOCHARM"^^xsd:string ,
2705
		     "NPC_DETECT_INVIS"^^xsd:string ,
2706
		     "NPC_NOTRACK"^^xsd:string ,
2707
		     "She's half betazoid, which means that she can read people's minds"^^xsd:string ,
2708
		     "Troi"^^xsd:string ,
2709
		     "mudBareHandDamage: 9d9+42"^^xsd:string ,
2710
		     "mudMaxHitPoints: 12d12+3200"^^xsd:string .
2711
2712
mud:NpcCol1005
2713
	a owl:Class ;
2714
	mud:mpred_arity 1 .
2715
2716
mud:NpcCol1005-Riker707
2717
	a mud:MaleAnimal ,
2718
	  mud:NpcCol1005 ,
2719
	  mud:flagged_act_friend ,
2720
	  mud:flagged_act_stay_zone ,
2721
	  mud:flagged_helper ,
2722
	  mud:flagged_memory ,
2723
	  mud:flagged_nobash ,
2724
	  mud:flagged_noblind ,
2725
	  mud:flagged_nocharm ,
2726
	  mud:flagged_npc_detect_invis ,
2727
	  mud:flagged_npc_notrack ;
2728
	mud:descriptionHere "Commander William Riker is here, staring at you"^^xsd:string ;
2729
	mud:keyword "commander"^^xsd:string ,
2730
		    "riker"^^xsd:string ,
2731
		    "william"^^xsd:string ;
2732
	mud:localityOfObject mud:Area1036 ;
2733
	mud:mudToHitArmorClass0 2 ;
2734
	mud:nameStrings "Commander Riker"^^xsd:string ,
2735
			"Riker"^^xsd:string ;
2736
	mud:stowed mud:ArtifactCol1012-Trombone711 ;
2737
	mud:wearsClothing mud:ArtifactCol1002-Red-Uniform710 ,
2738
			  mud:ArtifactCol1005-Boots708 ,
2739
			  mud:ArtifactCol1006-Comm-Badge709 ;
2740
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+52"^^xsd:string ,
2741
		     "+mudToHitArmorClass0: 2"^^xsd:string ,
2742
		     "ACT_FRIEND"^^xsd:string ,
2743
		     "ACT_STAY_ZONE"^^xsd:string ,
2744
		     "Commander"^^xsd:string ,
2745
		     "Commander Riker"^^xsd:string ,
2746
		     "Commander Riker is the Enterprise's first officer"^^xsd:string ,
2747
		     "Commander William Riker is here, staring at you"^^xsd:string ,
2748
		     "HELPER"^^xsd:string ,
2749
		     "He's in charge of keeping the crew in line"^^xsd:string ,
2750
		     "MEMORY"^^xsd:string ,
2751
		     "NOBASH"^^xsd:string ,
2752
		     "NOBLIND"^^xsd:string ,
2753
		     "NOCHARM"^^xsd:string ,
2754
		     "NPC_DETECT_INVIS"^^xsd:string ,
2755
		     "NPC_NOTRACK"^^xsd:string ,
2756
		     "Riker"^^xsd:string ,
2757
		     "William"^^xsd:string ,
2758
		     "mudBareHandDamage: 9d9+52"^^xsd:string ,
2759
		     "mudMaxHitPoints: 12d12+3200"^^xsd:string .
2760
2761
mud:NpcCol1006
2762
	a owl:Class ;
2763
	mud:mpred_arity 1 .
2764
2765
mud:NpcCol1006-Picard701
2766
	a mud:MaleAnimal ,
2767
	  mud:NpcCol1006 ,
2768
	  mud:flagged_act_friend ,
2769
	  mud:flagged_act_nice_thief ,
2770
	  mud:flagged_act_stay_zone ,
2771
	  mud:flagged_aware ,
2772
	  mud:flagged_helper ,
2773
	  mud:flagged_memory ,
2774
	  mud:flagged_nobackstab ,
2775
	  mud:flagged_nobash ,
2776
	  mud:flagged_noblind ,
2777
	  mud:flagged_nocharm ,
2778
	  mud:flagged_nosleep ,
2779
	  mud:flagged_nosummon ,
2780
	  mud:flagged_npc_detect_invis ,
2781
	  mud:flagged_npc_notrack ,
2782
	  mud:flagged_npc_sanctuary ;
2783
	mud:descriptionHere "Captain Jean-Luc Picard is standing here, watching you"^^xsd:string ;
2784
	mud:keyword "captain"^^xsd:string ,
2785
		    "jean"^^xsd:string ,
2786
		    "jean-luc"^^xsd:string ,
2787
		    "luc"^^xsd:string ,
2788
		    "picard"^^xsd:string ;
2789
	mud:localityOfObject mud:Area1035 ;
2790
	mud:mudToHitArmorClass0 0 ;
2791
	mud:nameStrings "Captain Picard"^^xsd:string ,
2792
			"Picard"^^xsd:string ;
2793
	mud:stowed mud:ArtifactCol1001-5-Phaser-Rifle705 ,
2794
		   mud:ArtifactCol1011-5-Picards-Flute706 ;
2795
	mud:wearsClothing mud:ArtifactCol1002-Red-Uniform704 ,
2796
			  mud:ArtifactCol1005-Boots702 ,
2797
			  mud:ArtifactCol1006-Comm-Badge703 ;
2798
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 12d12+75"^^xsd:string ,
2799
		     "+mudToHitArmorClass0: 0"^^xsd:string ,
2800
		     "ACT_FRIEND"^^xsd:string ,
2801
		     "ACT_NICE_THIEF"^^xsd:string ,
2802
		     "ACT_STAY_ZONE"^^xsd:string ,
2803
		     "AWARE"^^xsd:string ,
2804
		     "Captain"^^xsd:string ,
2805
		     "Captain Jean-Luc Picard is standing here, watching you"^^xsd:string ,
2806
		     "Captain Picard"^^xsd:string ,
2807
		     "Captain Picard is a very important man"^^xsd:string ,
2808
		     "Don't mess with him!"^^xsd:string ,
2809
		     "HELPER"^^xsd:string ,
2810
		     "He's in charge of Starfleet's flagship, the Enterprise"^^xsd:string ,
2811
		     "He's very smart, and very wise"^^xsd:string ,
2812
		     "Jean"^^xsd:string ,
2813
		     "Jean-Luc"^^xsd:string ,
2814
		     "Luc"^^xsd:string ,
2815
		     "MEMORY"^^xsd:string ,
2816
		     "NOBACKSTAB"^^xsd:string ,
2817
		     "NOBASH"^^xsd:string ,
2818
		     "NOBLIND"^^xsd:string ,
2819
		     "NOCHARM"^^xsd:string ,
2820
		     "NOSLEEP"^^xsd:string ,
2821
		     "NOSUMMON"^^xsd:string ,
2822
		     "NPC_DETECT_INVIS"^^xsd:string ,
2823
		     "NPC_NOTRACK"^^xsd:string ,
2824
		     "NPC_SANCTUARY"^^xsd:string ,
2825
		     "Picard"^^xsd:string ,
2826
		     "mudBareHandDamage: 12d12+75"^^xsd:string ,
2827
		     "mudMaxHitPoints: 20d20+5000"^^xsd:string .
2828
2829
mud:NpcCol1007
2830
	a owl:Class ;
2831
	mud:mpred_arity 1 .
2832
2833
mud:NpcCol1007-Guinan689
2834
	a mud:FemaleAnimal ,
2835
	  mud:NpcCol1007 ,
2836
	  mud:flagged_act_friend ,
2837
	  mud:flagged_act_sentinel ,
2838
	  mud:flagged_act_stay_zone ,
2839
	  mud:flagged_helper ,
2840
	  mud:flagged_memory ,
2841
	  mud:flagged_nobash ,
2842
	  mud:flagged_noblind ,
2843
	  mud:flagged_nocharm ,
2844
	  mud:flagged_npc_detect_invis ,
2845
	  mud:flagged_npc_notrack ;
2846
	mud:descriptionHere "Guinan is here, tending the bar"^^xsd:string ;
2847
	mud:keyword "guinan"^^xsd:string ;
2848
	mud:localityOfObject mud:Area1021 ;
2849
	mud:mudToHitArmorClass0 4 ;
2850
	mud:nameStrings "Guinan"^^xsd:string ;
2851
	mud:stowed mud:ArtifactCol1020-Tea690 ,
2852
		   mud:ArtifactCol1021-Synthehol691 ,
2853
		   mud:ArtifactCol1022-Ferengi-Ale692 ,
2854
		   mud:ArtifactCol1023-Romulan-Whisky693 ,
2855
		   mud:ArtifactCol1024-Lemonade-Prune-Juice694 ,
2856
		   mud:ArtifactCol1025-Vulcan-Beer695 ;
2857
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+36"^^xsd:string ,
2858
		     "+mudToHitArmorClass0: 4"^^xsd:string ,
2859
		     "ACT_FRIEND"^^xsd:string ,
2860
		     "ACT_SENTINEL"^^xsd:string ,
2861
		     "ACT_STAY_ZONE"^^xsd:string ,
2862
		     "Guinan"^^xsd:string ,
2863
		     "Guinan is a strange being"^^xsd:string ,
2864
		     "Guinan is here, tending the bar"^^xsd:string ,
2865
		     "HELPER"^^xsd:string ,
2866
		     "MEMORY"^^xsd:string ,
2867
		     "NOBASH"^^xsd:string ,
2868
		     "NOBLIND"^^xsd:string ,
2869
		     "NOCHARM"^^xsd:string ,
2870
		     "NPC_DETECT_INVIS"^^xsd:string ,
2871
		     "NPC_NOTRACK"^^xsd:string ,
2872
		     "She's lived for thousands of years and experienced many things, but now she's decided to work on the Enterprise as a bartender"^^xsd:string ,
2873
		     "mudBareHandDamage: 9d9+36"^^xsd:string ,
2874
		     "mudMaxHitPoints: 12d12+2600"^^xsd:string .
2875
2876
mud:NpcCol1008
2877
	a owl:Class ;
2878
	mud:mpred_arity 1 .
2879
2880
mud:NpcCol1008-OBrien696
2881
	a mud:MaleAnimal ,
2882
	  mud:NpcCol1008 ,
2883
	  mud:flagged_act_friend ,
2884
	  mud:flagged_act_sentinel ,
2885
	  mud:flagged_act_stay_zone ,
2886
	  mud:flagged_helper ,
2887
	  mud:flagged_memory ,
2888
	  mud:flagged_nobash ,
2889
	  mud:flagged_noblind ,
2890
	  mud:flagged_nocharm ,
2891
	  mud:flagged_npc_detect_invis ,
2892
	  mud:flagged_npc_notrack ;
2893
	mud:descriptionHere "Chief O'Brien is here, waiting to teleport you somwhere"^^xsd:string ;
2894
	mud:keyword "chief"^^xsd:string ,
2895
		    "o'brien"^^xsd:string ,
2896
		    "transporter"^^xsd:string ;
2897
	mud:localityOfObject mud:Area1006 ;
2898
	mud:mudToHitArmorClass0 4 ;
2899
	mud:nameStrings "Chief O'Brien"^^xsd:string ,
2900
			"O'Brien"^^xsd:string ;
2901
	mud:stowed mud:ArtifactCol1000-Phaser700 ;
2902
	mud:wearsClothing mud:ArtifactCol1003-Gold-Uniform699 ,
2903
			  mud:ArtifactCol1005-Boots697 ,
2904
			  mud:ArtifactCol1006-Comm-Badge698 ;
2905
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+36"^^xsd:string ,
2906
		     "+mudToHitArmorClass0: 4"^^xsd:string ,
2907
		     "ACT_FRIEND"^^xsd:string ,
2908
		     "ACT_SENTINEL"^^xsd:string ,
2909
		     "ACT_STAY_ZONE"^^xsd:string ,
2910
		     "Chief"^^xsd:string ,
2911
		     "Chief O'Brien"^^xsd:string ,
2912
		     "Chief O'Brien is here, waiting to teleport you somwhere"^^xsd:string ,
2913
		     "Chief O'Brien is the transporter chief on the Enterprise"^^xsd:string ,
2914
		     "HELPER"^^xsd:string ,
2915
		     "It's his job to make sure everyone arrives(and leaves) in one piece, instead of trillions of atoms"^^xsd:string ,
2916
		     "MEMORY"^^xsd:string ,
2917
		     "NOBASH"^^xsd:string ,
2918
		     "NOBLIND"^^xsd:string ,
2919
		     "NOCHARM"^^xsd:string ,
2920
		     "NPC_DETECT_INVIS"^^xsd:string ,
2921
		     "NPC_NOTRACK"^^xsd:string ,
2922
		     "O'Brien"^^xsd:string ,
2923
		     "Transporter"^^xsd:string ,
2924
		     "mudBareHandDamage: 9d9+36"^^xsd:string ,
2925
		     "mudMaxHitPoints: 12d12+2600"^^xsd:string .
2926
2927
mud:NpcCol1009
2928
	a owl:Class ;
2929
	mud:mpred_arity 1 .
2930
2931
mud:NpcCol1009-Wesley716
2932
	a mud:MaleAnimal ,
2933
	  mud:NpcCol1009 ,
2934
	  mud:flagged_act_friend ,
2935
	  mud:flagged_act_stay_zone ,
2936
	  mud:flagged_act_wimpy ,
2937
	  mud:flagged_helper ,
2938
	  mud:flagged_memory ,
2939
	  mud:flagged_nobash ,
2940
	  mud:flagged_noblind ,
2941
	  mud:flagged_nocharm ,
2942
	  mud:flagged_npc_detect_invis ,
2943
	  mud:flagged_npc_notrack ;
2944
	mud:descriptionHere "Wesley Crusher is here, eagerly trying to earn your praise"^^xsd:string ;
2945
	mud:keyword "crusher"^^xsd:string ,
2946
		    "wesley"^^xsd:string ;
2947
	mud:localityOfObject mud:Area1016 ;
2948
	mud:mudToHitArmorClass0 6 ;
2949
	mud:nameStrings "Wesley"^^xsd:string ;
2950
	mud:wearsClothing mud:ArtifactCol1002-Red-Uniform719 ,
2951
			  mud:ArtifactCol1005-Boots717 ,
2952
			  mud:ArtifactCol1006-Comm-Badge718 ;
2953
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+24"^^xsd:string ,
2954
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
2955
		     "ACT_FRIEND"^^xsd:string ,
2956
		     "ACT_STAY_ZONE"^^xsd:string ,
2957
		     "ACT_WIMPY"^^xsd:string ,
2958
		     "Crusher"^^xsd:string ,
2959
		     "HELPER"^^xsd:string ,
2960
		     "He got this position only because Captain Picard feels guilty about killing his father"^^xsd:string ,
2961
		     "MEMORY"^^xsd:string ,
2962
		     "NOBASH"^^xsd:string ,
2963
		     "NOBLIND"^^xsd:string ,
2964
		     "NOCHARM"^^xsd:string ,
2965
		     "NPC_DETECT_INVIS"^^xsd:string ,
2966
		     "NPC_NOTRACK"^^xsd:string ,
2967
		     "Wesley"^^xsd:string ,
2968
		     "Wesley Crusher is here, eagerly trying to earn your praise"^^xsd:string ,
2969
		     "Wesley Crusher is not even an official officer, but he serves as an acting Ensign on the bridge"^^xsd:string ,
2970
		     "mudBareHandDamage: 9d9+24"^^xsd:string ,
2971
		     "mudMaxHitPoints: 12d12+1400"^^xsd:string ,
2972
		     "wimpy mobile will try to flee when it gets low on hit points. A mobile which is both aggressive and wimpy will not attack a player that is awake"^^xsd:string .
2973
2974
mud:NpcCol1010
2975
	a owl:Class ;
2976
	mud:mpred_arity 1 .
2977
2978
mud:NpcCol1010-Livingston726
2979
	a mud:MaleAnimal ,
2980
	  mud:NpcCol1010 ,
2981
	  mud:flagged_act_friend ,
2982
	  mud:flagged_act_sentinel ,
2983
	  mud:flagged_act_stay_zone ,
2984
	  mud:flagged_helper ,
2985
	  mud:flagged_memory ,
2986
	  mud:flagged_nocharm ,
2987
	  mud:flagged_npc_detect_invis ,
2988
	  mud:flagged_npc_notrack ;
2989
	mud:descriptionHere "Livingston the fish is here, swimming about in his tank"^^xsd:string ;
2990
	mud:keyword mud:fish ,
2991
		    "livingston"^^xsd:string ;
2992
	mud:localityOfObject mud:Area1035 ;
2993
	mud:mudToHitArmorClass0 6 ;
2994
	mud:nameStrings "Livingston"^^xsd:string ;
2995
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+14"^^xsd:string ,
2996
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
2997
		     "ACT_FRIEND"^^xsd:string ,
2998
		     "ACT_SENTINEL"^^xsd:string ,
2999
		     "ACT_STAY_ZONE"^^xsd:string ,
3000
		     "HELPER"^^xsd:string ,
3001
		     "He's some sort of exotic breed, and he's expensive to feed and keep alive"^^xsd:string ,
3002
		     "Livingston"^^xsd:string ,
3003
		     "Livingston is Captain Picard's pet fish"^^xsd:string ,
3004
		     "Livingston the fish is here, swimming about in his tank"^^xsd:string ,
3005
		     "MEMORY"^^xsd:string ,
3006
		     "NOCHARM"^^xsd:string ,
3007
		     "NPC_DETECT_INVIS"^^xsd:string ,
3008
		     "NPC_NOTRACK"^^xsd:string ,
3009
		     "fish"^^xsd:string ,
3010
		     "mudBareHandDamage: 9d9+14"^^xsd:string ,
3011
		     "mudMaxHitPoints: 12d12+800"^^xsd:string .
3012
3013
mud:NpcCol1011
3014
	a owl:Class ;
3015
	mud:mpred_arity 1 .
3016
3017
mud:NpcCol1011-Spot727
3018
	a mud:MaleAnimal ,
3019
	  mud:NpcCol1011 ,
3020
	  mud:flagged_act_friend ,
3021
	  mud:flagged_act_sentinel ,
3022
	  mud:flagged_act_stay_zone ,
3023
	  mud:flagged_helper ,
3024
	  mud:flagged_memory ,
3025
	  mud:flagged_nocharm ,
3026
	  mud:flagged_npc_detect_invis ,
3027
	  mud:flagged_npc_notrack ;
3028
	mud:descriptionHere "Spot, Data's pet cat, is sitting here looking at you"^^xsd:string ;
3029
	mud:keyword mud:cat ,
3030
		    mud:spot ,
3031
		    mud:the ,
3032
		    "spot"^^xsd:string ;
3033
	mud:localityOfObject mud:Area1003 ;
3034
	mud:mudToHitArmorClass0 6 ;
3035
	mud:nameStrings "Spot"^^xsd:string ;
3036
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 9d9+14"^^xsd:string ,
3037
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
3038
		     "ACT_FRIEND"^^xsd:string ,
3039
		     "ACT_SENTINEL"^^xsd:string ,
3040
		     "ACT_STAY_ZONE"^^xsd:string ,
3041
		     "Data is always trying to become more human, so he thinks that having a pet might help him achieve his goal"^^xsd:string ,
3042
		     "HELPER"^^xsd:string ,
3043
		     "MEMORY"^^xsd:string ,
3044
		     "NOCHARM"^^xsd:string ,
3045
		     "NPC_DETECT_INVIS"^^xsd:string ,
3046
		     "NPC_NOTRACK"^^xsd:string ,
3047
		     "Spot"^^xsd:string ,
3048
		     "Spot is Data's orange coloured cat"^^xsd:string ,
3049
		     "Spot, Data's pet cat, is sitting here looking at you"^^xsd:string ,
3050
		     "cat"^^xsd:string ,
3051
		     "mudBareHandDamage: 9d9+14"^^xsd:string ,
3052
		     "mudMaxHitPoints: 12d12+800"^^xsd:string ,
3053
		     "spot"^^xsd:string ,
3054
		     "the"^^xsd:string .
3055
3056
mud:NpcCol1012
3057
	a owl:Class ;
3058
	mud:mpred_arity 1 .
3059
3060
mud:NpcCol1012-Ensign728
3061
	a mud:MaleAnimal ,
3062
	  mud:NpcCol1012 ,
3063
	  mud:flagged_act_friend ,
3064
	  mud:flagged_act_stay_zone ,
3065
	  mud:flagged_helper ,
3066
	  mud:flagged_memory ,
3067
	  mud:flagged_nobash ,
3068
	  mud:flagged_noblind ,
3069
	  mud:flagged_nocharm ,
3070
	  mud:flagged_npc_detect_invis ,
3071
	  mud:flagged_npc_notrack ;
3072
	mud:descriptionHere "A nervous looking ensign is standing here, watching you"^^xsd:string ;
3073
	mud:determinerString mud:the ;
3074
	mud:keyword mud:ensign ,
3075
		    "ensign"^^xsd:string ;
3076
	mud:localityOfObject mud:Area1000 ;
3077
	mud:mudToHitArmorClass0 6 ;
3078
	mud:nameStrings "Ensign"^^xsd:string ,
3079
			"the ensign"^^xsd:string ;
3080
	mud:wearsClothing mud:ArtifactCol1003-Gold-Uniform731 ,
3081
			  mud:ArtifactCol1005-Boots729 ,
3082
			  mud:ArtifactCol1006-Comm-Badge730 ;
3083
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 8d8+26"^^xsd:string ,
3084
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
3085
		     "A nervous looking ensign is standing here, watching you"^^xsd:string ,
3086
		     "ACT_FRIEND"^^xsd:string ,
3087
		     "ACT_STAY_ZONE"^^xsd:string ,
3088
		     "Ensign"^^xsd:string ,
3089
		     "HELPER"^^xsd:string ,
3090
		     "MEMORY"^^xsd:string ,
3091
		     "NOBASH"^^xsd:string ,
3092
		     "NOBLIND"^^xsd:string ,
3093
		     "NOCHARM"^^xsd:string ,
3094
		     "NPC_DETECT_INVIS"^^xsd:string ,
3095
		     "NPC_NOTRACK"^^xsd:string ,
3096
		     "These ensigns make up the backbone of the Enterprise"^^xsd:string ,
3097
		     "They clean things, do jobs the higher ups won't even consider doing, and get yelled at all the time"^^xsd:string ,
3098
		     "ensign"^^xsd:string ,
3099
		     "mudBareHandDamage: 8d8+26"^^xsd:string ,
3100
		     "mudMaxHitPoints: 8d8+1600"^^xsd:string ,
3101
		     "the ensign"^^xsd:string .
3102
3103
mud:NpcCol1012-Ensign732
3104
	a mud:MaleAnimal ,
3105
	  mud:NpcCol1012 ,
3106
	  mud:flagged_act_friend ,
3107
	  mud:flagged_act_stay_zone ,
3108
	  mud:flagged_helper ,
3109
	  mud:flagged_memory ,
3110
	  mud:flagged_nobash ,
3111
	  mud:flagged_noblind ,
3112
	  mud:flagged_nocharm ,
3113
	  mud:flagged_npc_detect_invis ,
3114
	  mud:flagged_npc_notrack ;
3115
	mud:descriptionHere "A nervous looking ensign is standing here, watching you"^^xsd:string ;
3116
	mud:determinerString mud:the ;
3117
	mud:keyword mud:ensign ,
3118
		    "ensign"^^xsd:string ;
3119
	mud:localityOfObject mud:Area1004 ;
3120
	mud:mudToHitArmorClass0 6 ;
3121
	mud:nameStrings "Ensign"^^xsd:string ,
3122
			"the ensign"^^xsd:string ;
3123
	mud:wearsClothing mud:ArtifactCol1003-Gold-Uniform735 ,
3124
			  mud:ArtifactCol1005-Boots733 ,
3125
			  mud:ArtifactCol1006-Comm-Badge734 ;
3126
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 8d8+26"^^xsd:string ,
3127
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
3128
		     "A nervous looking ensign is standing here, watching you"^^xsd:string ,
3129
		     "ACT_FRIEND"^^xsd:string ,
3130
		     "ACT_STAY_ZONE"^^xsd:string ,
3131
		     "Ensign"^^xsd:string ,
3132
		     "HELPER"^^xsd:string ,
3133
		     "MEMORY"^^xsd:string ,
3134
		     "NOBASH"^^xsd:string ,
3135
		     "NOBLIND"^^xsd:string ,
3136
		     "NOCHARM"^^xsd:string ,
3137
		     "NPC_DETECT_INVIS"^^xsd:string ,
3138
		     "NPC_NOTRACK"^^xsd:string ,
3139
		     "These ensigns make up the backbone of the Enterprise"^^xsd:string ,
3140
		     "They clean things, do jobs the higher ups won't even consider doing, and get yelled at all the time"^^xsd:string ,
3141
		     "ensign"^^xsd:string ,
3142
		     "mudBareHandDamage: 8d8+26"^^xsd:string ,
3143
		     "mudMaxHitPoints: 8d8+1600"^^xsd:string ,
3144
		     "the ensign"^^xsd:string .
3145
3146
mud:NpcCol1012-Ensign736
3147
	a mud:MaleAnimal ,
3148
	  mud:NpcCol1012 ,
3149
	  mud:flagged_act_friend ,
3150
	  mud:flagged_act_stay_zone ,
3151
	  mud:flagged_helper ,
3152
	  mud:flagged_memory ,
3153
	  mud:flagged_nobash ,
3154
	  mud:flagged_noblind ,
3155
	  mud:flagged_nocharm ,
3156
	  mud:flagged_npc_detect_invis ,
3157
	  mud:flagged_npc_notrack ;
3158
	mud:descriptionHere "A nervous looking ensign is standing here, watching you"^^xsd:string ;
3159
	mud:determinerString mud:the ;
3160
	mud:keyword mud:ensign ,
3161
		    "ensign"^^xsd:string ;
3162
	mud:localityOfObject mud:Area1011 ;
3163
	mud:mudToHitArmorClass0 6 ;
3164
	mud:nameStrings "Ensign"^^xsd:string ,
3165
			"the ensign"^^xsd:string ;
3166
	mud:wearsClothing mud:ArtifactCol1002-Red-Uniform739 ,
3167
			  mud:ArtifactCol1005-Boots737 ,
3168
			  mud:ArtifactCol1006-Comm-Badge738 ;
3169
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 8d8+26"^^xsd:string ,
3170
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
3171
		     "A nervous looking ensign is standing here, watching you"^^xsd:string ,
3172
		     "ACT_FRIEND"^^xsd:string ,
3173
		     "ACT_STAY_ZONE"^^xsd:string ,
3174
		     "Ensign"^^xsd:string ,
3175
		     "HELPER"^^xsd:string ,
3176
		     "MEMORY"^^xsd:string ,
3177
		     "NOBASH"^^xsd:string ,
3178
		     "NOBLIND"^^xsd:string ,
3179
		     "NOCHARM"^^xsd:string ,
3180
		     "NPC_DETECT_INVIS"^^xsd:string ,
3181
		     "NPC_NOTRACK"^^xsd:string ,
3182
		     "These ensigns make up the backbone of the Enterprise"^^xsd:string ,
3183
		     "They clean things, do jobs the higher ups won't even consider doing, and get yelled at all the time"^^xsd:string ,
3184
		     "ensign"^^xsd:string ,
3185
		     "mudBareHandDamage: 8d8+26"^^xsd:string ,
3186
		     "mudMaxHitPoints: 8d8+1600"^^xsd:string ,
3187
		     "the ensign"^^xsd:string .
3188
3189
mud:NpcCol1012-Ensign740
3190
	a mud:MaleAnimal ,
3191
	  mud:NpcCol1012 ,
3192
	  mud:flagged_act_friend ,
3193
	  mud:flagged_act_stay_zone ,
3194
	  mud:flagged_helper ,
3195
	  mud:flagged_memory ,
3196
	  mud:flagged_nobash ,
3197
	  mud:flagged_noblind ,
3198
	  mud:flagged_nocharm ,
3199
	  mud:flagged_npc_detect_invis ,
3200
	  mud:flagged_npc_notrack ;
3201
	mud:descriptionHere "A nervous looking ensign is standing here, watching you"^^xsd:string ;
3202
	mud:determinerString mud:the ;
3203
	mud:keyword mud:ensign ,
3204
		    "ensign"^^xsd:string ;
3205
	mud:localityOfObject mud:Area1020 ;
3206
	mud:mudToHitArmorClass0 6 ;
3207
	mud:nameStrings "Ensign"^^xsd:string ,
3208
			"the ensign"^^xsd:string ;
3209
	mud:wearsClothing mud:ArtifactCol1002-Red-Uniform743 ,
3210
			  mud:ArtifactCol1005-Boots741 ,
3211
			  mud:ArtifactCol1006-Comm-Badge742 ;
3212
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 8d8+26"^^xsd:string ,
3213
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
3214
		     "A nervous looking ensign is standing here, watching you"^^xsd:string ,
3215
		     "ACT_FRIEND"^^xsd:string ,
3216
		     "ACT_STAY_ZONE"^^xsd:string ,
3217
		     "Ensign"^^xsd:string ,
3218
		     "HELPER"^^xsd:string ,
3219
		     "MEMORY"^^xsd:string ,
3220
		     "NOBASH"^^xsd:string ,
3221
		     "NOBLIND"^^xsd:string ,
3222
		     "NOCHARM"^^xsd:string ,
3223
		     "NPC_DETECT_INVIS"^^xsd:string ,
3224
		     "NPC_NOTRACK"^^xsd:string ,
3225
		     "These ensigns make up the backbone of the Enterprise"^^xsd:string ,
3226
		     "They clean things, do jobs the higher ups won't even consider doing, and get yelled at all the time"^^xsd:string ,
3227
		     "ensign"^^xsd:string ,
3228
		     "mudBareHandDamage: 8d8+26"^^xsd:string ,
3229
		     "mudMaxHitPoints: 8d8+1600"^^xsd:string ,
3230
		     "the ensign"^^xsd:string .
3231
3232
mud:NpcCol1012-Ensign744
3233
	a mud:MaleAnimal ,
3234
	  mud:NpcCol1012 ,
3235
	  mud:flagged_act_friend ,
3236
	  mud:flagged_act_stay_zone ,
3237
	  mud:flagged_helper ,
3238
	  mud:flagged_memory ,
3239
	  mud:flagged_nobash ,
3240
	  mud:flagged_noblind ,
3241
	  mud:flagged_nocharm ,
3242
	  mud:flagged_npc_detect_invis ,
3243
	  mud:flagged_npc_notrack ;
3244
	mud:descriptionHere "A nervous looking ensign is standing here, watching you"^^xsd:string ;
3245
	mud:determinerString mud:the ;
3246
	mud:keyword mud:ensign ,
3247
		    "ensign"^^xsd:string ;
3248
	mud:localityOfObject mud:Area1024 ;
3249
	mud:mudToHitArmorClass0 6 ;
3250
	mud:nameStrings "Ensign"^^xsd:string ,
3251
			"the ensign"^^xsd:string ;
3252
	mud:wearsClothing mud:ArtifactCol1004-Blue-Uniform747 ,
3253
			  mud:ArtifactCol1005-Boots745 ,
3254
			  mud:ArtifactCol1006-Comm-Badge746 ;
3255
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 8d8+26"^^xsd:string ,
3256
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
3257
		     "A nervous looking ensign is standing here, watching you"^^xsd:string ,
3258
		     "ACT_FRIEND"^^xsd:string ,
3259
		     "ACT_STAY_ZONE"^^xsd:string ,
3260
		     "Ensign"^^xsd:string ,
3261
		     "HELPER"^^xsd:string ,
3262
		     "MEMORY"^^xsd:string ,
3263
		     "NOBASH"^^xsd:string ,
3264
		     "NOBLIND"^^xsd:string ,
3265
		     "NOCHARM"^^xsd:string ,
3266
		     "NPC_DETECT_INVIS"^^xsd:string ,
3267
		     "NPC_NOTRACK"^^xsd:string ,
3268
		     "These ensigns make up the backbone of the Enterprise"^^xsd:string ,
3269
		     "They clean things, do jobs the higher ups won't even consider doing, and get yelled at all the time"^^xsd:string ,
3270
		     "ensign"^^xsd:string ,
3271
		     "mudBareHandDamage: 8d8+26"^^xsd:string ,
3272
		     "mudMaxHitPoints: 8d8+1600"^^xsd:string ,
3273
		     "the ensign"^^xsd:string .
3274
3275
mud:NpcCol1012-Ensign748
3276
	a mud:MaleAnimal ,
3277
	  mud:NpcCol1012 ,
3278
	  mud:flagged_act_friend ,
3279
	  mud:flagged_act_stay_zone ,
3280
	  mud:flagged_helper ,
3281
	  mud:flagged_memory ,
3282
	  mud:flagged_nobash ,
3283
	  mud:flagged_noblind ,
3284
	  mud:flagged_nocharm ,
3285
	  mud:flagged_npc_detect_invis ,
3286
	  mud:flagged_npc_notrack ;
3287
	mud:descriptionHere "A nervous looking ensign is standing here, watching you"^^xsd:string ;
3288
	mud:determinerString mud:the ;
3289
	mud:keyword mud:ensign ,
3290
		    "ensign"^^xsd:string ;
3291
	mud:localityOfObject mud:Area1022 ;
3292
	mud:mudToHitArmorClass0 6 ;
3293
	mud:nameStrings "Ensign"^^xsd:string ,
3294
			"the ensign"^^xsd:string ;
3295
	mud:wearsClothing mud:ArtifactCol1004-Blue-Uniform751 ,
3296
			  mud:ArtifactCol1005-Boots749 ,
3297
			  mud:ArtifactCol1006-Comm-Badge750 ;
3298
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 8d8+26"^^xsd:string ,
3299
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
3300
		     "A nervous looking ensign is standing here, watching you"^^xsd:string ,
3301
		     "ACT_FRIEND"^^xsd:string ,
3302
		     "ACT_STAY_ZONE"^^xsd:string ,
3303
		     "Ensign"^^xsd:string ,
3304
		     "HELPER"^^xsd:string ,
3305
		     "MEMORY"^^xsd:string ,
3306
		     "NOBASH"^^xsd:string ,
3307
		     "NOBLIND"^^xsd:string ,
3308
		     "NOCHARM"^^xsd:string ,
3309
		     "NPC_DETECT_INVIS"^^xsd:string ,
3310
		     "NPC_NOTRACK"^^xsd:string ,
3311
		     "These ensigns make up the backbone of the Enterprise"^^xsd:string ,
3312
		     "They clean things, do jobs the higher ups won't even consider doing, and get yelled at all the time"^^xsd:string ,
3313
		     "ensign"^^xsd:string ,
3314
		     "mudBareHandDamage: 8d8+26"^^xsd:string ,
3315
		     "mudMaxHitPoints: 8d8+1600"^^xsd:string ,
3316
		     "the ensign"^^xsd:string .
3317
3318
mud:NpcCol1012-Ensign752
3319
	a mud:MaleAnimal ,
3320
	  mud:NpcCol1012 ,
3321
	  mud:flagged_act_friend ,
3322
	  mud:flagged_act_stay_zone ,
3323
	  mud:flagged_helper ,
3324
	  mud:flagged_memory ,
3325
	  mud:flagged_nobash ,
3326
	  mud:flagged_noblind ,
3327
	  mud:flagged_nocharm ,
3328
	  mud:flagged_npc_detect_invis ,
3329
	  mud:flagged_npc_notrack ;
3330
	mud:descriptionHere "A nervous looking ensign is standing here, watching you"^^xsd:string ;
3331
	mud:determinerString mud:the ;
3332
	mud:keyword mud:ensign ,
3333
		    "ensign"^^xsd:string ;
3334
	mud:localityOfObject mud:Area1036 ;
3335
	mud:mudToHitArmorClass0 6 ;
3336
	mud:nameStrings "Ensign"^^xsd:string ,
3337
			"the ensign"^^xsd:string ;
3338
	mud:wearsClothing mud:ArtifactCol1004-Blue-Uniform755 ,
3339
			  mud:ArtifactCol1005-Boots753 ,
3340
			  mud:ArtifactCol1006-Comm-Badge754 ;
3341
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 8d8+26"^^xsd:string ,
3342
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
3343
		     "A nervous looking ensign is standing here, watching you"^^xsd:string ,
3344
		     "ACT_FRIEND"^^xsd:string ,
3345
		     "ACT_STAY_ZONE"^^xsd:string ,
3346
		     "Ensign"^^xsd:string ,
3347
		     "HELPER"^^xsd:string ,
3348
		     "MEMORY"^^xsd:string ,
3349
		     "NOBASH"^^xsd:string ,
3350
		     "NOBLIND"^^xsd:string ,
3351
		     "NOCHARM"^^xsd:string ,
3352
		     "NPC_DETECT_INVIS"^^xsd:string ,
3353
		     "NPC_NOTRACK"^^xsd:string ,
3354
		     "These ensigns make up the backbone of the Enterprise"^^xsd:string ,
3355
		     "They clean things, do jobs the higher ups won't even consider doing, and get yelled at all the time"^^xsd:string ,
3356
		     "ensign"^^xsd:string ,
3357
		     "mudBareHandDamage: 8d8+26"^^xsd:string ,
3358
		     "mudMaxHitPoints: 8d8+1600"^^xsd:string ,
3359
		     "the ensign"^^xsd:string .
3360
3361
mud:NpcCol1013
3362
	a owl:Class ;
3363
	mud:mpred_arity 1 .
3364
3365
mud:NpcCol1013-Alexander671
3366
	a mud:MaleAnimal ,
3367
	  mud:NpcCol1013 ,
3368
	  mud:flagged_act_friend ,
3369
	  mud:flagged_act_stay_zone ,
3370
	  mud:flagged_helper ,
3371
	  mud:flagged_memory ,
3372
	  mud:flagged_nobash ,
3373
	  mud:flagged_noblind ,
3374
	  mud:flagged_nocharm ,
3375
	  mud:flagged_npc_detect_invis ,
3376
	  mud:flagged_npc_notrack ;
3377
	mud:descriptionHere "Alexander Rozhenko is here, practicing laughing hour"^^xsd:string ;
3378
	mud:keyword mud:alexander ,
3379
		    mud:rozhenko ,
3380
		    "alexander"^^xsd:string ;
3381
	mud:localityOfObject mud:Area1025 ;
3382
	mud:mudToHitArmorClass0 6 ;
3383
	mud:nameStrings "Alexander"^^xsd:string ,
3384
			"alexander rozhenko"^^xsd:string ;
3385
	rdfs:comment "#$PunchingSomething mudBareHandDamage: 8d8+26"^^xsd:string ,
3386
		     "+mudToHitArmorClass0: 6"^^xsd:string ,
3387
		     "ACT_FRIEND"^^xsd:string ,
3388
		     "ACT_STAY_ZONE"^^xsd:string ,
3389
		     "Alexander"^^xsd:string ,
3390
		     "Alexander Rozhenko is Worf's son"^^xsd:string ,
3391
		     "Alexander Rozhenko is here, practicing laughing hour"^^xsd:string ,
3392
		     "HELPER"^^xsd:string ,
3393
		     "He's quite small, but since he's a Klingon he's very strong"^^xsd:string ,
3394
		     "His mother was half human and half Klingon, so Alexander is 3/4 Klingon"^^xsd:string ,
3395
		     "MEMORY"^^xsd:string ,
3396
		     "NOBASH"^^xsd:string ,
3397
		     "NOBLIND"^^xsd:string ,
3398
		     "NOCHARM"^^xsd:string ,
3399
		     "NPC_DETECT_INVIS"^^xsd:string ,
3400
		     "NPC_NOTRACK"^^xsd:string ,
3401
		     "alexander"^^xsd:string ,
3402
		     "alexander rozhenko"^^xsd:string ,
3403
		     "mudBareHandDamage: 8d8+26"^^xsd:string ,
3404
		     "mudMaxHitPoints: 8d8+1600"^^xsd:string ,
3405
		     "rozhenko"^^xsd:string .
3406
3407
mud:ProtectiveAttire
3408
	a owl:Class ;
3409
	mud:mpred_arity 1 ;
3410
	rdfs:subClassOf mud:possessable ,
3411
			mud:wearable ,
3412
			mud:wieldable .
3413
3414
mud:RodShapedObject
3415
	a owl:Class ;
3416
	mud:mpred_arity 1 .
3417
3418
mud:ShipMap
3419
	a owl:Class ;
3420
	mud:mpred_arity 1 ;
3421
	rdfs:subClassOf mud:TemporallyExistingThing .
3422
3423
mud:ShipMap123
3424
	a mud:ShipMap ,
3425
	  mud:item ;
3426
	mud:charge 140 ;
3427
	mud:height 0 ;
3428
	mud:listPrice 0 ;
3429
	mud:localityOfObject mud:Area1000 ;
3430
	mud:opaqueness 100 .
3431
3432
mud:SomethingToWear
3433
	a owl:Class ;
3434
	mud:mpred_arity 1 ;
3435
	rdfs:subClassOf mud:possessable ,
3436
			mud:wearable .
3437
3438
mud:TemporallyExistingThing
3439
	a owl:Class ;
3440
	mud:mpred_arity 1 .
3441
3442
mud:Weapon
3443
	a owl:Class ;
3444
	mud:mpred_arity 1 ;
3445
	rdfs:subClassOf mud:wieldable .
3446
3447
mud:act_affect
3448
	mud:mpred_arity 3 ;
3449
	mud:mpred_prop mud:multiValued .
3450
3451
mud:act_term
3452
	mud:mpred_arity 2 .
3453
3454
mud:action
3455
	a mud:formattype ,
3456
	  owl:Class ;
3457
	mud:mpred_arity 1 .
3458
3459
mud:action_info
3460
	mud:mpred_arity 2 ;
3461
	mud:mpred_prop mud:argsIsaInList .
3462
3463
mud:action_rules
3464
	mud:mpred_arity 4 ;
3465
	mud:mpred_prop mud:multiValued .
3466
3467
mud:action_verb_useable
3468
	mud:mpred_arity 4 ;
3469
	mud:mpred_prop mud:argsIsaInList .
3470
3471
mud:actiontype
3472
	a owl:Class ;
3473
	mud:mpred_arity 1 ;
3474
	mud:mpred_prop mud:argsIsaInList .
3475
3476
mud:activeAgent
3477
	a owl:Class ;
3478
	mud:mpred_arity 1 .
3479
3480
mud:actor
3481
	a owl:Class ;
3482
	mud:mpred_arity 1 ;
3483
	rdfs:subClassOf mud:agent .
3484
3485
mud:agent
3486
	a owl:Class ;
3487
	mud:mpred_arity 1 ;
3488
	mud:mpred_prop mud:flag ,
3489
		       mud:negationByFailure ;
3490
	mud:type_max_charge 120 ;
3491
	rdfs:subClassOf mud:channel ,
3492
			mud:obj ,
3493
			mud:spatialthing ,
3494
			knowrob:Agent-Generic ;
3495
	owl:disjointWith mud:item .
3496
3497
mud:agentRoute
3498
	mud:mpred_arity 3 .
3499
3500
mud:agent_call_command
3501
	mud:mpred_arity 2 ;
3502
	mud:mpred_prop mud:argsIsaInList .
3503
3504
mud:agent_current_action
3505
	mud:mpred_arity 2 .
3506
3507
mud:agent_done
3508
	mud:mpred_arity 2 .
3509
3510
mud:agent_text_command
3511
	mud:mpred_arity 4 ;
3512
	mud:mpred_prop mud:argsIsaInList .
3513
3514
mud:agent_turnnum
3515
	mud:mpred_arity 2 ;
3516
	mud:mpred_prop mud:singleValued .
3517
3518
mud:agenttype
3519
	a owl:Class ;
3520
	mud:mpred_arity 1 ;
3521
	rdfs:subClassOf rdf:type .
3522
3523
mud:apath
3524
	a mud:formattype ;
3525
	mud:resultIsa mud:areaPath .
3526
3527
mud:apple
3528
	a mud:createableType ,
3529
	  owl:Class ;
3530
	mud:mpred_arity 1 ;
3531
	rdfs:subClassOf mud:TemporallyExistingThing ,
3532
			mud:food ,
3533
			mud:obj .
3534
3535
mud:areaPath
3536
	a owl:Class ;
3537
	mud:mpred_arity 1 ;
3538
	rdfs:subClassOf mud:door .
3539
3540
mud:argFormat
3541
	mud:mpred_arity 3 ;
3542
	mud:mpred_prop mud:argsIsaInList .
3543
3544
mud:argIsa
3545
	mud:mpred_arity 3 ;
3546
	mud:mpred_prop mud:argsIsaInList .
3547
3548
mud:argsIsaInList
3549
	a owl:Class ;
3550
	rdfs:subClassOf mud:mpred ,
3551
			mud:relation .
3552
3553
mud:armorLevel
3554
	mud:mpred_arity 2 ;
3555
	mud:mpred_prop mud:singleValued .
3556
3557
mud:art
3558
	a owl:Class ;
3559
	mud:mpred_arity 1 .
3560
3561
mud:ask_module
3562
	mud:mpred_arity 2 ;
3563
	mud:mpred_prop mud:multiValued .
3564
3565
mud:ask_predicate
3566
	mud:mpred_arity 2 ;
3567
	mud:mpred_prop mud:multiValued .
3568
3569
mud:assert_with_pred
3570
	mud:mpred_arity 2 ;
3571
	mud:mpred_prop mud:multiValued .
3572
3573
mud:assertionMacroHead
3574
	a owl:Class ;
3575
	mud:mpred_arity 1 ;
3576
	rdfs:subClassOf mud:mpred ,
3577
			mud:relation .
3578
3579
mud:atloc
3580
	mud:mpred_arity 2 ;
3581
	mud:mpred_prop mud:singleValued .
3582
3583
mud:atom
3584
	a mud:formattype ;
3585
	mud:subft mud:term .
3586
3587
mud:atomic_invariants
3588
	mud:mpred_arity 1 ;
3589
	mud:mpred_prop mud:dyn .
3590
3591
mud:atomic_invariantsC
3592
	mud:mpred_arity 1 ;
3593
	mud:mpred_prop mud:dyn .
3594
3595
mud:attack
3596
	mud:mpred_arity 2 ;
3597
	mud:mpred_prop mud:singleValued .
3598
3599
mud:authorWas
3600
	mud:mpred_prop mud:prologBuiltin .
3601
3602
mud:back_yard
3603
	a mud:createableType ,
3604
	  owl:Class ;
3605
	mud:mpred_arity 1 ;
3606
	rdfs:subClassOf mud:region ,
3607
			mud:spatialthing ,
3608
			mud:yard .
3609
3610
mud:back_yard777
3611
	a mud:back_yard ,
3612
	  mud:region ;
3613
	mud:height 0 ;
3614
	mud:opaqueness 1 .
3615
3616
mud:bad_instance
3617
	mud:mpred_prop mud:prologBuiltin .
3618
3619
mud:ball
3620
	a mud:createableType ,
3621
	  owl:Class ;
3622
	mud:mpred_arity 1 ;
3623
	rdfs:subClassOf mud:item ,
3624
			mud:obj ,
3625
			mud:throwable .
3626
3627
mud:ball777
3628
	a mud:ball ,
3629
	  mud:item ;
3630
	mud:charge 140 ;
3631
	mud:color mud:red ;
3632
	mud:height 0 ;
3633
	mud:listPrice 0 ;
3634
	mud:localityOfObject mud:back_yard777 ;
3635
	mud:material mud:rubber ;
3636
	mud:opaqueness 100 ;
3637
	mud:shape mud:spherical ;
3638
	mud:size mud:medium ;
3639
	mud:texture mud:bumpy .
3640
3641
mud:bar
3642
	a owl:Class ;
3643
	mud:mpred_arity 1 ;
3644
	rdfs:subClassOf mud:hassurface .
3645
3646
mud:bath_room
3647
	a mud:createableType ,
3648
	  owl:Class ;
3649
	mud:mpred_arity 1 ;
3650
	rdfs:subClassOf mud:region ,
3651
			mud:room ,
3652
			mud:spatialthing .
3653
3654
mud:bath_room777
3655
	a mud:bath_room ,
3656
	  mud:region ;
3657
	mud:height 0 ;
3658
	mud:opaqueness 1 .
3659
3660
mud:bath_room_furnature
3661
	a owl:Class ;
3662
	mud:mpred_arity 1 .
3663
3664
mud:bathtub
3665
	a mud:createableType ,
3666
	  owl:Class ;
3667
	mud:mpred_arity 1 ;
3668
	mud:subclass mud:TemporallyExistingThing ;
3669
	rdfs:subClassOf mud:TemporallyExistingThing ,
3670
			mud:bath_room_furnature ,
3671
			mud:furniture ,
3672
			mud:obj .
3673
3674
mud:bathtub777
3675
	a mud:bathtub ,
3676
	  mud:furniture ,
3677
	  mud:item ,
3678
	  mud:obj ,
3679
	  mud:spatialthing ,
3680
	  mud:useable ;
3681
	mud:charge 140 ;
3682
	mud:height 0 ;
3683
	mud:listPrice 0 ;
3684
	mud:localityOfObject mud:bath_room777 ;
3685
	mud:opaqueness 100 .
3686
3687
mud:bed
3688
	a mud:createableType ,
3689
	  owl:Class ;
3690
	mud:mpred_arity 1 ;
3691
	rdfs:subClassOf mud:TemporallyExistingThing ,
3692
			mud:bed_room_furnature ,
3693
			mud:furniture ,
3694
			mud:mattress ,
3695
			mud:obj ,
3696
			mud:spatialthing .
3697
3698
mud:bed777
3699
	a mud:bed ;
3700
	mud:charge 140 ;
3701
	mud:height 0 ;
3702
	mud:listPrice 0 ;
3703
	mud:localityOfObject mud:bed_room777 ;
3704
	mud:opaqueness 100 .
3705
3706
mud:bed_room
3707
	a mud:createableType ,
3708
	  owl:Class ;
3709
	mud:mpred_arity 1 ;
3710
	rdfs:subClassOf mud:region ,
3711
			mud:room ,
3712
			mud:spatialthing .
3713
3714
mud:bed_room777
3715
	a mud:bed_room ,
3716
	  mud:region ;
3717
	mud:doorBetween mud:closet_room777 ;
3718
	mud:height 0 ;
3719
	mud:opaqueness 1 .
3720
3721
mud:bed_room_furnature
3722
	a owl:Class ;
3723
	mud:mpred_arity 1 .
3724
3725
mud:bedding
3726
	a owl:Class ;
3727
	mud:mpred_arity 1 ;
3728
	rdfs:subClassOf mud:foldable .
3729
3730
mud:blanket
3731
	a mud:createableType ,
3732
	  owl:Class ;
3733
	mud:mpred_arity 1 ;
3734
	rdfs:subClassOf mud:bedding ,
3735
			mud:item ,
3736
			mud:obj .
3737
3738
mud:blanket777
3739
	a mud:blanket ,
3740
	  mud:item ;
3741
	mud:charge 140 ;
3742
	mud:color mud:dark ,
3743
		  mud:green ;
3744
	mud:height 0 ;
3745
	mud:listPrice 0 ;
3746
	mud:localityOfObject mud:bed777 ;
3747
	mud:material mud:rayon ;
3748
	mud:opaqueness 100 ;
3749
	mud:shape mud:rectangular ;
3750
	mud:size mud:bulky ,
3751
		 mud:large ;
3752
	mud:texture mud:plush ,
3753
		    mud:soft .
3754
3755
mud:book
3756
	a mud:createableType ,
3757
	  owl:Class ,
3758
	  owl:Property ;
3759
	mud:mpred_arity 1 ;
3760
	rdfs:subClassOf mud:TemporallyExistingThing ,
3761
			mud:obj ,
3762
			mud:readable .
3763
3764
mud:book_type_a
3765
	a mud:createableType ,
3766
	  owl:Class ;
3767
	mud:mpred_arity 1 ;
3768
	rdfs:subClassOf mud:item .
3769
3770
mud:book_type_b
3771
	a mud:createableType ,
3772
	  owl:Class ;
3773
	mud:mpred_arity 1 ;
3774
	rdfs:subClassOf mud:item .
3775
3776
mud:bookcase
3777
	a mud:createableType ,
3778
	  owl:Class ;
3779
	mud:mpred_arity 1 ;
3780
	rdfs:subClassOf mud:item ,
3781
			mud:obj ,
3782
			mud:wall_furnature .
3783
3784
mud:bookcase777
3785
	a mud:bookcase ,
3786
	  mud:item ,
3787
	  mud:obj ,
3788
	  mud:spatialthing ;
3789
	mud:charge 140 ;
3790
	mud:color mud:brown ,
3791
		  mud:dark ,
3792
		  mud:shiney ;
3793
	mud:height 0 ;
3794
	mud:listPrice 0 ;
3795
	mud:localityOfObject mud:living_room777 ;
3796
	mud:material mud:wood ;
3797
	mud:opaqueness 100 ;
3798
	mud:shape mud:concave_polyhedron ,
3799
		  mud:square ;
3800
	mud:size mud:large ;
3801
	mud:texture mud:smooth ;
3802
	mud:weight 60 .
3803
3804
mud:boolean
3805
	a mud:formattype .
3806
3807
mud:bottom_drawer
3808
	a mud:createableType ,
3809
	  owl:Class ;
3810
	mud:mpred_arity 1 ;
3811
	rdfs:subClassOf mud:drawer ,
3812
			mud:item ,
3813
			mud:obj ,
3814
			mud:partof_furnature .
3815
3816
mud:bottom_drawer777
3817
	a mud:bottom_drawer ,
3818
	  mud:item ,
3819
	  mud:obj ,
3820
	  mud:spatialthing ;
3821
	mud:charge 140 ;
3822
	mud:color mud:brown ,
3823
		  mud:shiney ;
3824
	mud:height 0 ;
3825
	mud:listPrice 0 ;
3826
	mud:localityOfObject mud:dresser777 ;
3827
	mud:material mud:wood ;
3828
	mud:opaqueness 100 ;
3829
	mud:shape mud:concave_polyhedron ,
3830
		  mud:rectangular ;
3831
	mud:size mud:medium ;
3832
	mud:texture mud:smooth .
3833
3834
mud:broccoli
3835
	a mud:createableType ,
3836
	  owl:Class ;
3837
	mud:mpred_arity 1 ;
3838
	rdfs:subClassOf mud:food ,
3839
			mud:item ,
3840
			mud:obj .
3841
3842
mud:broccoli777
3843
	a mud:broccoli ,
3844
	  mud:item ;
3845
	mud:charge 140 ;
3846
	mud:color mud:green ;
3847
	mud:height 0 ,
3848
		   1 ;
3849
	mud:kwLabel mud:fd ;
3850
	mud:listPrice 0 ;
3851
	mud:localityOfObject mud:kitchen777 ;
3852
	mud:opaqueness 100 ;
3853
	mud:size mud:small ;
3854
	mud:texture mud:bumpy ,
3855
		    mud:porous ;
3856
	mud:weight 1 .
3857
3858
mud:call_look_proc
3859
	mud:mpred_prop mud:prologBuiltin .
3860
3861
mud:call_mpred
3862
	mud:mpred_prop mud:prologBuiltin .
3863
3864
mud:candle
3865
	a mud:createableType ,
3866
	  owl:Class ;
3867
	mud:mpred_arity 1 ;
3868
	rdfs:subClassOf mud:item ,
3869
			mud:obj ,
3870
			mud:portable_device .
3871
3872
mud:candle777
3873
	a mud:candle ,
3874
	  mud:item ,
3875
	  mud:obj ,
3876
	  mud:portable ,
3877
	  mud:portable_device ,
3878
	  mud:spatialthing ,
3879
	  mud:takeable ;
3880
	mud:charge 140 ;
3881
	mud:color mud:blue ;
3882
	mud:height 0 ;
3883
	mud:listPrice 0 ;
3884
	mud:localityOfObject mud:kitchen777 ;
3885
	mud:material mud:wax ;
3886
	mud:opaqueness 100 ;
3887
	mud:shape mud:triangular ;
3888
	mud:size mud:small ;
3889
	mud:texture mud:sticky .
3890
3891
mud:cellar
3892
	a mud:createableType ,
3893
	  owl:Class ;
3894
	mud:mpred_arity 1 ;
3895
	rdfs:subClassOf mud:region ,
3896
			mud:spatialthing .
3897
3898
mud:cellar777
3899
	a mud:cellar ,
3900
	  mud:region ;
3901
	mud:height 0 ;
3902
	mud:opaqueness 1 .
3903
3904
mud:chair
3905
	a owl:Class ;
3906
	mud:mpred_arity 1 ;
3907
	rdfs:subClassOf mud:furniture ,
3908
			mud:sittable .
3909
3910
mud:channel
3911
	a owl:Class ;
3912
	mud:mpred_arity 1 .
3913
3914
mud:chargable
3915
	a owl:Class ;
3916
	mud:mpred_arity 1 .
3917
3918
mud:charge
3919
	a owl:FunctionalProperty ;
3920
	mud:mpred_arity 2 ;
3921
	mud:mpred_prop mud:singleValued .
3922
3923
mud:chargeCapacity
3924
	mud:mpred_arity 2 ;
3925
	mud:mpred_prop mud:singleValued .
3926
3927
mud:chargeRemaining
3928
	mud:mpred_arity 2 ;
3929
	mud:mpred_prop mud:singleValued .
3930
3931
mud:chargeable
3932
	a owl:Class ;
3933
	mud:mpred_arity 1 ;
3934
	rdfs:subClassOf mud:item .
3935
3936
mud:check_consistent
3937
	mud:mpred_prop mud:prologBuiltin .
3938
3939
mud:closeable
3940
	a owl:Class ;
3941
	mud:mpred_arity 1 .
3942
3943
mud:closed_node
3944
	mud:mpred_arity 6 ;
3945
	mud:mpred_prop mud:dyn .
3946
3947
mud:closet_room
3948
	a mud:createableType ,
3949
	  owl:Class ;
3950
	mud:mpred_arity 1 ;
3951
	rdfs:subClassOf mud:region ,
3952
			mud:room ,
3953
			mud:spatialthing .
3954
3955
mud:closet_room777
3956
	a mud:closet_room ,
3957
	  mud:region ;
3958
	mud:height 0 ;
3959
	mud:opaqueness 1 .
3960
3961
mud:clothes_dryer
3962
	a owl:Class ;
3963
	mud:mpred_arity 1 ;
3964
	rdfs:subClassOf mud:dryer ,
3965
			mud:furniture .
3966
3967
mud:clothing
3968
	a owl:Class ;
3969
	mud:mpred_arity 1 ;
3970
	rdfs:subClassOf mud:foldable ,
3971
			mud:washable ,
3972
			mud:wearable .
3973
3974
mud:cmdfailure
3975
	mud:mpred_arity 2 ;
3976
	mud:mpred_prop mud:multiValued .
3977
3978
mud:cmdsuccess
3979
	mud:mpred_arity 2 ;
3980
	mud:mpred_prop mud:multiValued .
3981
3982
mud:coat
3983
	a mud:createableType ,
3984
	  owl:Class ;
3985
	mud:mpred_arity 1 ;
3986
	rdfs:subClassOf mud:clothing ,
3987
			mud:item ,
3988
			mud:obj .
3989
3990
mud:coat777
3991
	a mud:coat ,
3992
	  mud:item ;
3993
	mud:charge 140 ;
3994
	mud:color mud:black ;
3995
	mud:height 0 ;
3996
	mud:listPrice 0 ;
3997
	mud:localityOfObject mud:closet_room777 ;
3998
	mud:material mud:cotton ,
3999
		     mud:rayon ,
4000
		     mud:wool ;
4001
	mud:opaqueness 100 ;
4002
	mud:size mud:fits ,
4003
		 mud:medium ;
4004
	mud:texture mud:coarse .
4005
4006
mud:coffee
4007
	a mud:createableType ,
4008
	  owl:Class ;
4009
	mud:mpred_arity 1 ;
4010
	rdfs:subClassOf mud:item ,
4011
			mud:liquid ,
4012
			mud:obj .
4013
4014
mud:coffee777
4015
	a mud:coffee ,
4016
	  mud:item ;
4017
	mud:charge 140 ;
4018
	mud:color mud:black ,
4019
		  mud:brown ;
4020
	mud:height 0 ;
4021
	mud:listPrice 0 ;
4022
	mud:localityOfObject mud:coffee_cup777 ;
4023
	mud:material mud:liquid ;
4024
	mud:opaqueness 100 ;
4025
	mud:shape mud:fluid ;
4026
	mud:size mud:small ;
4027
	mud:texture mud:wet .
4028
4029
mud:coffee_cup
4030
	a mud:createableType ,
4031
	  owl:Class ;
4032
	mud:mpred_arity 1 ;
4033
	rdfs:subClassOf mud:drinkable ,
4034
			mud:item ,
4035
			mud:liquid_container ,
4036
			mud:obj ,
4037
			mud:spatialthing ,
4038
			mud:throwable .
4039
4040
mud:coffee_cup777
4041
	a mud:coffee_cup ,
4042
	  mud:item ;
4043
	mud:charge 140 ;
4044
	mud:color mud:black ,
4045
		  mud:brown ;
4046
	mud:height 0 ;
4047
	mud:listPrice 0 ;
4048
	mud:localityOfObject mud:kitchen777 ;
4049
	mud:material mud:glass ;
4050
	mud:opaqueness 100 ;
4051
	mud:shape mud:cuplike ;
4052
	mud:size mud:small ;
4053
	mud:texture mud:smooth .
4054
4055
mud:coffee_table
4056
	a mud:createableType ,
4057
	  owl:Class ;
4058
	mud:mpred_arity 1 ;
4059
	rdfs:subClassOf mud:item ,
4060
			mud:living_room_furnature ,
4061
			mud:obj ,
4062
			mud:spatialthing ,
4063
			mud:table .
4064
4065
mud:coffee_table777
4066
	a mud:coffee_table ,
4067
	  mud:item ,
4068
	  mud:table ;
4069
	mud:charge 140 ;
4070
	mud:color mud:blue ,
4071
		  mud:brown ,
4072
		  mud:shiney ,
4073
		  mud:white ;
4074
	mud:height 0 ;
4075
	mud:listPrice 0 ;
4076
	mud:localityOfObject mud:living_room777 ;
4077
	mud:material mud:wood ;
4078
	mud:opaqueness 100 ;
4079
	mud:shape mud:circular ,
4080
		  mud:oval ;
4081
	mud:size mud:large ,
4082
		 mud:medium ;
4083
	mud:texture mud:bumpy ,
4084
		    mud:irregular ,
4085
		    mud:smooth ;
4086
	mud:weight 35 ,
4087
		   50 .
4088
4089
mud:color
4090
	mud:mpred_arity 2 .
4091
4092
mud:completeExtentAsserted
4093
	a owl:Class ;
4094
	mud:mpred_arity 1 .
4095
4096
mud:computer
4097
	a mud:createableType ,
4098
	  owl:Class ;
4099
	mud:mpred_arity 1 ;
4100
	rdfs:subClassOf mud:item ,
4101
			mud:obj ,
4102
			mud:office_furnature .
4103
4104
mud:computer777
4105
	a mud:computer ,
4106
	  mud:item ;
4107
	mud:charge 140 ;
4108
	mud:color mud:grey ;
4109
	mud:height 0 ;
4110
	mud:listPrice 0 ;
4111
	mud:localityOfObject mud:desk777 ;
4112
	mud:material mud:plastic ;
4113
	mud:opaqueness 100 ;
4114
	mud:shape mud:cubular ,
4115
		  mud:rectangular ;
4116
	mud:size mud:medium ;
4117
	mud:texture mud:smooth .
4118
4119
mud:consumable
4120
	a owl:Class ;
4121
	mud:mpred_arity 1 .
4122
4123
mud:container
4124
	mud:mpred_arity 1 ;
4125
	rdfs:subClassOf mud:hasobjs .
4126
4127
mud:corpsea
4128
	a owl:Class ;
4129
	mud:mpred_arity 1 .
4130
4131
mud:corpseb
4132
	a owl:Class ;
4133
	mud:mpred_arity 1 .
4134
4135
mud:corpsec
4136
	a owl:Class ;
4137
	mud:mpred_arity 1 .
4138
4139
mud:couch
4140
	a owl:Class ;
4141
	mud:mpred_arity 1 ;
4142
	rdfs:subClassOf mud:sittable .
4143
4144
mud:counter
4145
	a owl:Class ;
4146
	mud:mpred_arity 1 ;
4147
	rdfs:subClassOf mud:hassurface .
4148
4149
mud:crackers
4150
	a mud:createableType ,
4151
	  owl:Class ;
4152
	mud:mpred_arity 1 ;
4153
	rdfs:subClassOf mud:food ,
4154
			mud:item ,
4155
			mud:obj .
4156
4157
mud:crackers777
4158
	a mud:crackers ,
4159
	  mud:item ;
4160
	mud:charge 140 ;
4161
	mud:color mud:tan ;
4162
	mud:height 0 ,
4163
		   1 ;
4164
	mud:kwLabel mud:fd ;
4165
	mud:listPrice 0 ;
4166
	mud:localityOfObject mud:kitchen777 ;
4167
	mud:opaqueness 100 ;
4168
	mud:shape mud:circular ,
4169
		  mud:flat ;
4170
	mud:size mud:small ;
4171
	mud:texture mud:coarse ,
4172
		    mud:dry ;
4173
	mud:weight 1 .
4174
4175
mud:createableSubclassType
4176
	mud:mpred_arity 2 .
4177
4178
mud:createableType
4179
	a owl:Class ;
4180
	mud:mpred_arity 1 ;
4181
	rdfs:subClassOf rdf:type ;
4182
	owl:disjointWith mud:nonCreatableType .
4183
4184
mud:crib
4185
	a owl:Class ;
4186
	mud:mpred_arity 1 ;
4187
	rdfs:subClassOf mud:layable .
4188
4189
mud:current_agent
4190
	mud:mpred_prop mud:prologBuiltin .
4191
4192
mud:current_num
4193
	mud:mpred_arity 2 ;
4194
	mud:mpred_prop mud:dyn .
4195
4196
mud:current_pronoun
4197
	mud:mpred_prop mud:prologBuiltin .
4198
4199
mud:default_inst_props
4200
	mud:mpred_arity 3 ;
4201
	mud:mpred_prop mud:prologOnly .
4202
4203
mud:default_sv
4204
	mud:mpred_arity 3 ;
4205
	mud:mpred_prop mud:argsIsaInList .
4206
4207
mud:default_type_props
4208
	mud:mpred_arity 2 ;
4209
	mud:mpred_prop mud:prologOnly .
4210
4211
mud:defence
4212
	mud:mpred_arity 2 ;
4213
	mud:mpred_prop mud:singleValued .
4214
4215
mud:deleted
4216
	mud:mpred_arity 1 ;
4217
	mud:mpred_prop mud:flag ,
4218
		       mud:negationByFailure .
4219
4220
mud:deliverable_location_events
4221
	mud:mpred_prop mud:prologBuiltin .
4222
4223
mud:descriptionHere
4224
	mud:mpred_arity 2 ;
4225
	mud:mpred_prop mud:multiValued ,
4226
		       mud:ordered .
4227
4228
mud:desk
4229
	a mud:createableType ,
4230
	  owl:Class ;
4231
	mud:mpred_arity 1 ;
4232
	rdfs:subClassOf mud:item ,
4233
			mud:obj ,
4234
			mud:office_room_furnature ,
4235
			mud:spatialthing .
4236
4237
mud:desk777
4238
	a mud:desk ,
4239
	  mud:item ;
4240
	mud:charge 140 ;
4241
	mud:color mud:brown ,
4242
		  mud:shiney ;
4243
	mud:height 0 ;
4244
	mud:listPrice 0 ;
4245
	mud:localityOfObject mud:office_room777 ;
4246
	mud:opaqueness 100 ;
4247
	mud:shape mud:cubular ,
4248
		  mud:rectangular ;
4249
	mud:size mud:large ;
4250
	mud:texture mud:ridged ,
4251
		    mud:smooth ;
4252
	mud:weight 175 .
4253
4254
mud:determinerString
4255
	mud:mpred_arity 2 ;
4256
	mud:mpred_prop mud:multiValued .
4257
4258
mud:device
4259
	a owl:Class ;
4260
	mud:mpred_arity 1 ;
4261
	rdfs:subClassOf mud:useable .
4262
4263
mud:device_furnature
4264
	a owl:Class ;
4265
	mud:mpred_arity 1 ;
4266
	rdfs:subClassOf mud:furnature .
4267
4268
mud:dice
4269
	a mud:formattype ;
4270
	mud:subft xsd:int .
4271
4272
mud:dining_room
4273
	a mud:createableType ,
4274
	  owl:Class ;
4275
	mud:mpred_arity 1 ;
4276
	rdfs:subClassOf mud:region ,
4277
			mud:room .
4278
4279
mud:dining_room777
4280
	a mud:dining_room ,
4281
	  mud:region ;
4282
	mud:doorBetween mud:kitchen777 ;
4283
	mud:height 0 ;
4284
	mud:opaqueness 1 .
4285
4286
mud:dir
4287
	a mud:formattype ,
4288
	  owl:Class ;
4289
	mud:mpred_arity 1 ;
4290
	mud:subft xsd:string .
4291
4292
mud:directions
4293
	mud:mpred_arity 2 ;
4294
	mud:mpred_prop mud:listValued .
4295
4296
mud:dirt
4297
	a owl:Class ;
4298
	mud:mpred_arity 1 .
4299
4300
mud:discoverableType
4301
	a owl:Class ;
4302
	mud:mpred_arity 1 ;
4303
	rdfs:subClassOf rdf:type .
4304
4305
mud:domain_name
4306
	mud:mpred_arity 1 ;
4307
	mud:mpred_prop mud:dyn .
4308
4309
mud:door
4310
	a owl:Class ;
4311
	mud:mpred_arity 1 ;
4312
	rdfs:subClassOf mud:furniture ,
4313
			mud:item .
4314
4315
mud:doorBetween
4316
	mud:mpred_arity 2 ;
4317
	mud:mpred_prop mud:symmetric .
4318
4319
mud:doorsConnect
4320
	mud:mpred_arity 2 .
4321
4322
mud:drawer
4323
	a owl:Class ;
4324
	mud:mpred_arity 1 ;
4325
	rdfs:subClassOf mud:closeable ,
4326
			mud:container ,
4327
			mud:openable ,
4328
			mud:partof_furnature .
4329
4330
mud:dresser
4331
	a mud:createableType ,
4332
	  owl:Class ;
4333
	mud:mpred_arity 1 ;
4334
	rdfs:subClassOf mud:bed_room_furnature ,
4335
			mud:item ,
4336
			mud:obj ,
4337
			mud:spatialthing .
4338
4339
mud:dresser777
4340
	a mud:dresser ,
4341
	  mud:item ,
4342
	  mud:obj ,
4343
	  mud:spatialthing ;
4344
	mud:charge 140 ;
4345
	mud:color mud:brown ,
4346
		  mud:shiney ;
4347
	mud:height 0 ;
4348
	mud:listPrice 0 ;
4349
	mud:localityOfObject mud:bed_room777 ;
4350
	mud:material mud:wood ;
4351
	mud:opaqueness 100 ;
4352
	mud:shape mud:polyhedral ,
4353
		  mud:rectangular ;
4354
	mud:size mud:large ;
4355
	mud:texture mud:smooth ;
4356
	mud:weight 45 .
4357
4358
mud:drinkable
4359
	a owl:Class ;
4360
	mud:mpred_arity 1 ;
4361
	rdfs:subClassOf mud:item .
4362
4363
mud:dryer
4364
	a owl:Class ;
4365
	mud:mpred_arity 1 .
4366
4367
mud:easy_chair
4368
	a mud:createableType ,
4369
	  owl:Class ;
4370
	mud:mpred_arity 1 ;
4371
	rdfs:subClassOf mud:chair ,
4372
			mud:item ,
4373
			mud:living_room_furnature ,
4374
			mud:obj .
4375
4376
mud:easy_chair777
4377
	a mud:easy_chair ,
4378
	  mud:item ;
4379
	mud:charge 140 ;
4380
	mud:color mud:blue ;
4381
	mud:height 0 ;
4382
	mud:listPrice 0 ;
4383
	mud:localityOfObject mud:living_room777 ;
4384
	mud:material mud:poplin ,
4385
		     mud:wood ;
4386
	mud:opaqueness 100 ;
4387
	mud:shape mud:polyhedral ;
4388
	mud:size mud:large ,
4389
		 mud:narrow ;
4390
	mud:texture mud:ribbed ;
4391
	mud:weight 75 .
4392
4393
mud:eatable
4394
	a owl:Class ;
4395
	mud:mpred_arity 1 ;
4396
	rdfs:subClassOf mud:consumable ,
4397
			mud:item .
4398
4399
mud:edge
4400
	a owl:Class ;
4401
	mud:mpred_arity 1 .
4402
4403
mud:elixer
4404
	a owl:Class ;
4405
	mud:mpred_arity 1 .
4406
4407
mud:envelope
4408
	a mud:createableType ,
4409
	  owl:Class ;
4410
	mud:mpred_arity 1 ;
4411
	rdfs:subClassOf mud:item ,
4412
			mud:obj ,
4413
			mud:office_item ,
4414
			mud:spatialthing .
4415
4416
mud:envelope777
4417
	a mud:envelope ,
4418
	  mud:item ;
4419
	mud:charge 140 ;
4420
	mud:color mud:white ;
4421
	mud:height 0 ;
4422
	mud:listPrice 0 ;
4423
	mud:localityOfObject mud:desk777 ;
4424
	mud:material mud:paper ;
4425
	mud:opaqueness 100 ;
4426
	mud:shape mud:rectangular ;
4427
	mud:size mud:small ;
4428
	mud:texture mud:smooth .
4429
4430
mud:equivRule
4431
	mud:mpred_prop mud:multiValued ,
4432
		       mud:nonGroundOK ,
4433
		       mud:prologOnly .
4434
4435
mud:explorer
4436
	a owl:Class ;
4437
	mud:mpred_arity 1 ;
4438
	rdfs:subClassOf mud:agent .
4439
4440
mud:facing
4441
	mud:mpred_arity 2 ;
4442
	mud:mpred_prop mud:singleValued .
4443
4444
mud:failure
4445
	mud:mpred_arity 2 .
4446
4447
mud:federation
4448
	a owl:Class ;
4449
	mud:mpred_arity 1 .
4450
4451
mud:final_node
4452
	mud:mpred_arity 1 ;
4453
	mud:mpred_prop mud:dyn .
4454
4455
mud:flagged_act_friend
4456
	a owl:Class ;
4457
	mud:mpred_arity 1 .
4458
4459
mud:flagged_act_nice_thief
4460
	a owl:Class ;
4461
	mud:mpred_arity 1 .
4462
4463
mud:flagged_act_sentinel
4464
	a owl:Class ;
4465
	mud:mpred_arity 1 .
4466
4467
mud:flagged_act_stay_zone
4468
	a owl:Class ;
4469
	mud:mpred_arity 1 .
4470
4471
mud:flagged_act_wimpy
4472
	a owl:Class ;
4473
	mud:mpred_arity 1 .
4474
4475
mud:flagged_aware
4476
	a owl:Class ;
4477
	mud:mpred_arity 1 .
4478
4479
mud:flagged_helper
4480
	a owl:Class ;
4481
	mud:mpred_arity 1 .
4482
4483
mud:flagged_memory
4484
	a owl:Class ;
4485
	mud:mpred_arity 1 .
4486
4487
mud:flagged_nobackstab
4488
	a owl:Class ;
4489
	mud:mpred_arity 1 .
4490
4491
mud:flagged_nobash
4492
	a owl:Class ;
4493
	mud:mpred_arity 1 .
4494
4495
mud:flagged_noblind
4496
	a owl:Class ;
4497
	mud:mpred_arity 1 .
4498
4499
mud:flagged_nocharm
4500
	a owl:Class ;
4501
	mud:mpred_arity 1 .
4502
4503
mud:flagged_nosleep
4504
	a owl:Class ;
4505
	mud:mpred_arity 1 .
4506
4507
mud:flagged_nosummon
4508
	a owl:Class ;
4509
	mud:mpred_arity 1 .
4510
4511
mud:flagged_npc_detect_invis
4512
	a owl:Class ;
4513
	mud:mpred_arity 1 .
4514
4515
mud:flagged_npc_notrack
4516
	a owl:Class ;
4517
	mud:mpred_arity 1 .
4518
4519
mud:flagged_npc_sanctuary
4520
	a owl:Class ;
4521
	mud:mpred_arity 1 .
4522
4523
mud:flagged_visor
4524
	a owl:Class ;
4525
	mud:mpred_arity 1 .
4526
4527
mud:flashlight
4528
	a mud:createableType ,
4529
	  owl:Class ;
4530
	mud:mpred_arity 1 ;
4531
	rdfs:subClassOf mud:item ,
4532
			mud:obj ,
4533
			mud:portable_device .
4534
4535
mud:flashlight777
4536
	a mud:flashlight ,
4537
	  mud:item ;
4538
	mud:charge 140 ;
4539
	mud:color mud:yellow ;
4540
	mud:height 0 ;
4541
	mud:listPrice 0 ;
4542
	mud:localityOfObject mud:desk777 ;
4543
	mud:material mud:plastic ;
4544
	mud:opaqueness 100 ;
4545
	mud:shape mud:cylindrical ;
4546
	mud:size mud:medium ,
4547
		 mud:small ;
4548
	mud:texture mud:ribbed .
4549
4550
mud:foldable
4551
	a owl:Class ;
4552
	mud:mpred_arity 1 ;
4553
	rdfs:subClassOf mud:portable .
4554
4555
mud:food
4556
	a owl:Class ;
4557
	mud:mpred_arity 1 ;
4558
	rdfs:subClassOf mud:eatable ,
4559
			mud:item ,
4560
			mud:takeable ,
4561
			knowrob:Food .
4562
4563
mud:formatted
4564
	a owl:Class ;
4565
	mud:mpred_arity 1 ;
4566
	rdfs:subClassOf mud:relation .
4567
4568
mud:formatted_resultIsa
4569
	mud:mpred_arity 2 ;
4570
	mud:mpred_prop mud:argsIsaInList .
4571
4572
mud:formattype
4573
	a owl:Class ;
4574
	mud:mpred_arity 1 ;
4575
	owl:disjointWith mud:item ,
4576
			 mud:obj ,
4577
			 mud:region .
4578
4579
mud:forwardRule
4580
	mud:mpred_arity 2 ;
4581
	mud:mpred_prop mud:argsIsaInList .
4582
4583
mud:fpred
4584
	a owl:Class ;
4585
	mud:mpred_arity 1 ;
4586
	rdfs:subClassOf mud:pred .
4587
4588
mud:fridge
4589
	a mud:createableType ,
4590
	  owl:Class ;
4591
	mud:mpred_arity 1 ;
4592
	mud:subclass mud:TemporallyExistingThing ;
4593
	rdfs:subClassOf mud:TemporallyExistingThing ,
4594
			mud:kitchen_furnature ,
4595
			mud:obj .
4596
4597
mud:fridge777
4598
	a mud:fridge ,
4599
	  mud:obj ,
4600
	  mud:spatialthing ;
4601
	mud:height 0 ;
4602
	mud:localityOfObject mud:kitchen777 ;
4603
	mud:opaqueness 100 .
4604
4605
mud:ft_info
4606
	mud:mpred_arity 2 ;
4607
	mud:mpred_prop mud:argsIsaInList .
4608
4609
mud:furnature
4610
	a owl:Class ;
4611
	mud:mpred_arity 1 .
4612
4613
mud:furniture
4614
	a owl:Class ;
4615
	mud:mpred_arity 1 ;
4616
	rdfs:subClassOf mud:obj ,
4617
			mud:partof ,
4618
			mud:useable .
4619
4620
mud:gOperator
4621
	mud:mpred_arity 3 ;
4622
	mud:mpred_prop mud:dyn .
4623
4624
mud:garden_plant
4625
	a mud:createableType ,
4626
	  owl:Class ;
4627
	mud:mpred_arity 1 ;
4628
	mud:subclass mud:TemporallyExistingThing ;
4629
	rdfs:subClassOf mud:TemporallyExistingThing ,
4630
			mud:obj ,
4631
			mud:outdoor_furnature ,
4632
			mud:plant .
4633
4634
mud:garden_plant777
4635
	a mud:garden_plant ,
4636
	  mud:obj ,
4637
	  mud:spatialthing ;
4638
	mud:height 0 ;
4639
	mud:localityOfObject mud:back_yard777 ;
4640
	mud:opaqueness 100 .
4641
4642
mud:genlInverse
4643
	mud:mpred_arity 2 ;
4644
	mud:mpred_prop mud:multiValued .
4645
4646
mud:genlPreds
4647
	mud:mpred_arity 2 ;
4648
	mud:mpred_prop mud:multiValued .
4649
4650
mud:get_feet
4651
	mud:mpred_arity 2 ;
4652
	mud:mpred_prop mud:listValued .
4653
4654
mud:get_near
4655
	mud:mpred_arity 2 ;
4656
	mud:mpred_prop mud:listValued .
4657
4658
mud:get_percepts
4659
	mud:mpred_arity 2 ;
4660
	mud:mpred_prop mud:listValued .
4661
4662
mud:goal_related
4663
	mud:mpred_arity 3 .
4664
4665
mud:goal_related_search
4666
	mud:mpred_arity 1 ;
4667
	mud:mpred_prop mud:dyn .
4668
4669
mud:gold
4670
	a owl:Class ;
4671
	mud:mpred_arity 1 .
4672
4673
mud:gossup
4674
	a owl:Class ;
4675
	mud:mpred_arity 1 ;
4676
	rdfs:subClassOf mud:channel .
4677
4678
mud:green_apple
4679
	a mud:createableType ,
4680
	  owl:Class ;
4681
	mud:mpred_arity 1 ;
4682
	rdfs:subClassOf mud:apple ,
4683
			mud:item .
4684
4685
mud:grid
4686
	mud:mpred_arity 4 ;
4687
	mud:mpred_prop mud:multiValued .
4688
4689
mud:gsstates
4690
	mud:mpred_arity 3 ;
4691
	mud:mpred_prop mud:dyn .
4692
4693
mud:gsubstate_classes
4694
	mud:mpred_arity 3 ;
4695
	mud:mpred_prop mud:dyn .
4696
4697
mud:gueridon
4698
	a mud:createableType ,
4699
	  owl:Class ;
4700
	mud:mpred_arity 1 ;
4701
	rdfs:subClassOf mud:item ,
4702
			mud:living_room_furnature ,
4703
			mud:obj ,
4704
			mud:spatialthing .
4705
4706
mud:gueridon777
4707
	a mud:gueridon ,
4708
	  mud:item ,
4709
	  mud:obj ,
4710
	  mud:spatialthing ;
4711
	mud:charge 140 ;
4712
	mud:color mud:brown ,
4713
		  mud:shiney ;
4714
	mud:height 0 ;
4715
	mud:listPrice 0 ;
4716
	mud:localityOfObject mud:living_room777 ;
4717
	mud:material mud:wood ;
4718
	mud:opaqueness 100 ;
4719
	mud:shape mud:circular ;
4720
	mud:size mud:medium ;
4721
	mud:texture mud:smooth ;
4722
	mud:weight 25 .
4723
4724
mud:hall
4725
	a mud:createableType ,
4726
	  owl:Class ;
4727
	mud:mpred_arity 1 ;
4728
	rdfs:subClassOf mud:region ,
4729
			mud:spatialthing .
4730
4731
mud:hall777
4732
	a mud:hall ,
4733
	  mud:region ;
4734
	mud:doorBetween mud:bath_room777 ,
4735
			mud:bed_room777 ,
4736
			mud:dining_room777 ,
4737
			mud:living_room777 ;
4738
	mud:height 0 ;
4739
	mud:opaqueness 1 .
4740
4741
mud:hasobjs
4742
	a owl:Class ;
4743
	mud:mpred_arity 1 .
4744
4745
mud:hassurface
4746
	a owl:Class ;
4747
	mud:mpred_arity 1 ;
4748
	rdfs:subClassOf mud:container ,
4749
			mud:hasobjs .
4750
4751
mud:health
4752
	mud:mpred_arity 2 ;
4753
	mud:mpred_prop mud:singleValued .
4754
4755
mud:height
4756
	mud:mpred_arity 2 ;
4757
	mud:mpred_prop mud:singleValued .
4758
4759
mud:height_on_obj
4760
	mud:mpred_arity 2 ;
4761
	mud:mpred_prop mud:singleValued .
4762
4763
mud:hide
4764
	a owl:Class ;
4765
	mud:mpred_arity 1 .
4766
4767
mud:high_box
4768
	a owl:Class ;
4769
	mud:mpred_arity 1 .
4770
4771
mud:high_wall
4772
	a owl:Class ;
4773
	mud:mpred_arity 1 ;
4774
	rdfs:subClassOf mud:wall .
4775
4776
mud:houseplant
4777
	a mud:createableType ,
4778
	  owl:Class ;
4779
	mud:mpred_arity 1 ;
4780
	rdfs:subClassOf mud:item ,
4781
			mud:obj ,
4782
			mud:partof .
4783
4784
mud:houseplant777
4785
	a mud:houseplant ,
4786
	  mud:item ,
4787
	  mud:obj ,
4788
	  mud:spatialthing ;
4789
	mud:charge 140 ;
4790
	mud:color mud:green ;
4791
	mud:height 0 ;
4792
	mud:listPrice 0 ;
4793
	mud:localityOfObject mud:planter777 ;
4794
	mud:material mud:plant_tissue ;
4795
	mud:opaqueness 100 ;
4796
	mud:shape mud:anthurium_crystallinum ;
4797
	mud:size mud:medium ;
4798
	mud:texture mud:smooth .
4799
4800
mud:htn_task
4801
	mud:mpred_arity 3 ;
4802
	mud:mpred_prop mud:dyn .
4803
4804
mud:human_player
4805
	a mud:agenttype ,
4806
	  owl:Class ;
4807
	mud:mpred_arity 1 ;
4808
	rdfs:subClassOf mud:player .
4809
4810
mud:id
4811
	a mud:formattype ;
4812
	mud:subft mud:term .
4813
4814
mud:implied_invariant
4815
	mud:mpred_arity 2 ;
4816
	mud:mpred_prop mud:dyn .
4817
4818
mud:inconsistent_constraint
4819
	mud:mpred_arity 1 ;
4820
	mud:mpred_prop mud:dyn .
4821
4822
mud:inside_of
4823
	mud:genlInverse mud:possess ;
4824
	mud:mpred_arity 2 .
4825
4826
mud:integer
4827
	a mud:formattype ;
4828
	mud:subft mud:number .
4829
4830
mud:inventory
4831
	mud:mpred_arity 2 ;
4832
	mud:mpred_prop mud:listValued .
4833
4834
mud:is_checking_instance
4835
	mud:mpred_prop mud:prologBuiltin .
4836
4837
mud:is_instance_consistent
4838
	mud:mpred_prop mud:prologBuiltin .
4839
4840
mud:is_of_primitive_sort
4841
	mud:mpred_arity 2 ;
4842
	mud:mpred_prop mud:dyn .
4843
4844
mud:is_of_sort
4845
	mud:mpred_arity 2 ;
4846
	mud:mpred_prop mud:dyn .
4847
4848
mud:isa
4849
	mud:mpred_arity 2 ;
4850
	mud:mpred_prop mud:multiValued .
4851
4852
mud:isa_backchaing
4853
	mud:mpred_prop mud:prologBuiltin .
4854
4855
mud:item
4856
	a owl:Class ;
4857
	mud:mpred_arity 1 ;
4858
	mud:mpred_prop mud:flag ,
4859
		       mud:negationByFailure ;
4860
	rdfs:subClassOf mud:TemporallyExistingThing ,
4861
			mud:obj ,
4862
			mud:spatialthing ,
4863
			knowrob:HumanScaleObject .
4864
4865
mud:key
4866
	a mud:createableType ,
4867
	  owl:Class ;
4868
	mud:mpred_arity 1 ;
4869
	rdfs:subClassOf mud:item ,
4870
			mud:obj ,
4871
			mud:office_item .
4872
4873
mud:key777
4874
	a mud:item ,
4875
	  mud:key ;
4876
	mud:localityOfObject mud:envelope777 .
4877
4878
mud:keyword
4879
	mud:mpred_arity 2 ;
4880
	mud:mpred_prop mud:multiValued .
4881
4882
mud:kitchen
4883
	a mud:createableType ,
4884
	  owl:Class ;
4885
	mud:mpred_arity 1 ;
4886
	rdfs:subClassOf mud:region ,
4887
			mud:spatialthing .
4888
4889
mud:kitchen777
4890
	a mud:kitchen ,
4891
	  mud:region ;
4892
	mud:doorBetween mud:Area1000 ,
4893
			mud:back_yard777 ,
4894
			mud:cellar777 ;
4895
	mud:height 0 ;
4896
	mud:opaqueness 1 .
4897
4898
mud:kitchen_counter
4899
	a mud:createableType ,
4900
	  owl:Class ;
4901
	mud:mpred_arity 1 ;
4902
	mud:subclass mud:TemporallyExistingThing ;
4903
	rdfs:subClassOf mud:TemporallyExistingThing ,
4904
			mud:counter ,
4905
			mud:kitchen_furnature ,
4906
			mud:obj ,
4907
			mud:spatialthing .
4908
4909
mud:kitchen_counter777
4910
	a mud:kitchen_counter ,
4911
	  mud:obj ,
4912
	  mud:spatialthing ;
4913
	mud:height 0 ;
4914
	mud:localityOfObject mud:kitchen777 ;
4915
	mud:opaqueness 100 .
4916
4917
mud:kitchen_furnature
4918
	a owl:Class ;
4919
	mud:mpred_arity 1 ;
4920
	rdfs:subClassOf mud:furnature .
4921
4922
mud:kitchen_sink
4923
	a mud:createableType ,
4924
	  owl:Class ;
4925
	mud:mpred_arity 1 ;
4926
	mud:subclass mud:TemporallyExistingThing ;
4927
	rdfs:subClassOf mud:TemporallyExistingThing ,
4928
			mud:kitchen_furnature ,
4929
			mud:obj ,
4930
			mud:sink .
4931
4932
mud:kitchen_sink777
4933
	a mud:furniture ,
4934
	  mud:item ,
4935
	  mud:kitchen_sink ,
4936
	  mud:obj ,
4937
	  mud:sink ,
4938
	  mud:spatialthing ,
4939
	  mud:useable ;
4940
	mud:charge 140 ;
4941
	mud:height 0 ;
4942
	mud:listPrice 0 ;
4943
	mud:localityOfObject mud:kitchen_counter777 ;
4944
	mud:opaqueness 100 .
4945
4946
mud:knife
4947
	a owl:Class ;
4948
	mud:mpred_arity 1 ;
4949
	rdfs:subClassOf mud:item .
4950
4951
mud:kwLabel
4952
	mud:mpred_arity 2 ;
4953
	mud:mpred_prop mud:multiValued .
4954
4955
mud:label_type_props
4956
	mud:mpred_arity 3 .
4957
4958
mud:last_command
4959
	mud:mpred_arity 2 ;
4960
	mud:mpred_prop mud:singleValued .
4961
4962
mud:layable
4963
	a owl:Class ;
4964
	mud:mpred_arity 1 ;
4965
	rdfs:subClassOf mud:sittable .
4966
4967
mud:ledge
4968
	a owl:Class ;
4969
	mud:mpred_arity 1 .
4970
4971
mud:light_switch
4972
	a mud:createableType ,
4973
	  owl:Class ;
4974
	mud:mpred_arity 1 ;
4975
	rdfs:subClassOf mud:item ,
4976
			mud:obj ,
4977
			mud:switch ,
4978
			mud:wall_furnature .
4979
4980
mud:light_switch777
4981
	a mud:item ,
4982
	  mud:light_switch ;
4983
	mud:localityOfObject mud:bed_room777 .
4984
4985
mud:liquid
4986
	a owl:Class ;
4987
	mud:mpred_arity 1 .
4988
4989
mud:liquid_container
4990
	a owl:Class ;
4991
	mud:mpred_arity 1 ;
4992
	rdfs:subClassOf mud:container .
4993
4994
mud:list
4995
	a mud:formattype .
4996
4997
mud:listPrice
4998
	mud:mpred_arity 2 .
4999
5000
mud:listValued
5001
	a owl:Class ;
5002
	mud:mpred_arity 1 ;
5003
	rdfs:subClassOf mud:mpred ,
5004
			mud:relation .
5005
5006
mud:living_room
5007
	a mud:createableType ,
5008
	  owl:Class ;
5009
	mud:mpred_arity 1 ;
5010
	rdfs:subClassOf mud:region ,
5011
			mud:room ,
5012
			mud:spatialthing .
5013
5014
mud:living_room777
5015
	a mud:living_room ,
5016
	  mud:region ;
5017
	mud:doorBetween mud:office_room777 ;
5018
	mud:height 0 ;
5019
	mud:opaqueness 1 .
5020
5021
mud:living_room_furnature
5022
	a owl:Class ;
5023
	mud:mpred_arity 1 .
5024
5025
mud:localityOfObject
5026
	mud:mpred_arity 2 ;
5027
	mud:mpred_prop mud:argsIsaInList .
5028
5029
mud:location_center
5030
	mud:mpred_arity 2 ;
5031
	mud:mpred_prop mud:singleValued .
5032
5033
mud:low_box
5034
	a owl:Class ;
5035
	mud:mpred_arity 1 .
5036
5037
mud:low_wall
5038
	a owl:Class ;
5039
	mud:mpred_arity 1 ;
5040
	rdfs:subClassOf mud:wall .
5041
5042
mud:machine
5043
	a owl:Class ;
5044
	mud:mpred_arity 1 .
5045
5046
mud:material
5047
	mud:mpred_arity 2 .
5048
5049
mud:mattress
5050
	a owl:Class ;
5051
	mud:mpred_arity 1 ;
5052
	rdfs:subClassOf mud:layable .
5053
5054
mud:max_charge
5055
	mud:mpred_arity 2 ;
5056
	mud:mpred_prop mud:singleValued .
5057
5058
mud:max_health
5059
	mud:mpred_arity 2 ;
5060
	mud:mpred_prop mud:singleValued .
5061
5062
mud:memory
5063
	mud:mpred_arity 2 ;
5064
	mud:mpred_prop mud:multiValued .
5065
5066
mud:method
5067
	mud:mpred_arity 6 ;
5068
	mud:mpred_prop mud:dyn .
5069
5070
mud:methodC
5071
	mud:mpred_arity 7 ;
5072
	mud:mpred_prop mud:dyn .
5073
5074
mud:middle_drawer
5075
	a mud:createableType ,
5076
	  owl:Class ;
5077
	mud:mpred_arity 1 ;
5078
	rdfs:subClassOf mud:drawer ,
5079
			mud:item ,
5080
			mud:obj ,
5081
			mud:partof_furnature .
5082
5083
mud:middle_drawer777
5084
	a mud:item ,
5085
	  mud:middle_drawer ;
5086
	mud:localityOfObject mud:dresser777 .
5087
5088
mud:monster
5089
	a owl:Class ;
5090
	mud:mpred_arity 1 .
5091
5092
mud:movedist
5093
	mud:mpred_prop mud:prologBuiltin ,
5094
		       mud:singleValued .
5095
5096
mud:mpred
5097
	a owl:Class ;
5098
	mud:genlPreds mud:mpred ;
5099
	mud:mpred_arity 1 ;
5100
	rdfs:subClassOf mud:pred ,
5101
			mud:relation .
5102
5103
mud:mudBareHandDamage
5104
	mud:mpred_arity 2 ;
5105
	mud:mpred_prop mud:singleValued .
5106
5107
mud:mudLevelOf
5108
	mud:mpred_arity 2 ;
5109
	mud:mpred_prop mud:singleValued .
5110
5111
mud:mudMaxHitPoints
5112
	mud:mpred_arity 2 ;
5113
	mud:mpred_prop mud:singleValued .
5114
5115
mud:mudToHitArmorClass0
5116
	mud:mpred_arity 2 ;
5117
	mud:mpred_prop mud:singleValued .
5118
5119
mud:mud_dictionary
5120
	mud:mpred_arity 2 .
5121
5122
mud:mud_test
5123
	mud:mpred_arity 2 ;
5124
	mud:mpred_prop mud:argsIsaInList .
5125
5126
mud:multi
5127
	mud:mpred_arity 2 ;
5128
	mud:mpred_prop mud:negationByFailure .
5129
5130
mud:multiValued
5131
	a owl:Class ;
5132
	mud:mpred_arity 1 ;
5133
	rdfs:subClassOf mud:mpred ,
5134
			mud:relation .
5135
5136
mud:naf
5137
	mud:mpred_prop mud:prologBuiltin .
5138
5139
mud:nameStrings
5140
	mud:mpred_arity 2 ;
5141
	mud:mpred_prop mud:multiValued .
5142
5143
mud:named
5144
	mud:mpred_arity 2 ;
5145
	mud:mpred_prop mud:multiValued .
5146
5147
mud:nani
5148
	a mud:createableType ,
5149
	  owl:Class ;
5150
	mud:mpred_arity 1 ;
5151
	rdfs:subClassOf mud:art ,
5152
			mud:item ,
5153
			mud:obj ,
5154
			mud:portable ,
5155
			mud:teddybear ,
5156
			mud:washable .
5157
5158
mud:nani777
5159
	a mud:item ,
5160
	  mud:nani ,
5161
	  mud:teddybear ;
5162
	mud:localityOfObject mud:washing_machine777 .
5163
5164
mud:nasty_knife
5165
	a owl:Class ;
5166
	mud:mpred_arity 1 ;
5167
	rdfs:subClassOf mud:knife .
5168
5169
mud:nearby
5170
	mud:mpred_arity 2 ;
5171
	mud:mpred_prop mud:prologBuiltin .
5172
5173
mud:needs_look
5174
	a owl:FunctionalProperty ;
5175
	mud:mpred_arity 2 ;
5176
	mud:mpred_prop mud:completeExtentAsserted ,
5177
		       mud:negationByFailure ,
5178
		       mud:singleValued .
5179
5180
mud:negationByFailure
5181
	a owl:Class ;
5182
	mud:mpred_arity 1 ;
5183
	rdfs:subClassOf mud:mpred ,
5184
			mud:relation .
5185
5186
mud:node
5187
	mud:mpred_arity 5 ;
5188
	mud:mpred_prop mud:dyn .
5189
5190
mud:nonCreatableType
5191
	mud:mpred_arity 1 .
5192
5193
mud:nonGroundOK
5194
	a owl:Class ;
5195
	mud:mpred_arity 1 ;
5196
	rdfs:subClassOf mud:mpred ,
5197
			mud:relation .
5198
5199
mud:not_takable
5200
	a owl:Class ;
5201
	mud:mpred_arity 1 ;
5202
	rdfs:subClassOf mud:takable .
5203
5204
mud:npc_player
5205
	a owl:Class ;
5206
	mud:mpred_arity 1 ;
5207
	rdfs:subClassOf mud:player .
5208
5209
mud:number
5210
	a mud:formattype ;
5211
	mud:subft mud:percent .
5212
5213
mud:nut
5214
	a owl:Class ;
5215
	mud:mpred_arity 1 .
5216
5217
mud:obj
5218
	a owl:Class ;
5219
	mud:mpred_arity 1 ;
5220
	mud:type_max_charge 130 ;
5221
	mud:type_max_health 500 ;
5222
	rdfs:subClassOf mud:spatialthing ;
5223
	owl:disjointWith mud:region .
5224
5225
mud:objects
5226
	mud:mpred_arity 2 ;
5227
	mud:mpred_prop mud:argsIsaInList ,
5228
		       mud:assertionMacroHead ,
5229
		       mud:dyn .
5230
5231
mud:objectsC
5232
	mud:mpred_arity 2 ;
5233
	mud:mpred_prop mud:dyn .
5234
5235
mud:objectsD
5236
	mud:mpred_arity 2 ;
5237
	mud:mpred_prop mud:dyn .
5238
5239
mud:objectsOfSort
5240
	mud:mpred_arity 2 ;
5241
	mud:mpred_prop mud:dyn .
5242
5243
mud:objid
5244
	mud:mpred_arity 2 ;
5245
	mud:mpred_prop mud:singleValued .
5246
5247
mud:office_furnature
5248
	a owl:Class ;
5249
	mud:mpred_arity 1 ;
5250
	rdfs:subClassOf mud:furnature .
5251
5252
mud:office_item
5253
	a owl:Class ;
5254
	mud:mpred_arity 1 ;
5255
	rdfs:subClassOf mud:item .
5256
5257
mud:office_room
5258
	a mud:createableType ,
5259
	  owl:Class ;
5260
	mud:mpred_arity 1 ;
5261
	rdfs:subClassOf mud:region ,
5262
			mud:room ,
5263
			mud:spatialthing .
5264
5265
mud:office_room777
5266
	a mud:office_room ,
5267
	  mud:region ;
5268
	mud:height 0 ;
5269
	mud:opaqueness 1 .
5270
5271
mud:office_room_furnature
5272
	a owl:Class ;
5273
	mud:mpred_arity 1 .
5274
5275
mud:opParent
5276
	mud:mpred_arity 6 ;
5277
	mud:mpred_prop mud:dyn .
5278
5279
mud:op_score
5280
	mud:mpred_arity 2 ;
5281
	mud:mpred_prop mud:dyn .
5282
5283
mud:opaqueness
5284
	mud:mpred_arity 2 .
5285
5286
mud:openable
5287
	a owl:Class ;
5288
	mud:mpred_arity 1 .
5289
5290
mud:operator
5291
	mud:mpred_arity 4 ;
5292
	mud:mpred_prop mud:dyn .
5293
5294
mud:operatorC
5295
	mud:mpred_arity 5 ;
5296
	mud:mpred_prop mud:dyn .
5297
5298
mud:ordered
5299
	a owl:Class ;
5300
	mud:mpred_arity 1 ;
5301
	rdfs:subClassOf mud:mpred ,
5302
			mud:relation .
5303
5304
mud:outdoor_furnature
5305
	a owl:Class ;
5306
	mud:mpred_arity 1 ;
5307
	rdfs:subClassOf mud:furnature .
5308
5309
mud:outlet
5310
	a owl:Class ;
5311
	mud:mpred_arity 1 .
5312
5313
mud:pajamas
5314
	a mud:createableType ,
5315
	  owl:Class ;
5316
	mud:mpred_arity 1 ;
5317
	rdfs:subClassOf mud:clothing ,
5318
			mud:obj .
5319
5320
mud:pajamas777
5321
	a mud:item ,
5322
	  mud:pajamas ;
5323
	mud:localityOfObject mud:stand_table777 .
5324
5325
mud:pajams
5326
	a mud:createableType ,
5327
	  owl:Class ;
5328
	mud:mpred_arity 1 ;
5329
	rdfs:subClassOf mud:item .
5330
5331
mud:pants
5332
	a mud:createableType ,
5333
	  owl:Class ;
5334
	mud:mpred_arity 1 ;
5335
	rdfs:subClassOf mud:clothing ,
5336
			mud:item ,
5337
			mud:obj .
5338
5339
mud:pants777
5340
	a mud:item ,
5341
	  mud:pants ;
5342
	mud:localityOfObject mud:closet_room777 .
5343
5344
mud:partof
5345
	a owl:Class ;
5346
	mud:mpred_arity 1 ;
5347
	rdfs:subClassOf mud:not_takable .
5348
5349
mud:partof_furnature
5350
	a owl:Class ;
5351
	mud:mpred_arity 1 ;
5352
	rdfs:subClassOf mud:furnature ,
5353
			mud:partof .
5354
5355
mud:pathBetween
5356
	mud:mpred_arity 3 ;
5357
	mud:mpred_prop mud:multiValued .
5358
5359
mud:pathBetween_call
5360
	mud:mpred_prop mud:prologBuiltin .
5361
5362
mud:pathName
5363
	mud:mpred_arity 3 ;
5364
	mud:mpred_prop mud:argsIsaInList ,
5365
		       mud:multiValued .
5366
5367
mud:percent
5368
	a mud:formattype ;
5369
	mud:subft mud:number .
5370
5371
mud:permanence
5372
	mud:mpred_arity 3 ;
5373
	mud:mpred_prop mud:singleValued .
5374
5375
mud:pillow
5376
	a mud:createableType ,
5377
	  owl:Class ;
5378
	mud:mpred_arity 1 ;
5379
	rdfs:subClassOf mud:bedding ,
5380
			mud:item ,
5381
			mud:obj .
5382
5383
mud:pillow777
5384
	a mud:item ,
5385
	  mud:pillow ;
5386
	mud:localityOfObject mud:bed777 .
5387
5388
mud:pit
5389
	a owl:Class ;
5390
	mud:mpred_arity 1 .
5391
5392
mud:planner_task
5393
	mud:mpred_arity 3 ;
5394
	mud:mpred_prop mud:dyn .
5395
5396
mud:planner_task_slow
5397
	mud:mpred_arity 3 ;
5398
	mud:mpred_prop mud:dyn .
5399
5400
mud:plant
5401
	a owl:Class ;
5402
	mud:mpred_arity 1 .
5403
5404
mud:planter
5405
	a mud:createableType ,
5406
	  owl:Class ;
5407
	mud:mpred_arity 1 ;
5408
	rdfs:subClassOf mud:container ,
5409
			mud:item ,
5410
			mud:obj ,
5411
			mud:spatialthing .
5412
5413
mud:planter777
5414
	a mud:item ,
5415
	  mud:planter ;
5416
	mud:localityOfObject mud:gueridon777 .
5417
5418
mud:player
5419
	a owl:Class ;
5420
	mud:mpred_arity 1 ;
5421
	rdfs:subClassOf mud:agent .
5422
5423
mud:portable
5424
	a owl:Class ;
5425
	mud:mpred_arity 1 ;
5426
	rdfs:subClassOf mud:takeable .
5427
5428
mud:portable_device
5429
	a owl:Class ;
5430
	mud:mpred_arity 1 ;
5431
	rdfs:subClassOf mud:device ,
5432
			mud:portable .
5433
5434
mud:possess
5435
	mud:genlPreds mud:wearsClothing ;
5436
	mud:mpred_arity 2 ;
5437
	mud:mpred_prop mud:multiValued .
5438
5439
mud:possessable
5440
	a owl:Class ;
5441
	mud:mpred_arity 1 ;
5442
	rdfs:subClassOf mud:item .
5443
5444
mud:posture
5445
	a owl:Class ;
5446
	mud:mpred_arity 1 ;
5447
	rdfs:subClassOf computable:command .
5448
5449
mud:pred
5450
	a owl:Class ;
5451
	mud:mpred_arity 1 ;
5452
	rdfs:subClassOf mud:relation .
5453
5454
mud:predator
5455
	a owl:Class ;
5456
	mud:mpred_arity 1 .
5457
5458
mud:predicates
5459
	mud:mpred_arity 1 ;
5460
	mud:mpred_prop mud:argsIsaInList ,
5461
		       mud:dyn .
5462
5463
mud:prey
5464
	a owl:Class ;
5465
	mud:mpred_arity 1 .
5466
5467
mud:prolog
5468
	a mud:formattype ;
5469
	mud:ft_info mud:true .
5470
5471
mud:prologBuiltin
5472
	a owl:Class ;
5473
	mud:mpred_arity 1 ;
5474
	rdfs:subClassOf mud:mpred ,
5475
			mud:relation .
5476
5477
mud:prologHybrid
5478
	a owl:Class ;
5479
	mud:mpred_arity 1 ;
5480
	rdfs:subClassOf mud:mpred ,
5481
			mud:relation .
5482
5483
mud:prologOnly
5484
	a owl:Class ;
5485
	mud:mpred_arity 1 ;
5486
	rdfs:subClassOf mud:mpred ,
5487
			mud:relation .
5488
5489
mud:readable
5490
	a owl:Class ;
5491
	mud:mpred_arity 1 .
5492
5493
mud:red_apple
5494
	a mud:createableType ,
5495
	  owl:Class ;
5496
	mud:mpred_arity 1 ;
5497
	rdfs:subClassOf mud:apple ,
5498
			mud:item .
5499
5500
mud:region
5501
	a owl:Class ;
5502
	mud:mpred_arity 1 ;
5503
	mud:mpred_prop mud:flag ,
5504
		       mud:negationByFailure ;
5505
	rdfs:subClassOf mud:channel ,
5506
			mud:region ,
5507
			mud:spatialthing ,
5508
			knowrob:FixedStructure ;
5509
	owl:disjointWith mud:obj .
5510
5511
mud:related_op
5512
	mud:mpred_arity 2 ;
5513
	mud:mpred_prop mud:dyn .
5514
5515
mud:relation
5516
	a owl:Class ;
5517
	mud:mpred_arity 1 .
5518
5519
mud:repl_to_string
5520
	mud:mpred_prop mud:prologBuiltin .
5521
5522
mud:repl_writer
5523
	mud:mpred_prop mud:prologBuiltin .
5524
5525
mud:resultIsa
5526
	mud:mpred_arity 2 ;
5527
	mud:mpred_prop mud:argsIsaInList .
5528
5529
mud:rock
5530
	a owl:Class ;
5531
	mud:mpred_arity 1 .
5532
5533
mud:room
5534
	a owl:Class ;
5535
	mud:mpred_arity 1 .
5536
5537
mud:score
5538
	mud:mpred_arity 2 ;
5539
	mud:mpred_prop mud:singleValued .
5540
5541
mud:shape
5542
	mud:mpred_arity 2 ;
5543
	mud:mpred_prop mud:singleValued .
5544
5545
mud:shelf
5546
	a owl:Class ;
5547
	mud:mpred_arity 1 ;
5548
	rdfs:subClassOf mud:hassurface .
5549
5550
mud:shirt
5551
	a mud:createableType ,
5552
	  owl:Class ;
5553
	mud:mpred_arity 1 ;
5554
	rdfs:subClassOf mud:clothing ,
5555
			mud:item ,
5556
			mud:obj .
5557
5558
mud:shirt777
5559
	a mud:item ,
5560
	  mud:shirt ;
5561
	mud:localityOfObject mud:closet_room777 .
5562
5563
mud:shower
5564
	a mud:createableType ,
5565
	  owl:Class ;
5566
	mud:mpred_arity 1 ;
5567
	rdfs:subClassOf mud:bath_room_furnature ,
5568
			mud:furniture ,
5569
			mud:obj .
5570
5571
mud:shower777
5572
	a mud:item ,
5573
	  mud:shower ;
5574
	mud:localityOfObject mud:bath_room777 .
5575
5576
mud:sillyitem
5577
	a owl:Class ;
5578
	mud:mpred_arity 1 ;
5579
	rdfs:subClassOf mud:item .
5580
5581
mud:singleValued
5582
	a owl:Class ;
5583
	rdfs:subClassOf mud:mpred ,
5584
			mud:relation .
5585
5586
mud:sink
5587
	a mud:createableType ,
5588
	  owl:Class ;
5589
	mud:mpred_arity 1 ;
5590
	mud:subclass mud:TemporallyExistingThing ;
5591
	rdfs:subClassOf mud:TemporallyExistingThing ,
5592
			mud:bath_room_furnature ,
5593
			mud:furniture ,
5594
			mud:obj .
5595
5596
mud:sink777
5597
	a mud:item ,
5598
	  mud:sink ;
5599
	mud:localityOfObject mud:bath_room777 .
5600
5601
mud:sittable
5602
	a owl:Class ;
5603
	mud:mpred_arity 1 ;
5604
	rdfs:subClassOf mud:furniture ,
5605
			mud:hassurface .
5606
5607
mud:size
5608
	mud:mpred_arity 2 ;
5609
	mud:mpred_prop mud:argsIsaInList ,
5610
		       mud:singleValued .
5611
5612
mud:skin
5613
	a mud:createableType ,
5614
	  owl:Class ;
5615
	mud:mpred_arity 1 ;
5616
	rdfs:subClassOf mud:item .
5617
5618
mud:sofa
5619
	a mud:createableType ,
5620
	  owl:Class ;
5621
	mud:mpred_arity 1 ;
5622
	rdfs:subClassOf mud:couch ,
5623
			mud:item ,
5624
			mud:living_room_furnature ,
5625
			mud:obj .
5626
5627
mud:sofa777
5628
	a mud:item ,
5629
	  mud:sofa ;
5630
	mud:localityOfObject mud:living_room777 .
5631
5632
mud:solved_node
5633
	mud:mpred_arity 2 ;
5634
	mud:mpred_prop mud:dyn .
5635
5636
mud:somethingDescription
5637
	mud:mpred_arity 2 ;
5638
	mud:mpred_prop mud:argsIsaInList ,
5639
		       mud:assertionMacroHead .
5640
5641
mud:somethingIsa
5642
	mud:mpred_arity 2 ;
5643
	mud:mpred_prop mud:argsIsaInList ,
5644
		       mud:assertionMacroHead .
5645
5646
mud:sorts
5647
	mud:mpred_arity 2 ;
5648
	mud:mpred_prop mud:argsIsaInList ,
5649
		       mud:assertionMacroHead ,
5650
		       mud:dyn .
5651
5652
mud:spatialthing
5653
	a owl:Class ;
5654
	mud:mpred_arity 1 ;
5655
	rdfs:subClassOf computable:visible ,
5656
			knowrob:SpatialThing .
5657
5658
mud:spawn_rate
5659
	mud:mpred_arity 2 ;
5660
	mud:mpred_prop mud:singleValued .
5661
5662
mud:spd
5663
	mud:mpred_arity 2 ;
5664
	mud:mpred_prop mud:singleValued .
5665
5666
mud:stamp
5667
	a mud:createableType ,
5668
	  owl:Class ;
5669
	mud:mpred_arity 1 ;
5670
	rdfs:subClassOf mud:item ,
5671
			mud:obj ,
5672
			mud:office_item .
5673
5674
mud:stamp777
5675
	a mud:item ,
5676
	  mud:stamp ;
5677
	mud:localityOfObject mud:envelope777 .
5678
5679
mud:stance
5680
	mud:mpred_arity 2 .
5681
5682
mud:stand_table
5683
	a mud:createableType ,
5684
	  owl:Class ;
5685
	mud:mpred_arity 1 ;
5686
	rdfs:subClassOf mud:bed_room_furnature ,
5687
			mud:item ,
5688
			mud:obj ,
5689
			mud:spatialthing ,
5690
			mud:table .
5691
5692
mud:stand_table777
5693
	a mud:item ,
5694
	  mud:stand_table ,
5695
	  mud:table ;
5696
	mud:localityOfObject mud:bed_room777 .
5697
5698
mud:stat_total
5699
	mud:mpred_prop mud:prologBuiltin ,
5700
		       mud:singleValued .
5701
5702
mud:stm
5703
	mud:mpred_arity 2 ;
5704
	mud:mpred_prop mud:singleValued .
5705
5706
mud:stove
5707
	a mud:createableType ,
5708
	  owl:Class ;
5709
	mud:mpred_arity 1 ;
5710
	mud:subclass mud:TemporallyExistingThing ;
5711
	rdfs:subClassOf mud:TemporallyExistingThing ,
5712
			mud:kitchen_furnature ,
5713
			mud:obj .
5714
5715
mud:stove777
5716
	a mud:obj ,
5717
	  mud:spatialthing ,
5718
	  mud:stove ;
5719
	mud:height 0 ;
5720
	mud:localityOfObject mud:kitchen777 ;
5721
	mud:opaqueness 100 .
5722
5723
mud:stowable
5724
	a owl:Class ;
5725
	mud:mpred_arity 1 ;
5726
	rdfs:subClassOf mud:wieldable .
5727
5728
mud:stowed
5729
	mud:genlInverse mud:inside_of ;
5730
	mud:mpred_arity 2 .
5731
5732
mud:str
5733
	mud:mpred_arity 2 ;
5734
	mud:mpred_prop mud:singleValued .
5735
5736
mud:subclass
5737
	mud:mpred_arity 2 ;
5738
	mud:mpred_prop mud:multiValued .
5739
5740
mud:subft
5741
	mud:mpred_arity 2 ;
5742
	mud:mpred_prop mud:argsIsaInList .
5743
5744
mud:substate_classes
5745
	mud:mpred_arity 3 ;
5746
	mud:mpred_prop mud:dyn .
5747
5748
mud:success
5749
	mud:mpred_arity 2 ;
5750
	mud:mpred_prop mud:argsIsaInList .
5751
5752
mud:switch
5753
	a owl:Class ;
5754
	mud:mpred_arity 1 .
5755
5756
mud:table
5757
	a mud:createableType ,
5758
	  owl:Class ;
5759
	mud:mpred_arity 1 ;
5760
	rdfs:subClassOf mud:furnature ,
5761
			mud:hassurface ,
5762
			mud:item ,
5763
			mud:obj .
5764
5765
mud:table777
5766
	a mud:item ,
5767
	  mud:table ;
5768
	mud:localityOfObject mud:kitchen777 .
5769
5770
mud:takable
5771
	a owl:Class ;
5772
	mud:mpred_arity 1 .
5773
5774
mud:takeable
5775
	a owl:Class ;
5776
	mud:mpred_arity 1 ;
5777
	rdfs:subClassOf mud:obj .
5778
5779
mud:teddybear
5780
	a mud:createableType ,
5781
	  owl:Class ;
5782
	mud:mpred_arity 1 ;
5783
	rdfs:subClassOf mud:item ,
5784
			mud:treasure .
5785
5786
mud:temp_assertIndivConds
5787
	mud:mpred_arity 1 ;
5788
	mud:mpred_prop mud:dyn .
5789
5790
mud:term
5791
	a mud:formattype ;
5792
	mud:subft mud:prolog .
5793
5794
mud:term_anglify_args
5795
	mud:mpred_prop mud:prologBuiltin .
5796
5797
mud:term_anglify_last
5798
	mud:mpred_prop mud:prologBuiltin .
5799
5800
mud:text
5801
	a mud:formattype ;
5802
	mud:subft mud:term .
5803
5804
mud:texture
5805
	mud:mpred_arity 2 ;
5806
	mud:mpred_prop mud:argsIsaInList .
5807
5808
mud:thinking
5809
	mud:mpred_arity 1 ;
5810
	mud:mpred_prop mud:flag ,
5811
		       mud:negationByFailure .
5812
5813
mud:throwable
5814
	a owl:Class ;
5815
	mud:mpred_arity 1 ;
5816
	rdfs:subClassOf mud:portable .
5817
5818
mud:tn
5819
	mud:mpred_arity 6 ;
5820
	mud:mpred_prop mud:dyn .
5821
5822
mud:toilet
5823
	a mud:createableType ,
5824
	  owl:Class ;
5825
	mud:mpred_arity 1 ;
5826
	rdfs:subClassOf mud:bath_room_furnature ,
5827
			mud:furniture ,
5828
			mud:obj .
5829
5830
mud:toilet777
5831
	a mud:item ,
5832
	  mud:toilet ;
5833
	mud:localityOfObject mud:bath_room777 .
5834
5835
mud:top_drawer
5836
	a mud:createableType ,
5837
	  owl:Class ;
5838
	mud:mpred_arity 1 ;
5839
	rdfs:subClassOf mud:drawer ,
5840
			mud:item ,
5841
			mud:obj ,
5842
			mud:partof_furnature .
5843
5844
mud:top_drawer777
5845
	a mud:item ,
5846
	  mud:top_drawer ;
5847
	mud:localityOfObject mud:dresser777 .
5848
5849
mud:torso
5850
	a mud:createableType ,
5851
	  owl:Class ;
5852
	mud:mpred_arity 1 ;
5853
	rdfs:subClassOf mud:item .
5854
5855
mud:tough_hide
5856
	a owl:Class ;
5857
	mud:mpred_arity 1 ;
5858
	rdfs:subClassOf mud:hide .
5859
5860
mud:tp_goal
5861
	mud:mpred_arity 3 ;
5862
	mud:mpred_prop mud:dyn .
5863
5864
mud:tp_node
5865
	mud:mpred_arity 6 ;
5866
	mud:mpred_prop mud:dyn .
5867
5868
mud:treadmill
5869
	a mud:createableType ,
5870
	  owl:Class ;
5871
	mud:mpred_arity 1 ;
5872
	mud:subclass mud:TemporallyExistingThing ;
5873
	rdfs:subClassOf mud:TemporallyExistingThing ,
5874
			mud:obj .
5875
5876
mud:treadmill777
5877
	a mud:obj ,
5878
	  mud:spatialthing ,
5879
	  mud:treadmill ;
5880
	mud:height 0 ;
5881
	mud:localityOfObject mud:hall777 ;
5882
	mud:opaqueness 100 .
5883
5884
mud:treasure
5885
	a owl:Class ;
5886
	mud:mpred_arity 1 .
5887
5888
mud:tree
5889
	a owl:Class ;
5890
	mud:mpred_arity 1 .
5891
5892
mud:typeDeclarer
5893
	a owl:Class ;
5894
	mud:mpred_arity 1 .
5895
5896
mud:type_action_info
5897
	mud:mpred_arity 3 ;
5898
	mud:mpred_prop mud:argsIsaInList .
5899
5900
mud:type_grid
5901
	mud:mpred_arity 3 ;
5902
	mud:mpred_prop mud:singleValued .
5903
5904
mud:type_max_charge
5905
	mud:mpred_arity 2 ;
5906
	mud:mpred_prop mud:singleValued .
5907
5908
mud:type_max_health
5909
	mud:mpred_arity 2 ;
5910
	mud:mpred_prop mud:singleValued .
5911
5912
mud:usable
5913
	a owl:Class ;
5914
	mud:mpred_arity 1 .
5915
5916
mud:useable
5917
	a owl:Class ;
5918
	mud:mpred_arity 1 ;
5919
	rdfs:subClassOf mud:item .
5920
5921
mud:vacuum
5922
	a owl:Class ;
5923
	mud:mpred_arity 1 .
5924
5925
mud:var
5926
	a owl:Class ;
5927
	mud:mpred_arity 1 ;
5928
	mud:subft mud:prolog .
5929
5930
mud:verbAsWell
5931
	mud:mpred_arity 3 ;
5932
	mud:mpred_prop mud:multiValued .
5933
5934
mud:verbOverride
5935
	mud:mpred_arity 3 ;
5936
	mud:mpred_prop mud:argsIsaInList ,
5937
		       mud:multiValued .
5938
5939
mud:verb_alias
5940
	mud:mpred_arity 2 ;
5941
	mud:mpred_prop mud:multiValued .
5942
5943
mud:visually_blocked
5944
	mud:mpred_prop mud:prologBuiltin .
5945
5946
mud:voprop
5947
	mud:subft mud:term .
5948
5949
mud:wall
5950
	a owl:Class ;
5951
	mud:mpred_arity 1 .
5952
5953
mud:wall_furnature
5954
	a owl:Class ;
5955
	mud:mpred_arity 1 ;
5956
	rdfs:subClassOf mud:furnature .
5957
5958
mud:was_imported_kb_content
5959
	mud:mpred_prop mud:prologBuiltin .
5960
5961
mud:washable
5962
	a owl:Class ;
5963
	mud:mpred_arity 1 .
5964
5965
mud:washing_machine
5966
	a mud:createableType ,
5967
	  owl:Class ;
5968
	mud:mpred_arity 1 ;
5969
	rdfs:subClassOf mud:device_furnature ,
5970
			mud:furniture ,
5971
			mud:item ,
5972
			mud:machine ,
5973
			mud:obj ,
5974
			mud:spatialthing .
5975
5976
mud:washing_machine777
5977
	a mud:item ,
5978
	  mud:washing_machine ;
5979
	mud:localityOfObject mud:cellar777 .
5980
5981
mud:wearable
5982
	a owl:Class ;
5983
	mud:mpred_arity 1 ;
5984
	rdfs:subClassOf mud:item ,
5985
			mud:portable .
5986
5987
mud:wearing
5988
	mud:mpred_arity 2 ;
5989
	mud:mpred_prop mud:argsIsaInList .
5990
5991
mud:wearsClothing
5992
	mud:genlPreds mud:possess ;
5993
	mud:mpred_arity 2 ;
5994
	mud:mpred_prop mud:multiValued .
5995
5996
mud:weight
5997
	mud:mpred_arity 2 ;
5998
	mud:mpred_prop mud:singleValued .
5999
6000
mud:wieldable
6001
	a owl:Class ;
6002
	mud:mpred_arity 1 .
6003
6004
mud:xyz
6005
	a mud:formattype .
6006
6007
mud:yard
6008
	a owl:Class ;
6009
	mud:mpred_arity 1 .
6010
6011
computable:command
6012
	a owl:Class ;
6013
	mud:mpred_arity 1 ;
6014
	rdfs:subClassOf mud:action .
6015
6016
computable:visible
6017
	a owl:Class ;
6018
	mud:mpred_arity 1 .
6019
6020
knowrob:Area
6021
	a mud:createableType ,
6022
	  owl:Class ;
6023
	mud:mpred_arity 1 ;
6024
	rdfs:subClassOf mud:region .
6025
6026
knowrob:ControlDevice
6027
	a owl:Class ;
6028
	mud:mpred_arity 1 ;
6029
	rdfs:subClassOf mud:chargable ,
6030
			mud:usable .
6031
6032
knowrob:HandTool
6033
	a owl:Class ;
6034
	mud:mpred_arity 1 .
6035
6036
knowrob:PortableObject
6037
	a owl:Class ;
6038
	mud:mpred_arity 1 ;
6039
	rdfs:subClassOf mud:possessable ,
6040
			mud:wieldable .
6041
6042
knowrob:Portal
6043
	a owl:Class ;
6044
	mud:mpred_arity 1 .
6045
6046
knowrob:SpaceInAHOC
6047
	a owl:Class ;
6048
	mud:mpred_arity 1 .
6049
6050
knowrob:contains
6051
	mud:genlInverse mud:inside_of ;
6052
	mud:mpred_arity 2 ;
6053
	mud:mpred_prop mud:multiValued .
6054
6055
dc:description
6056
	mud:mpred_arity 2 ;
6057
	mud:mpred_prop mud:multiValued .
6058
6059
rdf:rest
6060
	a mud:formattype ;
6061
	mud:ft_info mud:true .
6062
6063
rdf:type
6064
	a owl:Class ;
6065
	mud:mpred_arity 1 ;
6066
	mud:mpred_prop mud:flag ,
6067
		       mud:negationByFailure ;
6068
	rdfs:subClassOf owl:Class .
6069
6070
rdfs:Container
6071
	a owl:Class ;
6072
	mud:mpred_arity 1 .
6073
6074
rdfs:comment
6075
	mud:mpred_arity 2 ;
6076
	mud:mpred_prop mud:multiValued .
6077
6078
rdfs:member
6079
	mud:mpred_arity 2 ;
6080
	mud:mpred_prop mud:argsIsaInList .
6081
6082
xsd:int
6083
	a mud:formattype ;
6084
	mud:subft mud:dice ,
6085
		  mud:integer .
6086
6087
xsd:string
6088
	a owl:Class ;
6089
	mud:mpred_arity 1 ;
6090
	mud:subft mud:term ,
6091
		  mud:text .