| 1 | kuid | string | Unique identifier for the vehicle owner record, used to uniquely distinguish each entry in the dataset. |
| 2 | kjennemerke | string | The vehicle's license plate number, serving as a primary identifier for vehicle registration and ownership tracking. |
| 3 | understellsnummer | string | Chassis number of the vehicle, a unique identifier that helps verify the vehicle's identity beyond just registration. |
| 4 | personid_orgnr_eier | string | Identification number representing the primary owner, either a personal ID or organization number. |
| 5 | fodselsnr_eier | int | Birth number of the primary owner, useful for identifying individual private owners. |
| 6 | navn_eier | string | First name of the primary vehicle owner, aiding in personal identification and correspondence. |
| 7 | mellomnavn_eier | string | Middle name of the primary owner, providing additional detail for accurate identification. |
| 8 | slektsnavn_eier | string | Surname of the primary owner, important for matching records and legal documentation. |
| 9 | adresse_eier | string | Registered residential or business address of the primary owner, used for contact and official communication. |
| 10 | postnummer_eier | string | Postal code associated with the owner's address to facilitate geographical localization. |
| 11 | poststed_eier | string | City or locality name linked to the owner's postal code. |
| 12 | kommunenummer_eier | string | Municipality code corresponding to the owner's residing area, useful for demographic and regional analysis. |
| 13 | kommnavn_eier | string | Name of the municipality where the primary owner is registered. |
| 14 | landkode_eier | string | Country code of the primary owner, indicating their country of residence or registration. |
| 15 | land_eier | string | Full name of the country where the primary owner resides or is registered. |
| 16 | fodselsdato_eier | date | Date of birth of the primary vehicle owner, ensuring proper identification and age verification. |
| 17 | dato_fra | date | Start date of the ownership or leasing period covered by the record. |
| 18 | dato_til | int | End date of the ownership or leasing period covered by the record, indicating validity range of ownership. |
| 19 | personid_orgnr_meier | string | Identification number for the co-owner, either a personal or organizational identifier. |
| 20 | fodselsnr_meier | int | Birth number of the co-owner, allowing identification of individual co-owners. |
| 21 | navn_medeier | string | First name of the co-owner, helping distinguish multiple owners on the same vehicle. |
| 22 | mellomnavn_medeier | string | Middle name of the co-owner to provide extra identification detail. |
| 23 | slektsnavn_medeier | string | Surname of the co-owner, essential for full and accurate identification. |
| 24 | adresse_medeier | string | Residential or business address of the co-owner for contact and verification purposes. |
| 25 | postnummer_medeier | string | Postal code related to the co-owner's address, aiding geographical classification. |
| 26 | poststed_medeier | string | City or locality associated with the co-owner's postal code. |
| 27 | landkode_medeier | string | Country code for the co-owner's place of residence or registration. |
| 28 | land_medeier | string | Full name of the country where the co-owner is registered or resides. |
| 29 | fodselsdato_medeier | date | Date of birth for the co-owner, used to confirm identity and age. |
| 30 | personid_orgnr_leier | string | Identifier for the lessee, personal or organizational, representing the individual or entity leasing the vehicle. |
| 31 | fodselsnr_leier | int | Birth number of the lessee, allowing identification of individuals leasing vehicles. |
| 32 | navn_leier | string | First name of the lessee, helping differentiate lessee records. |
| 33 | mellomnavn_leier | string | Middle name of the lessee for further identification precision. |
| 34 | slektsnavn_leier | string | Surname of the lessee to confirm identity alongside first and middle names. |
| 35 | adresse_leier | string | Address of the lessee for contact and legal registration related to the leased vehicle. |
| 36 | postnummer_leier | string | Postal code linked to the lessee's address to help with regional identification. |
| 37 | poststed_leier | string | City or locality name connected to the lessee's postal code. |
| 38 | landkode_leier | string | Country code indicating the lessee's country of residence or registration. |
| 39 | land_leier | string | Name of the country where the lessee resides or is officially registered. |
| 40 | fodselsdato_leier | date | Birth date of the lessee, used for verification and personal identification. |
| 41 | førstegangsregistrering | date | Date when the vehicle was first registered, marking its initial entry into the vehicle registration system. |
| 42 | total_historikk | int | Total count of all ownership or leasing records available for the vehicle, showing its historical ownership changes. |
| 43 | kjoretoy_merke | string | Brand or make of the vehicle, useful for classification and analysis of vehicle types. |
| 44 | kjoretoy_typebetegnelse | string | Specific model or type designation of the vehicle, providing more detailed vehicle identification. |
| 45 | kjoretoy_drivstoff | string | Type of fuel the vehicle uses, which can be relevant for environmental and regulatory analysis. |
| 46 | kjoretoy_registreringsstatus | string | Current registration status of the vehicle, indicating if it is active, deregistered, or otherwise. |
| 47 | kjoretoy_kjoring_art | string | Type of driving usage category assigned to the vehicle, such as personal, commercial, or other classifications. |
| 48 | kjoretoy_forstegang_norge | date | Date the vehicle was first registered in Norway, different from its first-time registration globally. |