Lab: Semantic Lifting - CSV
From info216
Lab 9: Semantic Lifting - CSV
Topics
Today's topic involves lifting the data in CSV format into RDF. The goal is for you to learn an example of how we can convert unsemantic data into RDF.
CSV stands for Comma Seperated Values, meaning that each point of data is seperated by a column.
Fortunately, CSV is already structured in a way that makes the creation of triples relatively easy.
Relevant Libraries
- Pandas