Formular bereitgestellt von Microsoft Internet Explorer.

report=Hallo,
I tryed to validate a rdf-file today. It starts with the lines:
1: <rdf:RDF xml:lang="en"
2:   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3:   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4:   xmlns:olr="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#"
5:   xmlns:dc="http://purl.org/dc/elements/1.0#">

later in the document I used the description tag as below and got back a
warning, that I have to use rdf:about and rdf:resource instead of about
and rdf.

1066: <rdf:Description
about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Praedikatenlogik1/B
eispiel_Quantoren.html">
1067:     <rdf:type
resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Example"/
>
1068:   <dc:title>Quantoren</dc:title>
1069:   <olr:parentUnit rdf:resource="#Vorlesungseinheit3"/>
1070: </rdf:Description>

I compared my file with the example on
http://www.w3.org/TR/REC-rdf-syntax/ with regard to the namespaces.

<?xml version="1.0"?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:s="http://description.org/schema/">
  <rdf:Description about="http://www.w3.org/Home/Lassila">
    <s:Creator>Ora Lassila</s:Creator>
  </rdf:Description>
</rdf:RDF>

The use of the tag seems to be the same way as I did.
Now I'm a little bit confused about what's the right way to annotate the
tag and hope that you can help me.

thanks and best regards,

Helge Reinsch

Helge.Reinsch@stud.uni-hannover.de

RDF=<?xml version="1.0">
<rdf:RDF xml:lang="en"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:olr="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#"
  xmlns:dc="http://purl.org/dc/elements/1.0#">
<rdf:Description rdf:ID="KIVorlesung">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Cours
e"/>
  <dc:title>KI Vorlesung</dc:title>
        <olr:childUnit>
      <rdf:Seq>
        <rdf:li rdf:resource="#Vorlesungseinheit1"/>
        <rdf:li rdf:resource="#Vorlesungseinheit2"/>
        <rdf:li rdf:resource="#Vorlesungseinheit3"/>
        <rdf:li rdf:resource="#Vorlesungseinheit4"/>
        <rdf:li rdf:resource="#Vorlesungseinheit5"/>
        <rdf:li rdf:resource="#Vorlesungseinheit6"/>
        <rdf:li rdf:resource="#Vorlesungseinheit7"/>
        <rdf:li rdf:resource="#Vorlesungseinheit8"/>
        <rdf:li rdf:resource="#Vorlesungseinheit9"/>
      </rdf:Seq>
        </olr:childUnit>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit1">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
  <dc:title>Vorlesungseinheit 1</dc:title>
  <dc:description>Einführung in Intelligente Agenten</dc:description>
    <olr:parentCourse rdf:resource="#KIVorlesung"/>
    <olr:child>
        <rdf:Seq>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Defi
nitionen.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Char
akterisierung.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Stru
ktur.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Type
n.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Umge
bung.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Ueb
ung1_071100.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Ueb
ung2_071100.htm"/>
      <rdf:li rdf:resource="http://www.agentlink.org"/>
      <rdf:li rdf:resource="http://www.robocup.org"/>
    </rdf:Seq>
    </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit2">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
  <dc:title>Vorlesungseinheit 2</dc:title>
  <dc:description>Aussagenlogik</dc:description>
    <olr:parentCourse rdf:resource="#KIVorlesung"/>
    <olr:child>
    <rdf:Seq>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogi
k/semantische_konzepte.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogi
k/syntax.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogi
k/logischesSchliessen.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogi
k/inferenzregeln.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Folien/Folie
n_21_11_00.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogi
k/Beispiel_Hexe.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Ueb
ung3.html"/>
    </rdf:Seq>
    </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit3">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
  <dc:title>Vorlesungseinheit 3</dc:title>
  <dc:description>Prädikatenlogik erster Stufe</dc:description>
    <olr:parentCourse rdf:resource="#KIVorlesung"/>
    <olr:child>
    <rdf:Seq>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Praedikatenl
ogik1/Syntax_Semantik.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Praedikatenl
ogik1/Axiome.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Praedikatenl
ogik1/inferenzmethode.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Folien/Folie
n_28_11_00.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Praedikatenl
ogik1/Beispiel_Quantoren.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Ueb
ung4.pdf"/>
    </rdf:Seq>
    </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit4">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
  <dc:title>Vorlesungseinheit 4</dc:title>
  <dc:description>Inferenz in Prädikatenlogik erster
Stufe</dc:description>
    <olr:parentCourse rdf:resource="#KIVorlesung"/>
    <olr:child>
    <rdf:Seq>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Log
