RDF Validator problem

The RDF below seems to be correct, but the parser crashes on it.
Is it a bug?
 
regards,
Wolf Siberski
 
 
 
  _____  


The original RDF/XML document

1: <?xml version="1.0"?>

2: <rdf:RDF xml:lang="en"

3:   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

4:   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"

5:   xmlns:olr="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#"

6:   xmlns:dc="http://purl.org/dc/elements/1.1/"

7:   xmlns:dcq="http://dublincore.org/2000/03/13/dcq#">

8: 

9: <rdf:Description rdf:ID="KIVorlesung">

10:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Course
"/>

11:     <dc:title>Künstliche Intelligenz I</dc:title>

12:     <dc:description>Künstliche Intelligenz I</dc:description>

13:     <dc:subject>Artificial Intelligence</dc:subject>

14:     <dc:creator>Wolfgang Nejdl</dc:creator>

15: <!--

16: Geht nicht, da nur der letzte Contributor angezeigt wird

17:     <dc:contributor>Wolfgang Nejdl</dc:contributor>

18:     <dc:contributor>Hadhami Dhraief</dc:contributor>

19:     <dc:contributor>Wolf Siberski</dc:contributor>

20: -->

21:     <dc:coverage>WS2001-2002</dc:coverage>

22:     <dc:language>deutsch</dc:language>

23:     <dc:date>2001-10-15</dc:date>

24:     <dc:publisher>Universität Hannover - Institut für
Rechnergestützte Wissensverarbeitung</dc:publisher>

25: <!--

26: Zuerst prüfen, ob das so in Ordnung ist

27:     <dc:rights>Copyright by Universität Hannover - Institut für
Rechnergestützte Wissensverarbeitung</dc:rights>

28: -->

29:     <olr:keyword>KI</olr:keyword>

30:     <dcq:hasPart>

31:         <rdf:Seq>

32:             <rdf:li rdf:resource="#Einführung"/>

33:             <rdf:li rdf:resource="#IntelligenteAgenten"/>

34:             <rdf:li rdf:resource="#KnowledgeBase"/>

35:         </rdf:Seq>

36:     </dcq:hasPart>

37:     <dcq:references rdf:resource="#Einführung"/>

38:     <dcq:references rdf:resource="#IntelligenteAgenten"/>

39:     <dcq:references rdf:resource="#KnowledgeBase"/>

40: </rdf:Description>

41: 

42: <!-- COURSE STRUCTURE -->

43: <rdf:Description rdf:ID="Einführung">

44:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Unit"/
>

45:     <dc:title>Einführung</dc:title>

46:     <dc:description>Einführung in die Künstliche
Intelligenz</dc:description>

47:     <dcq:isPartOf rdf:resource="#KIVorlesung"/>

48:     <dcq:hasPart>

49:         <rdf:Seq>

50:             <rdf:li
rdf:resource="http://www.aaai.org/AITopics/aitopics.html"/>

51:             <rdf:li
rdf:resource="http://www.aaai.org/AITopics/html/aimovie.html"/>

52:             <rdf:li
rdf:resource="http://www.cs.ubc.ca/spider/poole/ci.html"/>

53:             <rdf:li
rdf:resource="http://www.cs.berkeley.edu/~russell/aima.html"/>

54:         </rdf:Seq>

55:     </dcq:hasPart>

56:     <dcq:references rdf:resource="#KIVorlesung"/>

57: </rdf:Description>

58: 

59: <rdf:Description rdf:ID="IntelligenteAgenten">

60:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Unit"/
>

61:     <dc:title>Intelligente Agenten</dc:title>

62:     <dc:description>Intelligente Agenten</dc:description>

63:     <dcq:isPartOf rdf:resource="#KIVorlesung"/>

64:     <dcq:hasPart>

65:         <rdf:Seq>

66:             <rdf:li rdf:resource="#IntelligenteAgentenDefinition"/>

67:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/structure_of_intelligent_agents.htm"/>

68:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/real_agent_programs.htm"/>

69: <!--            <rdf:li rdf:resource="#AgentTypes"/> -->

70:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/AgentEnvironment"/>

71:             <rdf:li rdf:resource="http://www.agentlink.org"/>

72:             <rdf:li
rdf:resource="http://www.cs.berkeley.edu/~russell/aima1e/chapter02.pdf"/
>

73:             <rdf:li
rdf:resource="http://www.cs.ubc.ca/spider/poole/ci/ch1.pdf"/>

