TOML
Recyclable Materials - TOML
Recyclable materials are resources that can be reprocessed and used as new products after use. They are mainly classified into four major categories: plastic (7 resin identification codes), paper and cardboard, metal (aluminum and steel), and glass. Proper separation and recycling enable effective resource utilization and reduction of environmental impact. Correct separation is required according to the collection standards of each municipality.
recycling
recyclable waste
separation
plastic
paper
metal
glass
environment
SDGs
[[items]]
code = "P1"
slug = "plastic-pet"
name = "PET (Polyethylene Terephthalate)"
description = "Highly transparent plastic used for beverage bottles and drink containers."
category = "plastic"
commonUses = "[\"Beverage bottles\",\"Drink containers\",\"Food trays\",\"Detergent bottles\"]"
recyclability = "high"
[[items]]
code = "P2"
slug = "plastic-hdpe"
name = "HDPE (High-Density Polyethylene)"
description = "Hard and durable plastic used for milk bottles and shampoo containers."
category = "plastic"
commonUses = "[\"Milk bottles\",\"Shampoo bottles\",\"Detergent containers\",\"Trash bins\",\"Pipes\"]"
recyclability = "high"
[[items]]
code = "P3"
slug = "plastic-pvc"
name = "PVC (Polyvinyl Chloride)"
description = "Chlorine-containing plastic used for pipes and vinyl sheets."
category = "plastic"
commonUses = "[\"Pipes\",\"Window frames\",\"Vinyl sheets\",\"Synthetic leather\",\"Shower curtains\"]"
recyclability = "low"
[[items]]
code = "P4"
slug = "plastic-ldpe"
name = "LDPE (Low-Density Polyethylene)"
description = "Flexible plastic used for shopping bags and plastic wrap."
category = "plastic"
commonUses = "[\"Shopping bags\",\"Plastic wrap\",\"Vinyl bags\",\"Squeeze bottles\",\"Film\"]"
recyclability = "medium"
[[items]]
code = "P5"
slug = "plastic-pp"
name = "PP (Polypropylene)"
description = "Heat-resistant plastic used for microwave-safe containers and food trays."
category = "plastic"
commonUses = "[\"Yogurt containers\",\"Food trays\",\"Baby bottles\",\"Container caps\",\"Straws\"]"
recyclability = "medium"
[[items]]
code = "P6"
slug = "plastic-ps"
name = "PS (Polystyrene)"
description = "Lightweight plastic used for Styrofoam and disposable cups."
category = "plastic"
commonUses = "[\"Instant noodle cups\",\"Styrofoam\",\"Disposable cups\",\"Packaging materials\",\"Food containers\"]"
recyclability = "low"
[[items]]
code = "P7"
slug = "plastic-other"
name = "Other Plastics"
description = "Plastics not belonging to the above 6 types, such as polycarbonate and composite materials."
category = "plastic"
commonUses = "[\"Polycarbonate water bottles\",\"Large juice bottles\",\"Electronic devices\",\"Biodegradable plastics\"]"
recyclability = "low"
[[items]]
code = "PA1"
slug = "paper-cardboard"
name = "Cardboard"
description = "Thick paper products used for delivery boxes and product packaging."
category = "paper"
commonUses = "[\"Delivery boxes\",\"Product packaging\",\"Storage boxes\",\"Display fixtures\"]"
recyclability = "high"
[[items]]
code = "PA2"
slug = "paper-newspaper"
name = "Newspaper"
description = "Low-quality paper used for newspapers with a high recycling rate."
category = "paper"
commonUses = "[\"Newspapers\",\"Flyers\",\"Advertising papers\"]"
recyclability = "high"
[[items]]
code = "PA3"
slug = "paper-mixed"
name = "Mixed Paper"
description = "Paper products other than newspapers and cardboard, such as magazines, documents, and envelopes."
category = "paper"
commonUses = "[\"Magazines\",\"Catalogs\",\"Documents\",\"Envelopes\",\"Paper bags\",\"Copy paper\"]"
recyclability = "high"
[[items]]
code = "PA4"
slug = "paper-carton"
name = "Paper Carton"
description = "Composite material of paper and plastic, such as milk cartons and juice cartons."
category = "paper"
commonUses = "[\"Milk cartons\",\"Juice cartons\",\"Soup packs\",\"Seasoning packs\"]"
recyclability = "medium"
[[items]]
code = "M1"
slug = "metal-aluminum"
name = "Aluminum"
description = "Lightweight metal with high recycling value used for beverage cans and food trays."
category = "metal"
commonUses = "[\"Beverage cans\",\"Food trays\",\"Aluminum foil\",\"Aluminum window frames\"]"
recyclability = "high"
[[items]]
code = "M2"
slug = "metal-steel"
name = "Steel (Iron)"
description = "High-strength metal used for food cans and beverage cans."
category = "metal"
commonUses = "[\"Food cans\",\"Beverage cans\",\"Paint cans\",\"Household product cans\"]"
recyclability = "high"
[[items]]
code = "G1"
slug = "glass-bottle"
name = "Glass Bottle"
description = "Material that can be recycled repeatedly, used for beverage and food containers."
category = "glass"
commonUses = "[\"Beverage bottles\",\"Food bottles\",\"Seasoning bottles\",\"Cosmetic bottles\",\"Medicine bottles\"]"
recyclability = "high"
[[items]]
code = "G2"
slug = "glass-other"
name = "Other Glass"
description = "Glass products other than bottles, such as window glass, mirrors, and light bulbs."
category = "glass"
commonUses = "[\"Window glass\",\"Mirrors\",\"Light bulbs\",\"Heat-resistant glass\",\"Tableware\"]"
recyclability = "low"