Google Api FreeBase data dumps parsing using c# -
i want search google api freebase. want general amount of data. example ids of songs, or films. downloaded data dumps gz file. wonder best solution of parsing file , getting data need. using .net c#.
there couple .net libraries can read rdf format of dumps:
the data dumps formatted tab separated values should able use csv parser parse each line triple.
make sure read through developer docs on how data dumps formatted. basically, each line forms triple has subject, predicate , object. data films you'll looking triples have predicate starts /film/.
Comments
Post a Comment