74:             <rdf:li
rdf:resource="http://www.cs.ubc.ca/spider/poole/ci/lectures/ch1/lect1.pd
f"/>

75:         </rdf:Seq>

76:     </dcq:hasPart>

77:     <dcq:references rdf:resource="#KIVorlesung"/>

78: </rdf:Description>

79: 

80: 

81: <rdf:Description rdf:ID="KnowledgeBase">

82:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Unit"/
>

83:     <dc:title>Logically Reasoning Agents</dc:title>

84:     <dc:description>Logically Reasoning Agents</dc:description>

85:     <dcq:isPartOf rdf:resource="#KIVorlesung"/>

86:     <dcq:hasPart>

87:         <rdf:Seq>

88:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/knowledge_base.html"/>

89:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/knowledge_based_agent.htm"/>

90:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/logics.htm"/>

91:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/inference_mechanism.htm"/>

92:             <rdf:li rdf:resource="#PropositionalLogic"/>

93:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/wumpus.htm"/>

94:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/acting_reasoning_in_wumpus_world.htm"/>

95:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/Folien_21_11_00.html"/>

96:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/Beispiel_Hexe.htm"/>

97:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/Uebung3.html"/>

98:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/slides/russe
l/chapter06.pdf"/>

99:         </rdf:Seq>

100:     </dcq:hasPart>

101:     <dcq:references rdf:resource="#KIVorlesung"/>

102: </rdf:Description>

103: 

104: 

105: <rdf:Description rdf:ID="PropositionalLogic">

106:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Unit"/
>

107:     <dc:title>Propositional Logic</dc:title>

108:     <dc:description>Introduction to Propositional
Logic</dc:description>

109:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

110:     <dcq:hasPart>

111:         <rdf:Seq>

112:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/propositional_logic_syntax.htm"/>

113:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/propositional_logic_semantics.htm"/>

114:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/propositional_logic_inference.htm"/>

115:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_L
ogically/propositional_logic_inference_rules.htm"/>

116:             <rdf:li
rdf:resource="http://www.cs.chalmers.se/~sydow/alfie/index.html"/>

117:         </rdf:Seq>

118:     </dcq:hasPart>

119:     <dcq:references rdf:resource="#KnowledgeBase"/>

120: </rdf:Description>

121: 

122: 

123: 

124: <rdf:Description rdf:ID="IntelligenteAgentenDefinition">

125:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Unit"/
>

126:     <dc:title>Definitions</dc:title>

127:     <dc:description>Definitionen für Intelligente
Agenten</dc:description>

128:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

129:     <dcq:hasPart>

130:         <rdf:Seq>

131:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Grupp
en/Travis/presentation/agents1/agents1.html"/>

132:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Grupp
en/agents/presentation/agenten1.html#Definition und Anforderungen an
Agenten"/>

133:             <rdf:li
rdf:resource="http://www.msci.memphis.edu/~franklin/AgentProg.html"/>

134:         </rdf:Seq>

135:     </dcq:hasPart>

136:     <dcq:references rdf:resource="#IntelligenteAgenten"/>

137: </rdf:Description>

138: 

139: 

140: <!-- <rdf:Description rdf:about="AgentTypes"> -->

141: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intelligent
_Agents/real_agent_programs.htm">

142:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Unit"/
>

143:     <dc:title>Agent Types</dc:title>

144:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

145:     <dcq:hasPart>

146:         <rdf:Seq>

147:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/simple_reflex_agent.htm"/>

148:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/agent_that_keeps_track_of_the_world.htm"/>

149:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/goal_based_agent.htm"/>

150:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/utility_based_agent.htm"/>

151:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Grupp
en/Travis/presentation/agents2/agents2.html"/>

152:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Grupp
en/agents/presentation/agenten4.html"/>

153:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/Der_LEGO-Rob
oter_als_intelligenter_Agent11.pdf"/>

154:             <rdf:li
rdf:resource="http://agents.www.media.mit.edu/groups/agents/projects"/>

155:             </rdf:Seq>

156:     </dcq:hasPart>

157: </rdf:Description>

158: 

159: 

160: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intelligent
_Agents/AgentEnvironment">

161:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Unit"/
>

162:     <dc:title>Agent Environment</dc:title>

163:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

164:     <dcq:hasPart>

165:         <rdf:Seq>

166:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/environments.htm"/>

167:             <rdf:li
rdf:resource="http://ai.eecs.umich.edu/cogarch0/common/env.html"/>

168:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/environment_programs.htm"/>

