<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="./styles/vorlesung.xsl"?>

<vorlesung>


<vorlesungsstunde>
<id> 1_introduction </id>
<date>Vorlesung vom 12.10.2006</date>
<title> Semantic Web: Introduction</title>
<keywords> Semantic Web: Introduction, Overview, HTML, W3C, Supermarket Example  </keywords>
<script> 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/01_introduction.pdf"
      xlink:title="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/01_introduction.pdf">
</link>
</script>

<readings>  
<item> Article in Scientific America, May 2001: The Semantic Web: A
new form of Web content that is meaningful to computers will unleash a
revolution of new possibilities. By Tim Berners-Lee, James Hendler and Ora Lassila:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.sciam.com/article.cfm?articleID=00048144-10D2-1C70-84A9809EC588EF21"
      xlink:title="Online Version">
</link>
</item>
</readings>
</vorlesungsstunde> 

<vorlesungsstunde >
<id> 02_xml_dtd_xsd_xhtml </id>
<date>Vorlesung vom 19.10.2006</date>
<title> XML, DTDs, XML Schema, XHTML </title>
<keywords> XML, DTD, XML Schema, XHTML </keywords>
<script> 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/02_xml_dtd_xsd_xhtml.pdf"    
      xlink:title="Slides (pdf)">
</link>
</script>
<readings>  
<item> FAQ to XML (provides good overview):
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.ucc.ie/xml/"
      xlink:title="The XML FAQ">
</link>
</item>

<item> Online XML Tutorial in the Web:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.google.com/search?q=XML+online+tutorials"
      xlink:title="Google Search: XML + online + tutorials">
</link>
</item>

<item>  The ultimate XML Schema document:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.w3.org/2000/10/XMLSchema"
      xlink:title="http://www.w3.org/2000/10/XMLSchema">
</link>
</item>

<item>  A DTD XML validator:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.stg.brown.edu/service/xmlvalid/"
      xlink:title="http://www.stg.brown.edu/service/xmlvalid/">
</link>
</item>

<item>  An XSD XML validator:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.xmlme.com/Validator.aspx"
      xlink:title="http://www.xmlme.com/Validator.aspx">
</link>
</item>


<item>  
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.w3.org/XML/"
      xlink:title="XML Schema at W3C">
</link>
</item>

<item>  <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.w3.org/TR/xhtml1/"
      xlink:title="XHTML at W3C">
</link>
</item>
</readings>
</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_26_10_2006 </id>
<date>Vorlesung vom 26.10.2006</date>
<title> Friends and Members of the XML Familiy: Namespaces, CSS, XPATH </title>
<keywords> Namespaces, CSS, XPATH </keywords>
<script> 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/03_namespaces_css_xpath.pdf"    
      xlink:title="Slides (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/03_namespaces_css_xpath_uebung.pdf"    
      xlink:title="Uebung (pdf)">
</link>
</script>
<readings>  
<item> CSS: Collection of examples at SELFHTML by Stefan Münz:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://de.selfhtml.org/layouts/index.htm"
      xlink:title="http://de.selfhtml.org/layouts/index.htm">
</link>
</item>

<item> CSS: Kurzreferenz, SELFHTML by Stefan Münz:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://de.selfhtml.org/navigation/css.htm"
      xlink:title="http://de.selfhtml.org/navigation/css.htm">
</link>
</item>

<item> CSS: Many Tutorials available, one example is: 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.htmlhelp.com/reference/css/quick-tutorial.html"
      xlink:title="http://www.htmlhelp.com/reference/css/quick-tutorial.html">
</link>
</item>

<item> XPATH: Many Tutorials, one tutorial used also for the slides is: 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.w3schools.com/xpath/xpath_intro.asp"
      xlink:title="http://www.w3schools.com/xpath/xpath_intro.asp">
</link>
</item>

<item> XPATH: Example collection:  
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.zvon.org/xxl/XPathTutorial/General/examples.html"
      xlink:title="http://www.zvon.org/xxl/XPathTutorial/General/examples.html">
</link>
</item>

<item> XPATH: Evaluator - try it on your own:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://b-cage.net/code/web/xpath-evaluator.html"
      xlink:title="http://b-cage.net/code/web/xpath-evaluator.html">
</link>
</item>

<item> XPATH: A Python Evaluator from a course attendee:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://reparts.org/semantic/PyXPathToy.html"
      xlink:title="http://reparts.org/semantic/PyXPathToy.html">
</link>
</item>


<item> Weitere Beispiel-Dateien zum Thema CSS aus Vorlesung und Übung:   
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/03/A1.html"
      xlink:title="A1.html">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/03/A.css"
      xlink:title="A.css">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/03/uebung1.html"
      xlink:title="uebung1.html">
</link>
</item>


</readings>
</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_02_11_2006 </id>
<date>Vorlesung vom 02.11.2006</date>
<title> Friends and Members of the XML Familiy: XSL: XSLT + XSL-FO, XQuery </title>
<keywords> XSL, XSLT, XSL-FO, XQuery </keywords>
<script> 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/04_xsl_xquery.pdf"    
      xlink:title="Slides (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/04_xsl_xquery_uebung.pdf"    
      xlink:title="Uebung (pdf)">
