Lab: Semantic Lifting - CSV: Difference between revisions

From info216
No edit summary
No edit summary
Line 6: Line 6:


Fortunately, CSV is already structured in a way that makes the creation of triples relatively easy.
Fortunately, CSV is already structured in a way that makes the creation of triples relatively easy.
==Relevant Libraries==
* Pandas


==Tasks==
==Tasks==

Revision as of 18:26, 12 March 2020

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.

Fortunately, CSV is already structured in a way that makes the creation of triples relatively easy.

Relevant Libraries

  • Pandas

Tasks

Useful Readings