169:             <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Grupp
en/Travis/presentation/agents3/agents3.html"/>

170:             <rdf:li rdf:resource="http://www.grasshopper.de"/>

171:         </rdf:Seq>

172:     </dcq:hasPart>

173: </rdf:Description>

174: 

175: 

176: <!--AI INTRODUCTION-->

177: 

178: <rdf:Description
rdf:about="http://www.aaai.org/AITopics/html/aimovie.html">

179:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

180:     <dc:title>Artificial Intelligence...</dc:title>

181:     <dc:description></dc:description>

182:     <dc:subject>Artificial Intelligence</dc:subject>

183:     <dc:language>english</dc:language>

184:     <dc:coverage>Einführung und Begriffsdefinition</dc:coverage>

185:     <dc:rights></dc:rights>

186:     <dc:creator></dc:creator>

187:     <olr:keyword>AI</olr:keyword>

188:     <dcq:isPartOf rdf:resource="#Einführung"/>

189: </rdf:Description>

190: 

191: <rdf:Description
rdf:about="http://www.aaai.org/AITopics/aitopics.html">

192:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

193:     <dc:title>Was ist Künstliche Intelligenz?</dc:title>

194:     <dc:description></dc:description>

195:     <dc:subject>Artificial Intelligence</dc:subject>

196:     <dc:language>english</dc:language>

197:     <dc:coverage>Einführung und Begriffsdefinition</dc:coverage>

198:     <dc:rights></dc:rights>

199:     <dc:creator></dc:creator>

200:     <olr:keyword>AI</olr:keyword>

201:     <dcq:isPartOf rdf:resource="#Einführung"/>

202: </rdf:Description>

203: 

204: <rdf:Description
rdf:about="http://www.cs.ubc.ca/spider/poole/ci.html">

205:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

206: 

207:     <dc:title>Poole, Mackworth, Goebel: Computational
Intelligence</dc:title>

208:     <dc:description>Literatur zur AI</dc:description>

209:     <dc:subject>Artificial Intelligence</dc:subject>

210:     <dc:language>english</dc:language>

211:     <dc:rights>Poole, Mackworth, Goebel</dc:rights>

212:     <dc:creator>Poole, Mackworth, Goebel</dc:creator>

213:     <olr:keyword>AI</olr:keyword>

214:     <dcq:isPartOf rdf:resource="#Einführung"/>

215: </rdf:Description>

216: 

217: <rdf:Description
rdf:about="http://www.cs.berkeley.edu/~russell/aima.html">

218:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

219: 

220:     <dc:title>Russel, Norvig: Artificial Intelligence: A Modern
Approach</dc:title>

221:     <dc:description>Literatur zur AI</dc:description>

222:     <dc:subject>Artificial Intelligence</dc:subject>

223:     <dc:language>english</dc:language>

224:     <dc:rights>Russel, Norvig</dc:rights>

225:     <dc:creator>Russel, Norvig</dc:creator>

226:     <olr:keyword>AI</olr:keyword>

227:     <dcq:isPartOf rdf:resource="#Einführung"/>

228: </rdf:Description>

229: 

230: 

231: <!--AGENTS-->

232: 

233: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Gruppen/
Travis/presentation/agents1/agents1.html">

234:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

235: 

236:     <dc:title>Definitionen des Agenten-Begriffs </dc:title>

237:     <dc:description>Oberstufenlabor, Gruppe Travis</dc:description>

238:     <dc:subject>Intelligente Agenten</dc:subject>

239:     <dc:language>german</dc:language>

240:     <dc:rights>KBS</dc:rights>

241:     <dc:creator>Gruppe TRAVIS</dc:creator>

242:     <olr:keyword>AI</olr:keyword>

243:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

244: </rdf:Description>

245: 

246: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Gruppen/
agents/presentation/agenten1.html#Definition und Anforderungen an
Agenten">

247: 

248:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

249:     <dc:title>Definitionen</dc:title>

250:     <dc:description> Definitionensammlung, Oberstufenlabor, Gruppe
agents</dc:description>

251:     <dc:subject>Intelligente Agenten</dc:subject>

252:     <dc:language>german</dc:language>

253:     <dc:coverage>Einführung und Begriffsdefinition</dc:coverage>

254:     <dc:rights>KBS</dc:rights>

255:     <dc:creator>Gruppe Agents</dc:creator>

256:     <olr:keyword>AI</olr:keyword>

257:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

258: 

259: </rdf:Description>

260: 