ik_1_Stufe/Modus_Ponens.htm"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Log
ik_1_Stufe/f_chaining.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Log
ik_1_Stufe/b_chaining.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Log
ik_1_Stufe/completeness.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Log
ik_1_Stufe/resolution.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Log
ik_1_Stufe/goedel.html"/>
      <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Folien/Folie
n_05_12_00.htm"/>
    </rdf:Seq>
    </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit5">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
  <dc:title>Vorlesungseinheit 5</dc:title>
  <dc:description>Problemlösen und Suchalgorithmen</dc:description>
    <olr:parentCourse rdf:resource="#KIVorlesung"/>
    <olr:child>
    <rdf:Seq>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/suche
n.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/Suchs
trategie.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/reale
_applikationen.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/breit
ensuche.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bidir
ektionale_suche.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/tiefe
nsuche.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/unifo
rm_cost.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/itera
tives_vertiefen.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/von_a
rad_nach_bekarest.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bsp_8
damen.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bsp_8
puzzle.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bsp_b
fzk.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bsp_s
taubsauger.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Ueb
ung5.htm"/>
  </rdf:Seq>
    </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit6">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
  <dc:title>Vorlesungseinheit 6</dc:title>
  <dc:description>Prolog</dc:description>
    <olr:parentCourse rdf:resource="#KIVorlesung"/>
    <olr:child>
    <rdf:Seq>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/Synta
xSemantik.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/liste
n.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/Prolo
g_Logik.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/SLD-r
esolution.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/hornk
lauseln.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/prolo
gprogramme.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/bspPr
ogramme.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/bspUn
ifikation.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/bspEx
pertensystem.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/Plani
ng/pop.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/Plani
ng/strips.html"/>
    <rdf:li
rdf:resource="http://virtcampus.cl-ki.uni-osnabrueck.de/prolog/"/>
    <rdf:li
rdf:resource="http://www.cl-ki.uni-osnabrueck.de/~ptschorn/skript2000/bu
ch_tf.html"/>
  </rdf:Seq>
    </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit7">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
  <dc:title>Vorlesungseinheit 7</dc:title>
  <dc:description>Lernen</dc:description>
    <olr:parentCourse rdf:resource="#KIVorlesung"/>
    <olr:child>
    <rdf:Seq>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/lerne
n.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/induk
tivesLernen.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/entsc
h_baum.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/lerne
n_entsch.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/inf_t
heorie.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/Suche
_Hypothesenraum.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/best_
hypothese.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/Versi
onenraum.htm"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/lernt
heorie.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/entsc
h_listen.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/bspSo
nnenbrand.htm"/>
  </rdf:Seq>
    </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit8">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
  <dc:title>Vorlesungseinheit 8</dc:title>
  <dc:description>Spieletheorie</dc:description>
    <olr:parentCourse rdf:resource="#KIVorlesung"/>
    <olr:child>
    <rdf:Seq>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheori
e/ki_methode.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheori
e/minimax.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheori
e/alphabeta.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheori
e/mitzufall.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheori
e/komplexitaet.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheori
e/aktueller_stand.html"/>
    <rdf:li
rdf:resource="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheori
e/weitere_entwicklung.html"/>
  </rdf:Seq>
    </olr:child>
</rdf:Description>

<!--
      Durch das Semantic Web entstehen 6 weitere Vorlesungseinheiten:

        Vorlesungseinheit 9:    Semantik Web
        Vorlesungseinheit 10:   XML
                                DTD
        Vorlesungseinheit 11:   Xml Schema
        Vorlesungseinheit 12:   RDF
        Vorlesungseinheit 13:   RDF Schema
        Vorlesungseinheit 14:   RDF-XML und RDRS-XMLS
-->

<rdf:Description rdf:ID="Vorlesungseinheit9">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
      <dc:title>Vorlesungseinheit 9</dc:title>
      <dc:description>Einführung in das Semantic Web</dc:description>
      <olr:parentCourse rdf:resource="#KIVorlesung"/>
      <olr:child>
        <rdf:Seq>

          <!-- Semantic Web: Eigene  -->
          <rdf:li
rdf:resource="http://www.helge-reinsch.de/ki2/semanticweb.htm"/>

          <!-- Semantic Web: Links -->
          <rdf:li
rdf:resource="http://www.helge-reinsch.de/ki2/WebBL.htm"/>
          <rdf:li
