Lab: Semantic Lifting - HTML: Difference between revisions
From info216
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
Today's topic involves lifting data in HTML format into RDF. | Today's topic involves lifting data in HTML 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 the coding language used to describe structure and content of websites. | HTML is the coding language used to describe structure and content of websites. |
Revision as of 14:35, 14 March 2020
Lab 10: Semantic Lifting - HTML
Link to Live-stream
Topics
Today's topic involves lifting data in HTML format into RDF. The goal is for you to learn an example of how we can convert unsemantic data into RDF. Scraping
HTML is the 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)
Hints |
Replacing characters with Dataframe:
|