261: <rdf:Description
rdf:about="http://www.msci.memphis.edu/~franklin/AgentProg.html">

262:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

263: 

264:     <dc:title>A Taxonomy for Autonomous Agents</dc:title>

265:     <dc:description></dc:description>

266:     <dc:subject>Intelligente Agenten</dc:subject>

267:     <dc:language>english</dc:language>

268:     <dc:rights></dc:rights>

269:     <dc:creator></dc:creator>

270:     <olr:keyword>AI</olr:keyword>

271:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

272: </rdf:Description>

273: 

274: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intelligent
_Agents/structure_of_intelligent_agents.htm">

275:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

276: 

277:     <dc:title>Structure of intelligent agents </dc:title>

278:     <dc:description>basierend auf Russel</dc:description>

279:     <dc:subject>Intelligente Agenten</dc:subject>

280:     <dc:language>english</dc:language>

281:     <dc:rights>KBS</dc:rights>

282:     <dc:creator>KBS</dc:creator>

283:     <olr:keyword>intelligente Agenten</olr:keyword>

284:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

285: 

286: </rdf:Description>

287: 

288: 

289: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intelligent
_Agents/simple_reflex_agent.htm">

290:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

291:     <dc:title>Reflex agent</dc:title>

292:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

293: </rdf:Description>

294: 

295: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intelligent
_Agents/agent_that_keeps_track_of_the_world.htm">

296:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

297:     <dc:title>Agents that keep track of the world </dc:title>

298:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

299: </rdf:Description>

300: 

301: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intelligent
_Agents/goal_based_agent.htm">

302:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

303:     <dc:title>Goal based agent</dc:title>

304:     <dcq:isPartOf rdf:resource="#Einführung"/>

305: </rdf:Description>

306: 

307: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intelligent
_Agents/utility_based_agent.htm">

308:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

309:     <dc:title>Utility based agent</dc:title>

310:     <dcq:isPartOf rdf:resource="#Einführung"/>

311: </rdf:Description>

312: 

313: 

314: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Gruppen/
Travis/presentation/agents2/agents2.html">

315:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Exampl
e"/>

316:     <dc:title> Anwendungsbeispiele für Softwareagenten</dc:title>

317:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

318: </rdf:Description>

319: 

320: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Gruppen/
agents/presentation/agenten4.html">

321:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Exampl
e"/>

322:     <dc:title> Ameisenbeispiel </dc:title>

323:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

324: </rdf:Description>

325: 

326: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/Der_LEGO-Robote
r_als_intelligenter_Agent11.pdf">

327:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

328:     <dc:title> Der Lego-Roboter als Intelligenter Agent </dc:title>

329:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

330: </rdf:Description>

331: 

332: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intelligent
_Agents/environments.htm">

333:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

334:     <dc:title>Environments: Introduction</dc:title>

335:     <dcq:isPartOf
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/AgentEnvironmentAgentEnvironment"/>

336: </rdf:Description>

337: 

338: <rdf:Description
rdf:about="http://ai.eecs.umich.edu/cogarch0/common/env.html">

339:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

340:     <dc:title>Overview of environments</dc:title>

341:     <dcq:isPartOf
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/AgentEnvironment"/>

342: </rdf:Description>

343: 

344: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intelligent
_Agents/environment_programs.htm">

345:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

346:     <dc:title>Environment Programs </dc:title>

347:     <dcq:isPartOf
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Intellig
ent_Agents/AgentEnvironment"/>

348: </rdf:Description>

349: 

350: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/Oberstufenlabor/Gruppen/
Travis/presentation/agents3/agents3.html">

351:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

352:     <dc:title>Agentenplattformen und Entwicklungsumgebungen
</dc:title>

353:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

354: </rdf:Description>

355: 

356: <rdf:Description rdf:about="http://www.agentlink.org">

357:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

358:     <dc:title>Europe's Network of Excellence for Agent-Based
Computing </dc:title>

359:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

360: </rdf:Description>

361: 

362: <rdf:Description
rdf:about="http://agents.www.media.mit.edu/groups/agents/projects">

363:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

364:     <dc:title>MIT Agent Projects  </dc:title>

365:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

366: </rdf:Description>

367: 

368: <rdf:Description rdf:about="http://www.grasshopper.de">

369:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

370:     <dc:title>Grasshopper Agentenplattform  </dc:title>

371:     <dcq:isPartOf rdf:resource="#AgentEnvironment"/>

372: </rdf:Description>

373: 