rdf:resource="http://www.scientificamerican.com/2001/0501issue/0501berne
rs-lee.html"/>

        </rdf:Seq>
      </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit10">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
      <dc:title>Vorlesungseinheit 10</dc:title>
      <dc:description>Einführung in XML und DTD</dc:description>
      <olr:parentCourse rdf:resource="#KIVorlesung"/>
      <olr:child>
        <rdf:Seq>
            <!-- XML: Eigene Seiten -->
            <rdf:li
rdf:resource="http://www.helge-reinsch.de/ki2/xml.htm"/>

            <!-- XML: Lesetour -->
            <rdf:li
rdf:resource="http://www.teamone.de/selfhtml/tbbg.htm#a1"/>
            <rdf:li
rdf:resource="http://www.w3.org/Consortium/Offices/Germany/Misc/XML-in-1
0-Punkten.html"/>
            <rdf:li
rdf:resource="http://irb-www.informatik.uni-dortmund.de/~sm/aw/xml/msie/
"/>
            <rdf:li rdf:resource="http://members.aol.com/xmldoku/"/>
            <rdf:li
rdf:resource="http://www.rittershofer.de/info/xml/index.htm#anfang"/>

            <!-- XML: Weiterführende Links -->
            <rdf:li
rdf:resource="http://www.mintert.com/xml/trans/REC-xml-19980210-de.html"
/>
            <rdf:li
rdf:resource="http://www.w3.org/TR/1998/REC-xml-19980210"/>

            <!-- XML: Zusätzliches Thema DTD -->
            <rdf:li
rdf:resource="http://www.helge-reinsch.de/ki2/dtd.htm"/>
        </rdf:Seq>
      </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit11">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
      <dc:title>Vorlesungseinheit 11</dc:title>
      <dc:description>Einführung XML Schema</dc:description>
      <olr:parentCourse rdf:resource="#KIVorlesung"/>
      <olr:child>
        <rdf:Seq>

            <!-- XML-Schema: Eigene Seiten -->
            <rdf:li
rdf:resource="http://www.helge-reinsch.de/ki2/xmlschema.htm"/>

            <!-- XML-Schema: Weiterführende Links -->
            <rdf:li rdf:resource="http://www.w3.org/TR/xmlschema-1/"/>
            <rdf:li
rdf:resource="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/datatyp
es.html#"/>
            <rdf:li
rdf:resource="http://www.schumacher-netz.de/TR/1999/REC-xml-names-199901
14-de.html"/>
            <rdf:li
rdf:resource="http://www.fh-wedel.de/~si/seminare/ws00/Ausarbeitung/2.sc
hema/abgabe_start.htm"/>
        </rdf:Seq>
    </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit12">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
      <dc:title>Vorlesungseinheit 12</dc:title>
      <dc:description>Einführung in RDF</dc:description>
      <olr:parentCourse rdf:resource="#KIVorlesung"/>
      <olr:child>
        <rdf:Seq>

            <!-- RDF: Eigene Seiten -->
            <rdf:li
rdf:resource="http://www.helge-reinsch.de/ki2/rdf.htm"/>

            <!-- RDF: Lesetour -->
            <rdf:li
rdf:resource="http://www.w3.org/TR/REC-rdf-syntax/"/>
            <rdf:li
rdf:resource="http://www.zdplanet.de/internet/artikel/tech/199901/rdf_00
-wc.html"/>
            <rdf:li
rdf:resource="http://www.xml.com/pub/a/2001/01/24/rdf.html"/>
            <rdf:li
rdf:resource="http://archive.dstc.edu.au/RDU/reports/RDF-Idiot/"/>
            <rdf:li
rdf:resource="http://www.informatik.uni-oldenburg.de/~totti/metadaten/"/
>
            <rdf:li
rdf:resource="http://nala.prakinf.tu-ilmenau.de/schoen/worksh98.htm"/>
            <rdf:li rdf:resource="http://www.w3.org/RDF/FAQ"/>

            <!-- RDF: Weiterführende Links -->
            <rdf:li rdf:resource="http://www.w3.org/rdf"/>

        </rdf:Seq>
      </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit13">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
      <dc:title>Vorlesungseinheit 13</dc:title>
      <dc:description>Einführung in das RDF Schema</dc:description>
      <olr:parentCourse rdf:resource="#KIVorlesung"/>
      <olr:child>
        <rdf:Seq>
            <!-- RDF-Schema: Eigene Seiten -->
            <rdf:li
rdf:resource="http://www.helge-reinsch.de/ki2/rdfschema.htm"/>

            <!-- RDF-Schema: Weiterführende Links -->
            <rdf:li rdf:resource="http://www.w3.org/TR/rdf-schema/"/>
            <rdf:li
