Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
teaching:infoh509 [2017/04/19 13:42]
svsummer
teaching:infoh509 [2019/03/26 09:12]
svsummer
Line 1: Line 1:
 ====== INFO-H-509 : XML and Web Technologies ====== ====== INFO-H-509 : XML and Web Technologies ======
  
-<note important>​If you are following this course, please register ​using [[https://​docs.google.com/​forms/​d/​e/​1FAIpQLSfKvLyims3KrWWVJN7T5PQJK9X5uJNLQ04cl8Kd1932RNxj6A/​viewform|this form]] ​*before March 1, 2017*This allows the course responsibles to contact you when necessary.</​note>​+<note important>​If you are a VUB studetn ​following this course, please register ​by filling in [[https://​docs.google.com/​forms/​d/​e/​1FAIpQLSfKvLyims3KrWWVJN7T5PQJK9X5uJNLQ04cl8Kd1932RNxj6A/​viewform|this ​online ​form]] ​by February 22 at the latestIt allows the course responsibles to contact you when that is needed.</​note>​
  
 ===== GENERAL INFORMATION ===== ===== GENERAL INFORMATION =====
Line 18: Line 18:
  
   * **Course responsible**:​ [[http://​code.ulb.ac.be/​code.people.php?​id=992|Stijn Vansummeren]] (Bâtiment U, étage 4, local UB4.125, Campus Solbosch)   * **Course responsible**:​ [[http://​code.ulb.ac.be/​code.people.php?​id=992|Stijn Vansummeren]] (Bâtiment U, étage 4, local UB4.125, Campus Solbosch)
-  * **Assistant**:​ [[mwaumans@ulb.ac.be|Michael Waumans]] +  * **Assistant**:​ [[gilles.dejaegere@ulb.ac.be|Gilles Dejaegere]] 
  
 ==== Organisation ==== ==== Organisation ====
Line 28: Line 28:
  
 ===== COURSE PLAN ===== ===== COURSE PLAN =====
- 
 ==== Lecture 1: Introduction and Web Architecture === ==== Lecture 1: Introduction and Web Architecture ===
  
Line 41: Line 40:
   * The {{:​teaching:​infoh509:​1-intro-webarch.pdf|slides}}   * The {{:​teaching:​infoh509:​1-intro-webarch.pdf|slides}}
  
-==== Lecture 2: XML and XPath ===+==== Lecture 2: XMLXPath, and JSON ===
  
 Lecture 2 has introduced XML and XPath in depth. ​ Lecture 2 has introduced XML and XPath in depth. ​
Line 58: Line 57:
 ==== Lecture 4: XML Schema Languages: XSDs === ==== Lecture 4: XML Schema Languages: XSDs ===
  
-In Lecture ​3, we have discussed the limitations of DTDs. Some of these+In Lecture ​4, we have discussed the limitations of DTDs. Some of these
 limitations are lifted by XML Schema, whose syntax and semantics were studied during lecture 4. limitations are lifted by XML Schema, whose syntax and semantics were studied during lecture 4.
  
 See pages 113-158 in the book as well as the See pages 113-158 in the book as well as the
 {{:​teaching:​infoh509:​4-xml_schemas_part_2.pdf|corresponding slides}}. {{:​teaching:​infoh509:​4-xml_schemas_part_2.pdf|corresponding slides}}.
 +
 +The example XML Schema files used during the theory lecture is also {{:​teaching:​infoh509:​xml-schema-demo.zip|available for download.}}
  
 ==== Project Assignment 1: XML Schema Definition ==== ==== Project Assignment 1: XML Schema Definition ====
Line 76: Line 77:
 See the full assignment for related dealine(s), what the solution should entail, and to whom it should be submitted). ​ See the full assignment for related dealine(s), what the solution should entail, and to whom it should be submitted). ​
  
-<note tip>You can use these simple ​ {{:​teaching:​infoh509:​validationtools.zip|validation tools}} (written in Java) to help check if your example documents conform toyour XSD. Unzip the file, and then use either ''​java -jar DTDValidator.jar <​xmldoc>''​ or ''​java -jar XSDValidator.jar <​schemadoc>​ <​xmldoc>''​ to validate. The third jar file contais ​the source code, should you be interested.</​note>​ +<note tip>You can use these simple ​ {{:​teaching:​infoh509:​validationtools.zip|validation tools}} (written in Java) to help check if your example documents conform toyour XSD. Unzip the file, and then use either ''​java -jar DTDValidator.jar <​xmldoc>''​ or ''​java -jar XSDValidator.jar <​schemadoc>​ <​xmldoc>''​ to validate. The third jar file contains ​the source code, should you be interested.</​note>​
  
 ==== Lecture 5: Transforming XML documents with XSLT === ==== Lecture 5: Transforming XML documents with XSLT ===
Line 99: Line 99:
 contributes the remaining 14/20 points. ​ contributes the remaining 14/20 points. ​
  
-See the full assignment for related dealine(s), what the solution should entail, and to whom it should be submitted)+See the full assignment for related dealine(s), what the solution should entail, and to whom it should be submitted. ​
  
 <note tip>The zip file above contains a XSLT transformation tool. You can use ''​java -jar xslt-tool.jar <​xslt-file>​ <​inputfile>​ <​outputfile>''​ to run it. </​note>​ <note tip>The zip file above contains a XSLT transformation tool. You can use ''​java -jar xslt-tool.jar <​xslt-file>​ <​inputfile>​ <​outputfile>''​ to run it. </​note>​
Line 123: Line 123:
 See the full assignment for related dealine(s), what the solution should entail, and to whom it should be submitted). See the full assignment for related dealine(s), what the solution should entail, and to whom it should be submitted).
  
