eHasOwner.csv
# Animal whose ID is not multiple of 10 has owner person with ID = 50 + animalID.
# The value of length property is equal to the ID of the animal.
# The value of place property is: "2000-animalID" for animal with odd ID, and 3 * "2000-animalID" for animal with even ID.

eKnows.csv
# Animal 0 knows person 1-2300 with length property = dstPersonID, place = string(3000-dstPersonID), tags=[string(3000-dstPersonID)]
# Animal 1 knows person 0-50 with length property = dstPersonID, place = string(1000-dstPersonID), tags=[string(1000-dstPersonID)]
