Lab: Semantic Lifting - XML: Difference between revisions

From info216
No edit summary
No edit summary
Line 35: Line 35:


==Useful Reading==
==Useful Reading==
[https://www.geeksforgeeks.org/xml-parsing-python/ XML-parsing-python by geeksforgeeks.org]

Revision as of 20:42, 18 March 2020

Lab 10: Semantic Lifting - HTML

Link to Discord server

https://discord.gg/t5dgPrK

Topics

Today's topic involves lifting data in XML format into RDF. The goal is for you to learn an example of how we can convert unsemantic data into RDF.

HTML is a coding language used to describe structure and content of websites.

Relevant Libraries/Functions

Tasks

If You have more Time

Code to Get Started (You could also use your own approach if you want to)


Useful Reading

XML-parsing-python by geeksforgeeks.org