-==== Lecture 7: RDF and RDF schema==== 
  
-In lecture 7 we have introduced the RDF data model, its serialization formats, and basics of RDF Schema.+===== Practical Sessions =====
  
-**Required reading:​** +  ​* {{:​teaching:​infoh509:​infoh509_01_1617.zip|Practical session 1}} 
-The {{:​teaching:​infoh509:​7-rdf.pdf|lecture slides}}the [[http://​www.w3.org/​TR/​rdf11-primer/|RDF 1.1 Primer]], and these [[http://cs.ulb.ac.be/​owncloud/​index.php/​s/​9tPKB74Oku5EtmX|course notes]] (password protected).+You can test your Xpath query in the folder containing saxon9he.jar with the following command: 
 +java -cp "​saxon9he.jar" net.sf.saxon.Query -s:"<​sourcefile>"​ -qs:'<​query>'​ -o:"<​outputfile>"​ 
 +  * {{:​teaching:​infoh509_tp2_1819.zip|Practical session 2}}
  
-**Recommended (but optional) reading:** 
-In addition, it is recommended to read the [[http://​www.w3.org/​TR/​turtle/​|RDF 1.1. Turtle Syntax]] specification (sections 1-3) and the [[http://​www.w3.org/​TR/​2014/​REC-rdf-syntax-grammar-20140225/​|RDF 1.1. XML Syntax]]specification (only section 2) to get the best overview of the RDF serialization formats. In addition, the {{:​teaching:​infoh509:​semantic-web.pdf|original semantic web article}} ​ is a good read to get an insight into the original motivation for the semantic web. 
  
  
  
-===== Practical Sessions ===== 
- 
-{{:​teaching:​infoh509:​infoh509_01_1617.zip|Practical Session 1}} 
- 
-{{:​teaching:​infoh509:​infoh509_02_1617.zip|Practical Session 2}} 
 ===== References ===== ===== References =====
   * A. Moller and M. Schwartzbach. //​[[http://​www.brics.dk/​ixwt/​|An Introduction to XML and Web Technologies]]//​. Addison-Wesley,​ 2006. ISBN-13: 978-0-321-26966-9   * A. Moller and M. Schwartzbach. //​[[http://​www.brics.dk/​ixwt/​|An Introduction to XML and Web Technologies]]//​. Addison-Wesley,​ 2006. ISBN-13: 978-0-321-26966-9
 
teaching/infoh509.txt · Last modified: 2020/04/09 14:38 by svsummer