Question: Data Conversion ( csv 2 RDF ) Purpose: Implementation of a wrapper to convert data from a semi - structured format ( csv ) to

Data Conversion (csv2RDF)
Purpose: Implementation of a wrapper to convert data from a semi-structured format (csv) to an RDF
serialization format
Motivation: There are a massive amount of data resided in semi-structured data format e.g., XML, CS
etc. To incorporate them in the knowledge graph, we have to write appropriate parsers and wrappers
to do data conversion.
Input Data: The input data (data.csv) contains 200 records of the name of actors, movies in which
they starred and the country in which the movie was produced. The first record of the file indicates the
label of each column.
Output data: an RDF serialization (turtle, n-tuple ...) format of the input data.
Expectation: you have to take care of followings:
defining a small schema representing concerning concepts and properties of the input data.
a mechanism to automatically generate URIs for both data level and schema level.
producing necessary triples indicating each record of data.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!