rdf:resource="http://dbs.uni-leipzig.de/de/seminararbeiten/semSS99/arbei
t5/Rdf.html"/>
        </rdf:Seq>
      </olr:child>
</rdf:Description>

<rdf:Description rdf:ID="Vorlesungseinheit14">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Unit"
/>
      <dc:title>Vorlesungseinheit 14</dc:title>
      <dc:description>Vergleich von RDF und XML sowie RDFS und
XMLS</dc:description>
      <olr:parentCourse rdf:resource="#KIVorlesung"/>
      <olr:child>
        <rdf:Seq>

            <!-- Vergleich RDF und XML -->
            <rdf:li
rdf:resource="http://www.xml.com/pub/a/2001/01/24/rdf.html"/>

            <!-- Vergleich RDF und XML Schema -->
            <rdf:li
rdf:resource="http://www10.org/cdrom/papers/572/index.html"/>

        </rdf:Seq>
      </olr:child>
</rdf:Description>


<!-- ++++++++++++++++++++++++++++++++++++ Semantic Web
+++++++++++++++++++++++++++++++++++++ -->

<rdf:Description
rdf:about="http://www.helge-reinsch.de/ki2/semanticweb.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Semantic Web: Allgemeine Einführung</dc:title>
         <dc:description>Allgemeine Einführung zum Semantic
Web</dc:description>
         <dc:subject>Semantic Web</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:creator>Helge Reinsch</dc:creator>
         <dc:rights>KBS (Universitaet Hannover)</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Semantic Web</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit9"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.helge-reinsch.de/ki2/WebBL.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Das Web als Werkzeug der Zusammenarbeit</dc:title>
         <dc:description>Artikel von Tim Berners-Lee</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:creator>Tim Berners-Lee</dc:creator>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>Tim Berners-Lee</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Einführung</olr:keyword>
       <olr:keyword>Semantic Web</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit9"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.scientificamerican.com/2001/0501issue/0501berners-
lee.html">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>The Semantic Web</dc:title>
         <dc:description>Allgemeine Einführung zum Semantic
Web</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:creator>TIM BERNERS-LEE</dc:creator>
         <dc:creator>JAMES HENDLER</dc:creator>
         <dc:creator>ORA LASSILA</dc:creator>
         <dc:language>englisch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>Scientific American</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Einführung</olr:keyword>
       <olr:keyword>Semantic Web</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit9"/>
</rdf:Description>


<!-- ++++++++++++++++++++++++++++++++++++ XML, DTD, XML Schema
+++++++++++++++++++++++++++++++++++++ -->

<rdf:Description rdf:about="http://www.helge-reinsch.de/ki2/xml.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>XML</dc:title>
         <dc:description>Allgemeine Einführung zu XML</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>KBS (Universitaet Hannover)</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Einführung</olr:keyword>
       <olr:keyword>XML</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit10"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.teamone.de/selfhtml/tbbg.htm#a1">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>XML als Definitionssprache für eigene
Auszeichnungssprachen</dc:title>
         <dc:description>Einführung zu XML</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>Stefan Münz</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Einführung</olr:keyword>
       <olr:keyword>Selfhtml</olr:keyword>
       <olr:keyword>XML</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit10"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.w3.org/Consortium/Offices/Germany/Misc/XML-in-10-P
unkten.html">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>XML in 10 Punkten</dc:title>
         <dc:description>Allgemeine Einführung zu XML</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>World Wide Web Consortium (W3C)</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Einführung</olr:keyword>
       <olr:keyword>XML</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit10"/>
</rdf:Description>

<rdf:Description
rdf:about="http://irb-www.informatik.uni-dortmund.de/~sm/aw/xml/msie/">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>XML in der Praxis</dc:title>
         <dc:description>Professionelles Web-Publishing mit der
Extensible Markup Language</dc:description>
         <dc:creator>Henning Behme, Stefan Mintert</dc:creator>
         <dc:subject>XML</dc:subject>
         <dc:language>de</dc:language>
         <dc:rights>Henning Behme, Stefan Mintert</dc:rights>
       <olr:keyword>KI  </olr:keyword>
       <olr:keyword>XML </olr:keyword>
       <olr:keyword>DTD </olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit10"/>
</rdf:Description>

<rdf:Description rdf:about="http://members.aol.com/xmldoku/">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Das Web automatisieren mit XML</dc:title>
         <dc:description>Automatisierung des Internet mit
