diff --git a/src/jsonldimportfilter.cpp b/src/jsonldimportfilter.cpp --- a/src/jsonldimportfilter.cpp +++ b/src/jsonldimportfilter.cpp @@ -34,6 +34,9 @@ const char* fromType; const char* toType; } type_mapping[] = { + { "AutoDealer", "LocalBusiness" }, + { "AutoRepair", "LocalBusiness" }, + { "AutomotiveBusiness", "LocalBusiness" }, { "Bakery", "FoodEstablishment" }, { "BarOrPub", "FoodEstablishment" }, { "BedAndBreakfast", "LodgingBusiness" }, @@ -44,25 +47,32 @@ { "Campground", "LodgingBusiness" }, { "ChildrensEvent", "Event" }, { "ComedyEvent", "Event" }, + { "ComputerStore", "LocalBusiness" }, { "DanceEvent", "Event" }, { "Distillery", "FoodEstablishment" }, { "EditAction", "UpdateAction" }, { "EducationEvent", "Event" }, + { "ElectronicsStore", "LocalBusiness" }, + { "EntertainmentBusiness", "LocalBusiness" }, { "ExhibitionEvent", "Event" }, { "FastFoodRestaurant", "FoodEstablishment" }, { "Festival", "Event" }, + { "HobbyShop", "LocalBusiness" }, + { "HomeAndConstructionBusiness", "LocalBusiness" }, { "Hostel", "LodgingBusiness" }, { "Hotel", "LodgingBusiness" }, { "IceCreamShop", "FoodEstablishment" }, { "LiteraryEvent", "Event" }, { "Motel", "LodgingBusiness" }, + { "MovieTheater", "LocalBusiness" }, { "MusicEvent", "Event" }, { "Resort", "LodgingBusiness" }, { "Restaurant", "FoodEstablishment" }, { "SaleEvent", "Event" }, { "ScreeningEvent", "Event" }, { "SocialEvent", "Event" }, { "SportsEvent", "Event" }, + { "Store", "LocalBusiness" }, { "TheaterEvent", "Event" }, { "VisualArtsEvent", "Event" }, { "Winery", "FoodEstablishment" },