In an .osm file, there are <TAG ... /> elements like
<way visible="true" id="-4409" timestamp="1970-01-01T00:00:00Z" version="1">
<nd ref="-21845"/>
<tag k="fcc" v="A40"/>
<tag k="len_miles" v="0.037850000000000002"/>
<tag k="et_id" v="4407"/>
The "k" and "v" in these refer to key - value pairs. What are the equivalent things called in shapefiles? Are they called (attribute, value) pairs? I see they're visible in the Attribute Table in QGIS and the k's correspond to columns and the v's are what is in the cells of that table.