XML</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>Kuno Dünhölter</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Einführung</olr:keyword>
       <olr:keyword>XML</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit10"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.rittershofer.de/info/xml/index.htm#anfang">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>XML Einführung</dc:title>
         <dc:description>Allgemeine Einführung zu XML</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>Andreas Rittershofer</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Einführung</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit10"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.mintert.com/xml/trans/REC-xml-19980210-de.html">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
         <dc:title>Extensible Markup Language (XML) 1.0</dc:title>
         <dc:description>Übersetzung der »XML 1.0 Recommendation« vom
10. Februar 1998 des W3C</dc:description>
         <dc:subject>XML</dc:subject>
         <dc:creator>Henning Behme, Stefan Mintert</dc:creator>
         <dc:language>de</dc:language>
         <dc:rights>Henning Behme, Stefan Mintert</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>XML</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit10"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.w3.org/TR/1998/REC-xml-19980210">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
         <dc:title>Extensible Markup Language (XML) 1.0</dc:title>
         <dc:description>XML 1.0 Recommendation« vom 10. Februar 1998
des W3C</dc:description>
         <dc:subject>XML</dc:subject>
         <dc:creator>Tim Bray,Jean Paoli, C. M.
Sperberg-McQueen</dc:creator>
         <dc:language>en</dc:language>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>XML</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit10"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.helge-reinsch.de/ki2/dtd.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Document Type Definition (DTD)</dc:title>
         <dc:description>Beschreibung von Dokumenttypen
Definitionen</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>Heindl Internet AG</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Einführung</olr:keyword>
       <olr:keyword>DTD</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit10"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.helge-reinsch.de/ki2/xmlschema.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Allgemeine Einführung ins XML Schema</dc:title>
         <dc:description>Allgemeine Einführung zu XML
Schema</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>KBS (Universitaet Hannover)</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Einführung</olr:keyword>
       <olr:keyword>XML-Schema</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit11"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.w3.org/TR/xmlschema-1/">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
         <dc:title>XML Schema Part 1: Structures</dc:title>
         <dc:description>XML Schema: Structures specifies the XML Schema
definition language, which offers facilities for describing the
structure and constraining the contents of XML 1.0 documents, including
those which exploit the XML Namespace facility. </dc:description>
         <dc:subject>XML Schema</dc:subject>
         <dc:language>en</dc:language>
         <dc:rights>W3C</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>XML Schema</olr:keyword>
       <olr:keyword>DTD Sprache</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit11"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/datatypes.
html#">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
         <dc:title>XML Schema Part 2: Datatypes</dc:title>
         <dc:description>XML Schema: Datatypes is part 2 of the
specification of the XML Schema language. It defines facilities for
defining datatypes to be used in XML Schemas as well as other XML
specifications</dc:description>
         <dc:subject>XML Schema</dc:subject>
         <dc:language>en</dc:language>
         <dc:rights>W3C</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>XML Schema</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit11"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.schumacher-netz.de/TR/1999/REC-xml-names-19990114-
de.html">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
         <dc:title>Deutsche Übersetzung der Recommendation Namespaces in
XML</dc:title>
         <dc:description>XML-Namensräume bieten eine einfache
Möglichkeit, um Element- und Attributnamen, die in "Extensible Markup
Language"-Dokumenten verwendet werden können, eindeutig zu benennen. Die
Element- und Attributnamen werden mit Namensräumen verknüpft, die durch
URI-Verweise identifiziert werden.</dc:description>
         <dc:subject>Namespaces</dc:subject>
         <dc:language>de</dc:language>
         <dc:rights>W3C</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>XML</olr:keyword>
       <olr:keyword>Namensräume</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit11"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.fh-wedel.de/~si/seminare/ws00/Ausarbeitung/2.schem
a/abgabe_start.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
naLink"/>
         <dc:title>XML Schema Language</dc:title>
         <dc:description>Aufbau und Bedeutung der XML Schema Sprache und
Vergleich mit der DTD-Sprache</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:rights>Fabian Riemer</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>XML Schema</olr:keyword>
       <olr:keyword>DTD Sprache</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit11"/>
</rdf:Description>


<!-- ++++++++++++++++++++++++++++++++++++ RDF, RDF Schema, RDF-XML,
RDFS-XMLS +++++++++++++++++++++++++++++++++++++ -->

<rdf:Description rdf:about="http://www.helge-reinsch.de/ki2/rdf.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Allgemeine Einführung in RDF</dc:title>
         <dc:description>Allgemeine Einführung zu RDF</dc:description>
         <dc:subject>RDF</dc:subject>
         <dc:language>de</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>KBS (Universitaet Hannover)</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit12"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.w3.org/TR/REC-rdf-syntax/">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Resource Description Framework(RDF) Model and Syntax
