I downloaded the Freebase Easy dataset (3.3GB). I want to investigate this dataset in typing some entities. e.g: German (types in freebase: location, country, land.....).

How can I CONCATENATE these three files to have full dataset?
I downloaded the Freebase Easy dataset (3.3GB). I want to investigate this dataset in typing some entities. e.g: German (types in freebase: location, country, land.....).

How can I CONCATENATE these three files to have full dataset?
The files (facts.txt freebase-links.txt scores.txt) are all in the same format, so they can be simply concatenated. On a Unix-like system, you could use the command:
or you could keep everything compressed by doing something like
an example entry would look like
where the first line is from
scores.txt, the second line fromfreebase-links.txt, and the remainder fromfacts.txt.