Lab: Semantic Lifting - XML: Difference between revisions

From info216
(Created page with " =Lab 10: Semantic Lifting - HTML= ==Link to Discord server== https://discord.gg/t5dgPrK ==Topics== Today's topic involves lifting data in HTML format into RDF. The goal is...")
 
No edit summary
Line 6: Line 6:


==Topics==
==Topics==
Today's topic involves lifting data in HTML format into RDF.
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.  
The goal is for you to learn an example of how we can convert unsemantic data into RDF.  
Scraping


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

Revision as of 12:45, 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