Specification</dc:title>
         <dc:description>RDF Modell und Syntax
Spezifikation</dc:description>
         <dc:subject>RDF</dc:subject>
         <dc:creator>Ora Lassila, Ralph R. Swick</dc:creator>
         <dc:language>en</dc:language>
         <dc:rights>W3C</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit12"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.zdplanet.de/internet/artikel/tech/199901/rdf_00-wc
.html">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>RDF</dc:title>
         <dc:description>Allgemeine Einführung Beschreibung von
RDF</dc:description>
         <dc:subject>RDF</dc:subject>
         <dc:language>de</dc:language>
         <dc:creator>Stephan Lamprecht</dc:creator>
         <dc:rights>Ziff-Davis Verlag GmbH</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit12"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.xml.com/pub/a/2001/01/24/rdf.html">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>What is RDF?</dc:title>
         <dc:description>Eine Einleitung zu W3C's RDF, ein Standard zum
Austausch von Metadataen, und eine Schlüsseltechnologie für das Semantic
Web.</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:language>en</dc:language>
         <dc:creator>Tim Bray</dc:creator>
         <dc:rights>O'Reilly & Associates, Inc.</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit12"/>
</rdf:Description>

<rdf:Description
rdf:about="http://archive.dstc.edu.au/RDU/reports/RDF-Idiot/">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>An Idiot's Guide to the Resource Description
Framework</dc:title>
         <dc:description>Überblick über RDF</dc:description>
         <dc:subject>Einführung RDF</dc:subject>
         <dc:language>en</dc:language>
         <dc:creator>Renato Iannella</dc:creator>
         <dc:rights>DSTC Pty Ltd</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit12"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.informatik.uni-oldenburg.de/~totti/metadaten/">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>METADATEN</dc:title>
         <dc:description>In diesem Dokument soll ein kurzer Überblick
zum Thema Metadaten vermittelt werden. Es wird im ersten Teil kurz auf
die Motivation eingegangen (``Wieso werden Metadaten gebraucht?'') und
welche Anforderungen an Metadaten gestellt werden. Im zweiten und
dritten Teil wird konkret auf verschiedene Standards eingegangen (im
wesentlichen Dublin Core und RDF), wobei diese an einigen Beispielen
exemplarisch vorgestellt werden.</dc:description>
         <dc:subject>METADATEN</dc:subject>
         <dc:creator>Thorsten Meyer </dc:creator>
         <dc:language>de</dc:language>
         <dc:rights>Thorsten Meyer</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Metadaten</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit12"/>
</rdf:Description>

<rdf:Description
rdf:about="http://nala.prakinf.tu-ilmenau.de/schoen/worksh98.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Das Resource Description Framework (RDF) - ein neuer
Weg zur Verwaltung von Metadaten im Netz</dc:title>
         <dc:description>Es wird erläutert, warum die Definition eines
Standards für Metadaten in Computernetzen, besonders im Internet,
dringend notwendig ist. Als aktueller Vorschlag des W3-Consortiums wird
das Resource Description Framework (RDF) mit seinem Datenmodell und
seiner auf XML beruhenden Syntax vorgestellt. Ein ausführliches Beispiel
demonstriert die Möglichkeiten des RDF</dc:description>
         <dc:subject>RDF</dc:subject>
         <dc:creator>Eckhardt Schön</dc:creator>
         <dc:language>de</dc:language>
         <dc:rights>Eckhardt Schön</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:keyword>Metadaten</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit12"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.w3.org/RDF/FAQ">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Frequently Asked Questions rdf:about RDF</dc:title>
         <dc:description>Beantwortung häufig gestellter Fragen zu
RDF</dc:description>
         <dc:subject>RDF</dc:subject>
         <dc:creator>Tim Berners-Lee, Dan Brickley, Eric Miller, Ralph
R. Swick</dc:creator>
         <dc:language>en</dc:language>
         <dc:rights>Tim Berners-Lee, Dan Brickley, Eric Miller, Ralph R.
Swick</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit12"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.w3.org/rdf">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
         <dc:title>Resource Description Framework (RDF)</dc:title>
         <dc:description>Specs, Bookmarks (Intro * Articles), Projects
and Applications, Developer tools, Timeline</dc:description>
         <dc:subject>RDF</dc:subject>
         <dc:creator>Eric Miller, Ralph Swick, Dan Brickley</dc:creator>
         <dc:language>en</dc:language>
         <dc:rights>W3C</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit12"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.helge-reinsch.de/ki2/rdfschema.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Allgemeine Einführung ins RDF Schema</dc:title>
         <dc:description>Allgemeine Einführung ins
