It is difficult to answer the question, but it is not stupid.
In general, you can convert from a table the size into a triple score with something like:
triples = columns - 1 * rows
This is a bit redundant generalization, but it should give you some idea, for example. if you have a table like:
prikey val1 val2
a 1 2
b 3 4
c 5 6
6 , NTriples, :
<a> <val1> 1 .
<a> <val2> 2 .
<b> <val1> 3 .
<b> <val2> 4 .
<c> <val1> 5 .
<c> <val2> 6 .
sitatuions (, pirmary) , .