</link>
</script>

<readings>  
<item> Paul Grosso, Norman Walsh: XSL Concepts and Practical Use
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://nwalsh.com/docs/tutorials/xsl/xsl/slides.html"
      xlink:title="http://nwalsh.com/docs/tutorials/xsl/xsl/slides.html">
</link>
</item>

<item> Xquery Tutorial in the Web:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.brics.dk/~amoeller/XML/querying/index.html"
      xlink:title="http://www.brics.dk/~amoeller/XML/querying/index.html">
</link>
</item>
<item> XSL sample files:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/04/xslfo.xml"
      xlink:title="xslfo.xml">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/04/xslfo.xsl"
      xlink:title="xslfo.xsl">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/Lehre/semweb06/index.xml"
      xlink:title="Course website">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/Lehre/semweb06/styles/vorlesung.xsl"
      xlink:title="Course stylesheet">
</link>
</item>

</readings>
</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_09_11_2006 </id>
<date>Vorlesung vom 9.11.2006</date>
<title> RDF: Resource Description Framework </title>
<keywords> RDF, RDF Schema </keywords>
<script> 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/05_rdf_rdfs.pdf"
      xlink:title="Slides (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/05_rdf_rdfs_uebung.pdf"    
      xlink:title="Uebung (pdf)">
</link>
</script>

</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_16_11_2006 </id>
<date>Vorlesung vom 16.11.2006</date>
<title> OWL - Web Ontology Language </title>
<keywords> OWL </keywords>
<script> 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/06_owl.pdf"    
      xlink:title="Slides (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/06_chapter4.ppt"    
      xlink:title="Uebung (ppt), pp.60- 76">
</link>
</script>

</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_23_11_2006 </id>
<date>Vorlesung vom 23.11.2006</date>
<title> OWL - Web Ontology Language, Ontology Engineering, Ontology Mapping </title>
<keywords> OWL </keywords>
<script> 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/07_owl.pdf"    
      xlink:title="Lecture Slides (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/07_owl_uebung.pdf"    
      xlink:title="Uebung (pdf) ">
</link>
</script>

<readings>  
<item> G. Antoniou, F. van Harmelen: OWL-Slides
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~henze/semweb05/skript/slides/chapter4.ppt"
      xlink:title="OWL-Slides">
</link>
</item>

<item> N. f. Noy, D. L. McGuiness: Ontolgoy Development 101: A Guide to
Creating Your First Ontology
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.ksl.stanford.edu/people/dlm/papers/ontology101/ontology101-noy-mcguinness.html"
      xlink:title="http://www.ksl.stanford.edu/people/dlm/papers/ontology101/ontology101-noy-mcguinness.html">
</link>
</item>

</readings>

</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_30_11_2006 </id>
<date>Vorlesung vom 30.11.2006</date>
<title> Hands on: FOAF and co </title>
<keywords> FOAF, RSS </keywords>
<script> 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/08_foaf_rss.pdf"    
      xlink:title="Lecture Slides (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/08_foaf_rss_uebung.pdf"
      xlink:title="Uebung (pdf) ">
</link>
</script>

<readings>  
<item> FOAF-a-Matic: 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.ldodds.com/foaf/foaf-a-matic"
      xlink:title="http://www.ldodds.com/foaf/foaf-a-matic">
</link>
</item>
<item> FOAF Examples:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://rdfweb.org/topic/FoafExamples"
      xlink:title="http://rdfweb.org/topic/FoafExamples">
</link>
</item>
<item> FOAF Explorer:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://xml.mfd-consult.dk/foaf/explorer/"
      xlink:title="http://xml.mfd-consult.dk/foaf/explorer/">
</link>
</item>
<item> Online RSS reader comparison:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.zerbit.de/artikel/show.asp?id=54"
      xlink:title="http://www.zerbit.de/artikel/show.asp?id=54">
</link>
</item>


</readings>

</vorlesungsstunde>
<vorlesungsstunde >
<id> semweb_07_12_2006 </id>
<date>Vorlesung vom 07.12.2006</date>
<title> RDF Query Languages </title>
<keywords> SPARQL RQL Algae Versa </keywords>
<script>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/09_rdf_query.pdf"
      xlink:title="Lecture Slides (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/09_rdf_query_uebung.pdf"
      xlink:title="Uebung (pdf) ">
</link>
</script>
<readings>
<item> RDF Query Language Comparison:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.pms.ifi.lmu.de/publikationen/PMS-FB/PMS-FB-2006-33/rw2006.pdf"
      xlink:title="http://www.pms.ifi.lmu.de/publikationen/PMS-FB/PMS-FB-2006-33/rw2006.pdf">
</link>
</item>
<item> SPARQL tutorial:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.w3.org/2004/Talks/17Dec-sparql/"
      xlink:title="http://www.w3.org/2004/Talks/17Dec-sparql/">
</link>
</item>
<item> RQL tutorial:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.openrdf.org/doc/rql-tutorial.html"
      xlink:title="http://www.openrdf.org/doc/rql-tutorial.html">
