Verbs

Something that I've been inconclusive about is how to represent verbs using an entity-relationship model, but I've realized that it's perhaps not as awkward as I thought. For example:

"I like running" -> speaker likes running
"I'm going to the store" -> speaker going_to store
"I'm driving on the 401" -> speaker driving_on highway401

The verb and preposition get fused together to represent the relation -- the thing that relates the two entities.