RDF-Schema</dc:description>
         <dc:subject>RDF Schema</dc:subject>
         <dc:language>de</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>KBS (Universitaet Hannover)</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF-Schema</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit13"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.w3.org/TR/rdf-schema/">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
         <dc:title>Resource Description Framework(RDF) Schema
Specification 1.0</dc:title>
         <dc:description>Resource Description Framework(RDF) Schema
Specification 1.0</dc:description>
         <dc:subject>RDF Schema</dc:subject>
         <dc:creator>Dan Brickley, R.V. Guha</dc:creator>
         <dc:language>en</dc:language>
         <dc:rights>W3C</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF Schema</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit13"/>
</rdf:Description>

<rdf:Description
rdf:about="http://dbs.uni-leipzig.de/de/seminararbeiten/semSS99/arbeit5/
Rdf.html">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
         <dc:title>Resource Description Framework</dc:title>
         <dc:description>Datenbankeinsatz im Internet</dc:description>
         <dc:subject>RDF</dc:subject>
         <dc:creator>Rainer Böhme</dc:creator>
         <dc:language>de</dc:language>
         <dc:rights>Rainer Böhme</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit13"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.xml.com/pub/a/2001/01/24/rdf.html">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>What is RDF?</dc:title>
         <dc:description>Überblick mit einigen Beispielen, Einführung in
RDF, Warum reicht nicht XML</dc:description>
         <dc:subject>RDF</dc:subject>
         <dc:creator>Tim Bray</dc:creator>
         <dc:language>en</dc:language>
         <dc:rights>O'Reilly & Associates, Inc.</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF</olr:keyword>
       <olr:keyword>XML</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit14"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www10.org/cdrom/papers/572/index.html">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Combining RDF and XML Schemas to Enhance
Interoperability Between Metadata Application Profiles</dc:title>
         <dc:description>RDF und XML</dc:description>
         <dc:subject>Einführung</dc:subject>
         <dc:creator>Jane Hunter</dc:creator>
         <dc:creator>Carl Lagoze</dc:creator>
         <dc:language>en</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>Carl Lagoze,Jane Hunter</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>RDF Schema</olr:keyword>
       <olr:keyword>XML Schema</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit14"/>
</rdf:Description>

<!--  Ende Änderung -->


<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Definit
ionen.htm">
       <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
         <dc:title>Definitionen</dc:title>
         <dc:description>Definitionen wichtiger Grundbegriffe in der
KI</dc:description>
         <dc:subject>Begriffsdefinitionen</dc:subject>
         <dc:language>deutsch</dc:language>
         <dc:coverage>Einfuehrungskurs</dc:coverage>
         <dc:rights>KBS (Universitaet Hannover)</dc:rights>
       <olr:keyword>KI</olr:keyword>
       <olr:keyword>Definitionen</olr:keyword>
       <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Charakt
erisierung.htm">
        <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
          <dc:title>Charakterisierung von Agenten</dc:title>
        <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Struktu
r.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Die Struktur intelligenten Agenten</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Typen.h
tm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Typen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Agenten/Umgebun
g.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Umgebungen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogik/s
emantische_konzepte.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Semantische Konzepte</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit2"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogik/s
yntax.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Syntax und Semantik der Aussagenlogik</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit2"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogik/l
ogischesSchliessen.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Logisches Schliessen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit2"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogik/i
nferenzregeln.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Inferenzregeln</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit2"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Praedikatenlogi
k1/Syntax_Semantik.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Syntax und Semantik der Prädikatenlogik erster
Stufe</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit3"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Praedikatenlogi
k1/Axiome.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Axiome</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit3"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Praedikatenlogi
k1/inferenzmethode.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Inferenzmethode</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit3"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Logik_
1_Stufe/Modus_Ponens.htm">
  <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Generalized Modus Ponens</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit4"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Logik_