</link>
</item>
</readings>

</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_14_12_2006 </id>
<date>Vorlesung vom 14.12.2006</date>
<title> Logic Languages </title>
<keywords> Propositional Logics, First Order Logics, Description Logics </keywords>
<script>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/10_logics.pdf"
      xlink:title="Lecture Slides (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/10_logics_uebung.pdf"
      xlink:title="Uebung (pdf) ">
</link>
</script>
<readings>
<item> Description Logics Tutorial from Enrico Franconi:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.inf.unibz.it/~franconi/dl/course/"
      xlink:title="http://www.inf.unibz.it/~franconi/dl/course/">
</link>
</item>
<item> Description Logics Slides from Jan Horrocks:
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.cs.man.ac.uk/~horrocks/Slides/"
      xlink:title="http://www.cs.man.ac.uk/~horrocks/Slides/">
</link>
</item>
</readings>

</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_21_12_2006 </id>
<date>Vorlesung vom 21.12.2006</date>
<title> Rule Systems </title>
<keywords> Rule Systems, Monotonic Rules, Non-Monotonic Rules </keywords>
<script>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/11_rules.pdf"
      xlink:title="Lecture Slides (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/11_rules_uebung.pdf"
      xlink:title="Uebung (pdf) ">
</link>
</script>
</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_11_01_2007 </id>
<date>Vorlesung vom 11.1.2007</date>
<title> Rule-Markup, Proof and Trust</title>
<keywords> RuleML, SWRL, Proof, Trust, Digital Signature, Encryption</keywords>

<script>  
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/12_ruleml_proof_trust.pdf"
      xlink:title="Vorlesung (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/12_ruleml_proof_trust_uebung.pdf"    
      xlink:title="Uebung (pdf)">
</link>
</script>

<readings>
<item>  Framework for Security and Trust Standards 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.ninebynine.org/SWAD-E/Security-formats.html"
      xlink:title="http://www.ninebynine.org/SWAD-E/Security-formats.html">
</link>
</item>
<item> Network of Excellence "REWERSE - Reasoning on the Web"
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.rewerse.net"
      xlink:title="www.rewerse.net">
</link>
</item>
<item> Network of Excellence "Knowledge Web"
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://knowledgeweb.semanticweb.org"
      xlink:title="http://knowledgeweb.semanticweb.org">
</link>
</item>

</readings>
</vorlesungsstunde>


<vorlesungsstunde >
<id> semweb_18_01_2007 </id>
<date>Vorlesung vom 18.1.2007</date>
<title> Web Services, Semantic Web Services</title>
<keywords> Web Services, Semantic Web Services, SOAP, WSDL, UDDI</keywords>

<script>  
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/13_web_services.pdf"
      xlink:title="Vorlesung (pdf)">
</link>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~krause/teaching/semweb0607/13_web_services_uebung.pdf"    
      xlink:title="Übung (pdf)">
</link>
</script>
<readings>
<item> Tutorial: Web Services - IuK Herbsttagung 2003, Bad Honnef, Thomas
Severiens.
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.aki-dpg.de/Dokumente/Bad_Honnef_2003/webservicestutorial.pdf"
      xlink:title="http://www.deri.at/teaching/lectures/summer05/telecoop.html">
</link>
</item>
<item> Web Serivces in der Praxis von der AG Netzbasierte informationssysteme der Freien Universität Berlin, Prof. R. Tolksdorf 
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/~henze/semweb05/skript/slides/WS-Praxis.pdf"
      xlink:title="(pdf)">
</link>
</item>
</readings>

</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_25_01_2007 </id>
<date>Vorlesung vom 25.1.2007</date>
<title> Discussion on actual topics in the Semantic Web</title>
<keywords> Semantic Web, Web 2.0, Web Publishing and the future</keywords>

<readings>
<item> Social bookmarking example
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://del.icio.us/"
      xlink:title="http://del.icio.us/">
</link>
</item>
<item> Social
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.flickr.com/"
      xlink:title="http://www.flickr.com/">
</link>
</item>
<item> Google Epic
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://media.aperto.de/google_epic2015_de.html"
      xlink:title="http://media.aperto.de/google_epic2015_de.html">
</link>
</item>

</readings>

</vorlesungsstunde>

<vorlesungsstunde >
<id> semweb_01_02_2007 </id>
<date>Vorlesung vom 1.2.2007</date>
<title> Resumee</title>

<script>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/Lehre/semweb06/user_factor_personalisierung.pdf"
      xlink:title="Vorlesungsankuendigung (pdf)">
</link>
</script>


<readings>
<item>Alle Vorlesungsfolien in einer Datei
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/Lehre/semweb06/all_in_one.pdf"
      xlink:title="all_in_one (pdf)">
</link>
</item>
<item> Klausurhinweise
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="new"
      xlink:href="http://www.kbs.uni-hannover.de/Lehre/semweb06/exam.html"
      xlink:title="exam.html">
</link>
</item>

</readings>

</vorlesungsstunde>

</vorlesung>

 


