Lab: Semantic Lifting - HTML
From info216
Lab 10: Semantic Lifting - HTML
Link to Discord server
Topics
Today's topic involves lifting data in HTML format into RDF. HTML stands for HyperText Markup Language and is used to describe the structure and content of websites. HTML has a tree structure, consisting of a root element, children and parent elements, attributes and so on. The goal is for you to learn an example of how we can convert unsemantic data into RDF.
Relevant Libraries/Functions
from bs4 import BeautifulSoup
Tasks
Task 1
Task 2
If You have more Time
Code to Get Started
Hints |