1_Stufe/f_chaining.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Forward Chaining</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit4"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Logik_
1_Stufe/b_chaining.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Backward Chaining</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit4"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Logik_
1_Stufe/completeness.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Completeness</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit4"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Logik_
1_Stufe/resolution.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Resolution</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit4"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Inferenz_Logik_
1_Stufe/goedel.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Göedel's Incompletness Theorem</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit4"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/suchen.h
tml">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Suchen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/Suchstra
tegie.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Suchstrategien</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/reale_ap
plikationen.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Reale Applikationen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/breitens
uche.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Breitensuche</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bidirekt
ionale_suche.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Bidirektionale Suche</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/tiefensu
che.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Tiefensuche</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/uniform_
cost.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Uniform Cost</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/iterativ
es_vertiefen.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Iteratives Vertiefen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/SyntaxSe
mantik.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Syntax und Semantik</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/listen.h
tml">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Listen von PROLOG</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/Prolog_L
ogik.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>PROLOG und Logik</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/SLD-reso
lution.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>SLD-Resolution</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/hornklau
seln.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Hornklauseln in PROLOG</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/prologpr
ogramme.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>PROLOG-Programme</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/lernen.h
tml">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Lernverfahren</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/induktiv
esLernen.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Induktives Lernen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/entsch_b
aum.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Entscheidungsbaumverfahren</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/lernen_e
ntsch.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Lernen von Beispielen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/inf_theo
rie.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Informationstheorie</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/Suche_Hy
pothesenraum.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Logische Beschreibungen Lernen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/best_hyp
othese.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Momentan-Beste-Hypothese Suche</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/Versione
nraum.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Geringste-Verpflichtung Suche</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/lerntheo
rie.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Lerntheorie</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/entsch_l
isten.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Entscheidungslisten lernen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheorie/k
i_methode.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>KI Methode</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit8"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheorie/m
inimax.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>MiniMax</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit8"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheorie/a
lphabeta.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Alpha-Beta</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit8"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheorie/m
itzufall.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Mit Zufall</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit8"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheorie/k
omplexitaet.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Komplexität</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit8"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheorie/a
ktueller_stand.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Aktueller Stand</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit8"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Spieletheorie/w
eitere_entwicklung.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Topic
"/>
  <dc:title>Weitere Entwicklung</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit8"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Aussagenlogik/B
eispiel_Hexe.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Hexe</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit2"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Praedikatenlogi
k1/Beispiel_Quantoren.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Quantoren</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit3"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/von_arad
_nach_bekarest.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Von Arad nach Bukarest</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bsp_8dam
en.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Beispiel 8 Damen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bsp_8puz
zle.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Beispiel 8 Puzzle</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bsp_bfzk
.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Beispiel Bauer, Fuchs, Ziege, Kohl Problem</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Suchen/bsp_stau
bsauger.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Beispiel Staubsauger</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/bspProgr
amme.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Suchalgorithmen</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/bspUnifi
kation.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Unifikation</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/bspExper
tensystem.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Expertensystem</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/Planing/
pop.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Partial-Order Planing</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Prolog/Planing/
strips.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>STRIPS-Planer</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Lernen/bspSonne
nbrand.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Examp
le"/>
  <dc:title>Sonnenbrand</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit7"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Folien/Folien_2
1_11_00.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Slide
"/>
  <dc:title>Folien (21.11.00)</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit2"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Folien/Folien_2
8_11_00.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Slide
"/>
  <dc:title>Folien (28.11.00)</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit3"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Folien/Folien_0
5_12_00.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Slide
"/>
  <dc:title>Folien (05.12.00)</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit4"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Uebung
1_071100.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exerc
ise"/>
  <dc:title>Uebung 1</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>
<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Uebung
2_071100.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exerc
ise"/>
  <dc:title>Uebung 2</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Uebung
3.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exerc
ise"/>
  <dc:title>Uebung 3</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit2"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Uebung
4.pdf">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exerc
ise"/>
  <dc:title>Uebung 4</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit3"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.kbs.uni-hannover.de/Lehre/KI1/WS00/Uebungen/Uebung
5.htm">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exerc
ise"/>
  <dc:title>Uebung 5</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit5"/>
</rdf:Description>

<rdf:Description
rdf:about="http://virtcampus.cl-ki.uni-osnabrueck.de/prolog/">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exerc
ise"/>
  <dc:title>Prolog - Tutor</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit6"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.agentlink.org">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
  <dc:title>AgentLink</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.robocup.org">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
  <dc:title>RoboCup</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.cl-ki.uni-osnabrueck.de/~ptschorn/skript2000/buch_
tf.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
  <dc:title>Prolog - Programming in Logic</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>

<rdf:Description
rdf:about="http://www.cl-ki.uni-osnabrueck.de/~ptschorn/skript2000/buch_
tf2.html">
    <rdf:type
rdf:resource="http://albinoni.kbs.uni-hannover.de/rdf/olr_schema_5#Exter
nalLink"/>
  <dc:title>Prolog - Programming in Logic</dc:title>
  <olr:parentUnit rdf:resource="#Vorlesungseinheit1"/>
</rdf:Description>


</rdf:RDF>

Received on Monday, 22 October 2001 08:14:52 UTC