374: <rdf:Description
rdf:about="http://www.cs.berkeley.edu/~russell/aima1e/chapter02.pdf">

375:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

376:     <dc:title>S. Russel, P.Norvig: Artificial Intelligence, Kap.2
(Agents)</dc:title>

377:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

378: </rdf:Description>

379: 

380: <rdf:Description
rdf:about="http://www.cs.ubc.ca/spider/poole/ci/ch1.pdf">

381:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

382:     <dc:title>Poole et al, Kap. 1 (CI, Agents)</dc:title>

383:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

384: </rdf:Description>

385: 

386: <rdf:Description
rdf:about="http://www.cs.ubc.ca/spider/poole/ci/lectures/ch1/lect1.pdf">

387:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

388:     <dc:title>Poole et al (Slides) </dc:title>

389:     <dcq:isPartOf rdf:resource="#IntelligenteAgenten"/>

390: </rdf:Description>

391: 

392: <!--LOGIC-->

393: 

394: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/knowledge_base.html">

395:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

396:     <dc:title>Knowledge Base </dc:title>

397:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

398: </rdf:Description>

399: 

400: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/knowledge_based_agent.htm">

401:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

402:     <dc:title>Knowledge Based Agent </dc:title>

403:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

404: </rdf:Description>

405: 

406: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/logics.htm">

407:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

408:     <dc:title>Logic </dc:title>

409:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

410: </rdf:Description>

411: 

412: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/propositional_logic_semantics.htm">

413:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

414:     <dc:title>Semantic of the Propositional Logic </dc:title>

415:     <dcq:isPartOf rdf:resource="#PropositionalLogic"/>

416: </rdf:Description>

417: 

418: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/propositional_logic_syntax.htm">

419:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

420:     <dc:title>Syntax of the Propositional Logic </dc:title>

421:     <dcq:isPartOf rdf:resource="#PropositionalLogic"/>

422: </rdf:Description>

423: 

424: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/inference_mechanism.htm">

425:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

426:     <dc:title>Inference Mechanism </dc:title>

427:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

428: </rdf:Description>

429: 

430: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/propositional_logic_inference.htm">

431:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

432:     <dc:title>Inference in the Propositional Logic </dc:title>

433:     <dcq:isPartOf rdf:resource="#PropositionalLogic"/>

434: </rdf:Description>

435: 

436: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/propositional_logic_inference_rules.htm">

437:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Topic"
/>

438:     <dc:title>Inference Rules in the Propositional Logic
</dc:title>

439:     <dcq:isPartOf rdf:resource="#PropositionalLogic"/>

440: </rdf:Description>

441: 

442: <rdf:Description
rdf:about="http://www.cs.chalmers.se/~sydow/alfie/index.html">

443:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

444:     <dc:title>Alfie</dc:title>

445:     <dc:description>A proof editor for propositional
logic</dc:description>

446:     <dcq:isPartOf rdf:resource="#PropositionalLogic"/>

447: </rdf:Description>

448: 

449: <!-- for performance reasons show local copy -->

450: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/slides/russel/c
hapter06.pdf">

451:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Extern
alReference"/>

452:     <dc:title>Russel Chapter 6 (Slides)</dc:title>

453:     <dc:description>Introduction to Logical
Reasoning</dc:description>

454:     <dcq:isPartOf rdf:resource="#PropositionalLogic"/>

455: </rdf:Description>

456: 

457: 

458: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/wumpus.htm">

459:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Exampl
e"/>

460:     <dc:title>Wumpus World </dc:title>

461:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

462: </rdf:Description>

463: 

464: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/acting_reasoning_in_wumpus_world.htm">

465:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Exampl
e"/>

466:     <dc:title>Agents in the Wumpus World </dc:title>

467:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

468: </rdf:Description>

469: 

470: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/Folien_21_11_00.html">

471:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Slides
"/>

472:     <dc:title>Folien (21.11.2000) </dc:title>

473:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

474: </rdf:Description>

475: 

476: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/Beispiel_Hexe.htm">

477:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Exampl
e"/>

478:     <dc:title>Beispiel Hexe </dc:title>

479:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

480: </rdf:Description>

481: 

482: <rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS01/New/Agents_Logi
cally/Uebung3.html">

483:     <rdf:type
rdf:resource="http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Exerci
se"/>

484:     <dc:title>Logelei </dc:title>

485:     <dcq:isPartOf rdf:resource="#KnowledgeBase"/>

486: </rdf:Description>

487: 

488: 

489: 

