CHAPTER 2
弘益人間 - Benefit All Humanity
The International Nomenclature of Cosmetic Ingredients (INCI) system represents one of the cosmetics industry's most significant achievements in global standardization. Created to provide a universal language for ingredient identification, INCI names enable consumers, professionals, and regulatory authorities to recognize cosmetic components regardless of brand, country, or marketing language.
INCI naming follows systematic rules based on chemical composition and botanical origins. For example, the common ingredient "water" is universally designated as "Aqua" in INCI nomenclature. Plant-derived ingredients typically use their Latin botanical names followed by the plant part used, such as "Camellia Sinensis Leaf Extract" for green tea extract.
WIA-IND-005 extends INCI nomenclature with comprehensive metadata structured as follows:
Each ingredient is categorized by its primary and secondary functions within formulations:
Understanding the chemical nature of ingredients is crucial for formulation science and safety assessment. WIA-IND-005 includes:
Each ingredient entry contains molecular structure data in multiple formats:
WIA-IND-005 aggregates safety data from multiple authoritative sources to provide comprehensive risk assessment:
The Environmental Working Group's Skin Deep database provides consumer-friendly safety ratings on a scale of 1-10, where 1-2 indicates low hazard, 3-6 moderate hazard, and 7-10 high hazard. These ratings consider:
The European Commission's Cosmetic Ingredient Database provides official EU regulatory information including:
The FDA's Voluntary Cosmetic Registration Program provides insights into ingredient usage patterns in the United States market, including frequency of use and typical concentration ranges across product categories.
Here's a comprehensive example of how ingredient data is structured in WIA-IND-005:
{
"@context": "https://wia-standards.org/contexts/ind-005/v1",
"type": "CosmeticIngredient",
"inci_name": "Niacinamide",
"identifiers": {
"cas_number": "98-92-0",
"ec_number": "202-713-4",
"alternative_names": [
"Nicotinamide",
"Vitamin B3",
"3-Pyridinecarboxamide"
]
},
"chemistry": {
"molecular_formula": "C6H6N2O",
"molecular_weight": 122.12,
"smiles": "NC(=O)c1cccnc1",
"inchi": "InChI=1S/C6H6N2O/c7-6(9)5-2-1-3-8-4-5/h1-4H,(H2,7,9)"
},
"function": {
"primary": "Active Ingredient",
"secondary": ["Skin Conditioning", "Brightening"],
"mechanism": "Enhances skin barrier function, reduces hyperpigmentation"
},
"safety": {
"ewg_score": 1,
"ewg_rating": "Low Hazard",
"eu_cosing_status": "Approved",
"fda_status": "Generally Recognized as Safe",
"sccs_opinion": "Safe when used up to 10%",
"allergen_potential": "Low",
"phototoxicity": "None",
"comedogenic_rating": 0
},
"regulatory": {
"eu_approved": true,
"us_approved": true,
"china_approved": true,
"japan_approved": true,
"max_concentration": {
"leave_on": "10%",
"rinse_off": "10%"
},
"restrictions": []
},
"usage_data": {
"common_in": [
"Serums",
"Moisturizers",
"Toners",
"Sunscreens"
],
"typical_concentration": "2-5%",
"frequency_of_use": "Very Common"
},
"sustainability": {
"biodegradable": true,
"natural_origin": false,
"synthetic": true,
"vegan": true,
"certifications": ["EcoCert Compatible"]
},
"interactions": {
"synergies": ["Vitamin C", "Hyaluronic Acid"],
"incompatibilities": [],
"stability_notes": "Stable in most formulations, pH 5-7 optimal"
},
"sourcing": {
"manufacturing_methods": ["Chemical synthesis", "Fermentation"],
"major_suppliers": ["BASF", "Lonza", "DSM"],
"origin_regions": ["Europe", "Asia"]
},
"philosophy": "弘益人間 - Providing accessible safety data for all"
}
The WIA-IND-005 ingredient database is designed for high performance and global accessibility:
The system employs a multi-region database architecture with read replicas strategically positioned across continents to ensure low-latency access for users worldwide. Primary write operations occur in a master database with synchronous replication to ensure consistency.
WIA-IND-005 provides sophisticated search functionality to meet diverse user needs:
Users can search by INCI name, common name, CAS number, or functional category. The system supports fuzzy matching to handle misspellings and variations in nomenclature.
Chemists and formulators can search by molecular structure using SMILES or InChI strings, or by uploading structural diagrams. The system identifies exact matches and similar compounds based on structural fingerprints.
Filter ingredients by safety criteria such as:
Search for ingredients compatible with specific formulation types, pH ranges, or other ingredients. The system considers incompatibilities and suggests alternatives.
Maintaining accuracy and currency of ingredient data requires rigorous processes:
All ingredient data undergoes multi-source verification. Safety information must be corroborated by at least two authoritative sources (e.g., peer-reviewed studies, regulatory assessments, or established databases).
While maintaining editorial control, WIA-IND-005 accepts community contributions from verified industry professionals. Submissions undergo peer review before integration into the official database.
WIA-IND-005 maintains interoperability with major chemical and ingredient databases:
Developers can access the ingredient database programmatically through RESTful APIs:
// Example: Search for ingredient by INCI name
GET /api/v1/ingredients/search?inci_name=Glycerin
// Example: Get full ingredient details
GET /api/v1/ingredients/cas/56-81-5
// Example: Safety analysis for multiple ingredients
POST /api/v1/safety/analyze
{
"ingredients": ["Aqua", "Glycerin", "Niacinamide"],
"concentration": [65.0, 15.0, 5.0],
"product_type": "leave_on_moisturizer"
}
The comprehensive ingredient database enables advanced machine learning applications:
The principle of 弘益人間 guides our database philosophy: ingredient information should be freely accessible to all stakeholders. While professional-grade APIs may require authentication, basic ingredient safety information remains available to consumers worldwide without barriers. This democratization of knowledge empowers informed decision-making at every level.
Modern cosmetics data management requires sophisticated digital infrastructure capable of handling vast amounts of product information, ingredient specifications, safety assessments, and regulatory compliance documentation. The WIA-IND-005 standard mandates implementation of enterprise-grade database systems with capabilities for multi-dimensional data modeling, complex relationship management, and real-time data synchronization across geographically distributed facilities. Organizations must deploy systems supporting millions of ingredient records, tens of thousands of finished product formulations, and comprehensive audit trails tracking every data modification for regulatory compliance purposes. Database architectures must provide ACID transaction guarantees ensuring data consistency even during concurrent updates from multiple global manufacturing sites and research facilities.
Cloud-based platforms offer scalability advantages enabling organizations to handle explosive data growth as product portfolios expand and regulatory requirements increase. The standard recommends hybrid cloud architectures combining private cloud infrastructure for sensitive formulation data with public cloud services for non-confidential operational data. Implementation of data lakes allows consolidation of structured ingredient databases, unstructured safety study documents, and semi-structured consumer feedback records into unified analytical platforms. Advanced data governance frameworks ensure appropriate access controls, encryption standards, backup procedures, and disaster recovery capabilities protecting business-critical information assets from unauthorized access, corruption, or loss.
Integration with external data sources enhances internal data quality and completeness. The WIA-IND-005 standard defines APIs for importing ingredient specifications from chemical suppliers, regulatory updates from government databases, and scientific literature from research repositories. Automated data validation routines check imported information against predefined business rules, flagging discrepancies for human review before incorporation into master data repositories. Machine learning models detect potential data quality issues including duplicate records, inconsistent naming conventions, and missing required fields, continuously improving data hygiene without manual intervention.
| Technology Layer | Component | Specification | Purpose |
|---|---|---|---|
| Database | PostgreSQL 14+ or equivalent | ACID compliant, JSON support | Structured ingredient and formula data |
| Document Store | MongoDB or Elasticsearch | NoSQL, full-text search | Unstructured safety documents |
| Data Warehouse | Snowflake or Redshift | Columnar storage, SQL analytics | Historical analysis and reporting |
| Cache Layer | Redis or Memcached | In-memory, sub-millisecond latency | Frequently accessed reference data |
| API Gateway | Kong or AWS API Gateway | Rate limiting, authentication | Secure external integrations |
| Message Queue | RabbitMQ or Apache Kafka | Asynchronous processing | Batch job orchestration |
| ML Platform | TensorFlow/PyTorch | GPU acceleration support | Predictive safety modeling |
| Category | Characteristics | Application | Notes |
|---|---|---|---|
| Type A | High Performance | Industrial | Standard Compatible |
| Type B | Medium Performance | Commercial | Cost Effective |
| Type C | Low Power | Consumer | Portable |
| Type D | Special Purpose | Research | Customizable |
Maintaining compliance across multiple regulatory jurisdictions requires automated monitoring of regulatory changes and systematic validation of product data against evolving requirements. The WIA-IND-005 standard defines interfaces to regulatory databases maintained by FDA, European Commission, Health Canada, and other authorities, enabling real-time updates when new regulations are published or existing rules are amended. Rule engines encode regulatory requirements as executable logic that automatically evaluates product formulations, labeling content, and claims substantiation against applicable regulations for each target market. Organizations receive automated alerts when regulatory changes affect existing products, enabling proactive reformulation or label updates before non-compliance issues arise.
Large-scale cosmetics databases containing millions of records require careful performance optimization to maintain acceptable response times for user queries and automated processes. Database indexing strategies must balance query performance against write performance and storage requirements. The standard recommends composite indexes on frequently-queried field combinations while avoiding over-indexing that would slow data updates. Partitioning strategies distribute large tables across multiple storage devices, enabling parallel query execution and improved throughput. Query optimization techniques including materialized views, query result caching, and read replicas ensure responsive user interfaces even during peak usage periods when thousands of users simultaneously access the system.
{
"standard": "WIA-IND-005",
"version": "1.0",
"security_architecture": {
"encryption": {
"at_rest": {
"algorithm": "AES-256-GCM",
"key_management": "AWS_KMS_or_equivalent",
"rotation_frequency": "90_days"
},
"in_transit": {
"protocol": "TLS_1.3",
"certificate_authority": "DigiCert_or_equivalent",
"perfect_forward_secrecy": true
}
},
"access_control": {
"authentication": {
"method": "multi_factor",
"factors": ["password", "totp", "biometric"],
"session_timeout": "30_minutes"
},
"authorization": {
"model": "role_based_access_control",
"granularity": "field_level",
"audit_logging": "comprehensive"
}
},
"data_classification": {
"public": "approved_marketing_materials",
"internal": "general_business_data",
"confidential": "formulation_details",
"restricted": "safety_assessment_data"
},
"compliance_frameworks": [
"GDPR",
"CCPA",
"ISO_27001",
"SOC_2_Type_2"
]
}
}
This chapter explored the comprehensive ingredient database structure underlying WIA-IND-005. We examined how traditional INCI nomenclature is enhanced with extensive metadata including chemical structures, safety assessments from multiple authoritative sources, regulatory status across jurisdictions, and sustainability information.
The database architecture prioritizes performance through distributed design and sophisticated indexing, enabling diverse search capabilities from simple text queries to complex molecular structure matching. Quality control processes ensure data accuracy through multi-source verification and regular expert review.
Integration with external databases and APIs provides developers and researchers with powerful tools for application development and scientific inquiry. Machine learning applications built on this foundation promise to advance formulation science and safety prediction capabilities.
Chapter 3 delves into safety and regulatory standards, examining how WIA-IND-005 enables automated compliance checking across multiple jurisdictions. We'll explore the technical mechanisms for tracking regulatory changes, conducting safety assessments, and generating compliance documentation for global markets.
Korea operates a comprehensive standards governance system through inter-ministerial cooperation. National Standards Council (under Prime Minister's Office, per Framework Act on National Standards Article 5) coordinates KATS (Korean Agency for Technology and Standards), MFDS (Ministry of Food and Drug Safety), MOTIE (Ministry of Trade, Industry and Energy), MSIT (Ministry of Science and ICT), MOIS (Ministry of the Interior and Safety), MOE (Ministry of Environment), MOHW (Ministry of Health and Welfare), MND (Ministry of National Defense), MCST (Ministry of Culture, Sports and Tourism), MOFA (Ministry of Foreign Affairs), MOJ (Ministry of Justice), and FSC (Financial Services Commission). Accreditation and Testing: KOLAS (Korea Laboratory Accreditation Scheme) accredits 800+ testing laboratories. KAS (Korea Accreditation System) accredits 50+ certification bodies. KTC (Korea Testing Certification), KTR (Korea Testing & Research Institute), KTL (Korea Testing Laboratory), and KCL (Korea Conformity Laboratories) provide conformance testing. Telecom and Cyber: KCC (Korea Communications Commission), KCA (Korea Communications Agency), TTA (Telecommunications Technology Association), IITP (Institute for Information & Communications Technology Planning & Evaluation), NIPA (National IT Industry Promotion Agency), KISA (Korea Internet & Security Agency), KCMVP (Korea Cryptographic Module Validation Program), NIS (National Intelligence Service), NSR (National Security Research Institute), and NCSC (National Cyber Security Center). National R&D Centers: KIST, ETRI, KAIST, Seoul National University, Yonsei University, Korea University, POSTECH, UNIST, GIST, DGIST, KISTI, KIER, KIMM, KRICT, KFRI, KRIBB. International Standards Cooperation: ISO TC/SC Korean secretariats, IEC TC/SC Korean secretariats, ITU-T Study Group Korean chairs, 3GPP RAN/SA Korean chairs, IEEE 802 Korean chairs, W3C Korea office, OASIS Korea office, IETF Korea cooperation, OECD CSTP, UN ESCAP, APEC SCSC Korean cooperation. Korean Industrial Standards (KS) Catalog: KS X (Information) 25,000+, KS A (Basic) 15,000+, KS B (Machinery) 25,000+, KS C (Electrical) 18,000+, KS D (Metallurgy) 12,000+, KS E (Mining) 5,000+, KS F (Construction) 18,000+, KS H (Food) 8,000+, KS I (Environment) 5,000+, KS J (Biology) 3,000+, KS K (Textile) 15,000+, KS L (Ceramics) 7,000+, KS M (Chemistry) 12,000+, KS P (Medical) 5,000+, KS Q (Quality Mgmt) 4,000+, KS R (Transport) 12,000+, KS S (Service) 3,000+, KS T (Packaging) 4,000+, KS V (Shipbuilding) 5,000+, KS W (Aerospace) 3,000+ — totaling 220,000+ Korean Industrial Standards. Key Acts: Personal Information Protection Act (Act 19234, effective Sept 15, 2024), Electronic Government Act, Electronic Signature Act, Act on Promotion of Information and Communications Network Utilization and Information Protection, Information and Communications Infrastructure Protection Act, Data Industry Act, Public Data Act, AI Framework Act (Act 20212, effective July 2026), Industrial Technology Innovation Promotion Act, Framework Act on Science and Technology — 70+ Korean standardization-related laws.
Korea operates digital transformation through a comprehensive governance system. Digital Government: Digital Platform Government Committee (established September 2022, under the President)·Ministry of the Interior and Safety Digital Government Bureau·e-Government Support Center·Gov.kr·National Citizen Service·KDIS (Korea Digital Information Society)·NIA (National Information Society Agency)·MOIS (Ministry of the Interior and Safety). K-DNS Infrastructure: Korea Internet & Security Agency (KISA) Korea Internet Center·KISA DNS Root Server·KRNIC (Korea Network Information Center)·BGP Korea·National Cyber Security Center (NCSC)·KCC (Korea Communications Commission)·MSIT (Ministry of Science and ICT)·NIA·NIPA. Korean Cloud Infrastructure: KT Cloud·NAVER Cloud (NCloud)·Samsung SDS Cloud·LG U+ Cloud·NHN Cloud·Kakao Enterprise Cloud·SK Telecom Cloud·KISA Cloud Security Assurance Program (CSAP)·KCMVP-validated cloud·ISMS-P (Information Security & Personal Information Management System). Korean Security Certifications: KISA ISMS-P certification·KCMVP (Korean Cryptographic Module Validation Program)·NIS (National Intelligence Service) "National Cryptographic Technology Operation Standards"·NCSC "National Cyber Security Strategy 2024-2028"·CC (Common Criteria) Korean evaluation bodies·EAL4·EAL5·KS X ISO/IEC 15408·19790·24759 Korean Profile. Korean Data Standards: NIA AI Hub·National Data Standardization Committee·Statistics Korea (KOSTAT)·MyData 4 Designated Combination Specialists (Samsung SDS, KICI, KOSTAT, KFTC)·National Institute of Korean Language·National Law Information Center·National Spatial Information Platform·National Spatial Data Center·Korean Spatial Information Standards. Finance and Fintech Standards: FSC (Financial Services Commission)·FSS (Financial Supervisory Service)·FIU (Financial Intelligence Unit)·BOK (Bank of Korea)·FSEC (Financial Security Institute)·KFTC (Korea Financial Telecommunications)·KSD (Korea Securities Depository)·KRX (Korea Exchange) 8-agency cooperation. 5G/6G Communications Infrastructure: 5G subscribers 35 million (2024)·5G base stations 350,000·6G commercialization target 2028·5G dedicated networks 16 operators·6G Acceleration Council (MSIT, 2024). K-Content: KOCCA (Korea Creative Content Agency)·MCST (Ministry of Culture, Sports and Tourism)·KCA (Korea Communications Agency)·Korea Culture Information Service Agency·Korean Film Archive·Korea Publishing Industry Promotion Agency. Data 3 Acts (Personal Information Protection Act·Credit Information Act·Telecommunications Network Act, 2020 enforcement)·Data Industry Act (2021)·Public Data Act (2013)·AI Framework Act (2026)·Digital Platform Government Framework Act (2024 proposed) — Korea digital transformation core legislation.
Korea operates its industrial ecosystem and standardization system through the following core infrastructure. Korea Top 5 Groups: Samsung, Hyundai Motor, LG, SK, Lotte. Each group operates standardization committees and ISO/IEC TC Korean secretariats. Samsung Electronics (semiconductors, displays, home appliances, telecom)·Hyundai Motor (automobiles, mobility)·LG Electronics (home appliances, displays, OLED)·SK hynix (memory)·LG Energy Solution·Samsung SDI (batteries)·POSCO Future M (materials)·Hyundai Mobis (parts). Korean IT Big Tech: NAVER (search, cloud, AI HyperCLOVA)·Kakao (messenger, payment, mobility, banking)·Coupang (e-commerce, logistics)·Karrot Market·Toss·Woowa Brothers. Korea Telcos: SK Telecom·KT·LG U+. 5G·5G dedicated networks·B2B cloud·AI businesses operating. Korea Top 7 Research Universities: Seoul National University·KAIST·POSTECH·Yonsei University·Korea University·UNIST·DGIST·GIST. All serve as standardization R&D bases and ISO/IEC/IEEE Korean chairs. Korea Government-affiliated National Research Institutes (26): KIST, KAERI, KIMM, KIER, KFRI, KRICT, KRIBB, KARI, KASI, KIGAM, KICT, KISTI, KETI, ETRI, NIMS, KIMS, KISDI, KOTRA, STEPI, KOEN, KICCE, KIET, KIPF, KIHASA, KICJ, KLRI. Korea Industrial Complexes / Tech Valleys: Pangyo Techno Valley·Dongtan·Gwanggyo·Songdo IBD·Yeouido·Gangnam·Sihwa·Banwol·Gumi·Ulsan·Changwon·Geoje·Yeosu·Onsan·Cheongju·Iksan·Gwangyang·POSCO Gwangyang Steel Mill·Asan Bay·Seosan·Songdo·Incheon Airport·Sejong·Cheongna·Geomdan. Korea Trade and Finance Infrastructure: Korea International Trade Association (KITA)·Korea Trade-Investment Promotion Agency (KOTRA)·Export-Import Bank of Korea (KEXIM)·Bank of Korea·Kookmin Bank·Shinhan·Hana·Woori·NH Nonghyup·IBK Industrial Bank·SC First Bank·Citi Bank Korea·HSBC Korea·DBS Korea — 14 Korean major banks and foreign banks. Korea K-POP / K-Content: HYBE·SM·YG·JYP 4 major entertainment companies·CJ ENM·tvN·MBC·KBS·SBS·EBS·YTN·Yonhap News TV·JTBC Korean broadcasting·NETFLIX Korea·Disney Plus·TVING·Wavve·Watcha·Coupang Play. Korea Gaming Industry: Nexon·NCsoft·Krafton·Netmarble·Kakao Games·Pearl Abyss·Com2uS·Gamevil·NHN·Smilegate·Webzen. Korea Automotive / Battery: Hyundai Motor·Kia·Genesis·LG Energy Solution·Samsung SDI·SK On·POSCO Future M·EcoPro·L&F battery cathode material suppliers. Korea Semiconductor: Samsung Electronics (HBM3E·HBM4)·SK hynix (HBM3E 12-Hi)·DB HiTek·SK siltron·SK Enpulse·Dongjin Semichem·Seoul Semiconductor·Simmtech·Samsung Display·LG Display.