I want to convert persons data to RDF/Linked Data.
I have data like this:
Person_ID
has_name N
has_surname S
has_hobbies h1, h2, ..., hn
has_friends f1, f2, ..., fn
countries_visited c1, c2, ..., cn
date_of_birth dob
height H centimetres
weight W kgs
favourite_books b1, b2, ..., bn
favourite_movies m1, m2, ..., mn
Would somebody would guide me how can I convert such a record into RDF/Linked data?