490: </rdf:RDF>
  _____  


Triples of the Data Model

Number	 Subject	 Predicate	 Object	
1	  <online:#KIVorlesung> online:#KIVorlesung
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
<http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Course>
http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#Course	
2	  <online:#KIVorlesung> online:#KIVorlesung
<http://purl.org/dc/elements/1.1/title>
http://purl.org/dc/elements/1.1/title	 Künstliche Intelligenz I 	
3	  <online:#KIVorlesung> online:#KIVorlesung
<http://purl.org/dc/elements/1.1/description>
http://purl.org/dc/elements/1.1/description	 Künstliche Intelligenz
I 	
4	  <online:#KIVorlesung> online:#KIVorlesung
<http://purl.org/dc/elements/1.1/subject>
http://purl.org/dc/elements/1.1/subject	 Artificial Intelligence 	
5	  <online:#KIVorlesung> online:#KIVorlesung
<http://purl.org/dc/elements/1.1/creator>
http://purl.org/dc/elements/1.1/creator	 Wolfgang Nejdl 	
6	  <online:#KIVorlesung> online:#KIVorlesung
<http://purl.org/dc/elements/1.1/coverage>
http://purl.org/dc/elements/1.1/coverage	 WS2001-2002 	
7	  <online:#KIVorlesung> online:#KIVorlesung
<http://purl.org/dc/elements/1.1/language>
http://purl.org/dc/elements/1.1/language	 deutsch 	
8	  <online:#KIVorlesung> online:#KIVorlesung
<http://purl.org/dc/elements/1.1/date>
http://purl.org/dc/elements/1.1/date	 2001-10-15 	
9	  <online:#KIVorlesung> online:#KIVorlesung
<http://purl.org/dc/elements/1.1/publisher>
http://purl.org/dc/elements/1.1/publisher	 Universität Hannover -
Institut für Rechnergestützte Wissensverarbeitung 	
10	  <online:#KIVorlesung> online:#KIVorlesung
<http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#keyword>
http://telemann.kbs.uni-hannover.de:3333/olr/olr_v9#keyword	 KI 	
11	 genid:8459
<http://www.w3.org/1999/02/22-rdf-syntax-ns#_1>
http://www.w3.org/1999/02/22-rdf-syntax-ns#_1
<http://www.w3.org/RDF/Validator/ARPServlet#Einführung> #Einführung	
12	 genid:8459
<http://www.w3.org/1999/02/22-rdf-syntax-ns#_2>
http://www.w3.org/1999/02/22-rdf-syntax-ns#_2
<online:#IntelligenteAgenten> online:#IntelligenteAgenten	
13	 genid:8459
<http://www.w3.org/1999/02/22-rdf-syntax-ns#_3>
http://www.w3.org/1999/02/22-rdf-syntax-ns#_3
<online:#KnowledgeBase> online:#KnowledgeBase	
14	 genid:8459
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
<http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq>
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq	
15	  <online:#KIVorlesung> online:#KIVorlesung
<http://dublincore.org/2000/03/13/dcq#hasPart>
http://dublincore.org/2000/03/13/dcq#hasPart	 genid:8459	
16	  <online:#KIVorlesung> online:#KIVorlesung
<http://dublincore.org/2000/03/13/dcq#references>
http://dublincore.org/2000/03/13/dcq#references
<http://www.w3.org/RDF/Validator/ARPServlet#Einführung> #Einführung	
17	  <online:#KIVorlesung> online:#KIVorlesung
<http://dublincore.org/2000/03/13/dcq#references>
http://dublincore.org/2000/03/13/dcq#references
<online:#IntelligenteAgenten> online:#IntelligenteAgenten	
18	  <online:#KIVorlesung> online:#KIVorlesung
<http://dublincore.org/2000/03/13/dcq#references>
http://dublincore.org/2000/03/13/dcq#references
<online:#KnowledgeBase> online:#KnowledgeBase	

Fatal Error Messages

FatalError: ARP internal error[Line = -1, Column = -1]


Warning Messages

Warning: {W107} Bad URI: Fragment contains invalid character:ü[Line =
32, Column = 49]
Warning: {W107} Bad URI: Fragment contains invalid character:ü[Line =
37, Column = 49]
Warning: {W111} Failed to parse XML.[Line = -1, Column = -1]


Parser Loading Error

Exception parsing: : com.hp.hpl.jena.rdf.arp.CoRoutineDeathException 
  _____  

Received on Thursday, 15 November 2001 11:17:13 UTC