@instruments/taxonomy 1.3.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/authoring.d.ts +1 -1
- package/dist/axes/material-cellulosics.d.ts +2 -0
- package/dist/axes/material-composition.d.ts +19 -0
- package/dist/axes/material-engineered-wood.d.ts +2 -0
- package/dist/axes/material-everyday.d.ts +2 -0
- package/dist/axes/material-metals.d.ts +2 -0
- package/dist/axes/material-mineral-additives.d.ts +2 -0
- package/dist/axes/material-minerals.d.ts +2 -0
- package/dist/axes/material-natural-organic.d.ts +2 -0
- package/dist/axes/material-polymer-additives.d.ts +2 -0
- package/dist/axes/material-polymers.d.ts +2 -0
- package/dist/axes/material-timber-species.d.ts +2 -0
- package/dist/axes/material-timbers.d.ts +2 -0
- package/dist/index.js +3956 -317
- package/dist/term.d.ts +22 -1
- package/dist/v1.d.ts +6 -6
- package/package.json +2 -3
package/dist/index.js
CHANGED
|
@@ -6,6 +6,10 @@ var AUTHORED = {
|
|
|
6
6
|
basis: "authored",
|
|
7
7
|
source: "@instruments/taxonomy - decomposition of a role dictionary in a materials-retrieval system (src-05), 2026-08-27"
|
|
8
8
|
};
|
|
9
|
+
var AUTHORED_SECTOR = {
|
|
10
|
+
basis: "authored",
|
|
11
|
+
source: "@instruments/taxonomy - umbrella authored over the vendored sector dictionary, against the local `commercial` and `industrial` extension in a materials-retrieval system (src-05), 2026-09-19"
|
|
12
|
+
};
|
|
9
13
|
var MATERIAL_FAMILY_TERMS = [
|
|
10
14
|
{ label: "Paint", slug: "paint" },
|
|
11
15
|
{
|
|
@@ -41,11 +45,11 @@ var MATERIAL_FAMILY_TERMS = [
|
|
|
41
45
|
{ label: "Other", slug: "other" }
|
|
42
46
|
];
|
|
43
47
|
var SECTOR_TERMS = [
|
|
44
|
-
{ label: "Hospitality", slug: "hospitality" },
|
|
48
|
+
{ broaderSlug: "commercial", label: "Hospitality", slug: "hospitality" },
|
|
45
49
|
{ label: "Healthcare", slug: "healthcare" },
|
|
46
|
-
{ label: "Workplace", slug: "workplace" },
|
|
50
|
+
{ broaderSlug: "commercial", label: "Workplace", slug: "workplace" },
|
|
47
51
|
{ label: "Residential", slug: "residential" },
|
|
48
|
-
{ label: "Retail", slug: "retail" },
|
|
52
|
+
{ broaderSlug: "commercial", label: "Retail", slug: "retail" },
|
|
49
53
|
{ label: "Education", slug: "education" },
|
|
50
54
|
{ label: "Civic", slug: "civic" },
|
|
51
55
|
{ label: "Mixed-Use", slug: "mixed-use" },
|
|
@@ -53,7 +57,28 @@ var SECTOR_TERMS = [
|
|
|
53
57
|
label: "Transportation",
|
|
54
58
|
slug: "transportation"
|
|
55
59
|
},
|
|
56
|
-
{ label: "Other", slug: "other" }
|
|
60
|
+
{ label: "Other", slug: "other" },
|
|
61
|
+
{
|
|
62
|
+
// AUTHORED. The umbrella a materials-retrieval system had already minted locally, and the term
|
|
63
|
+
// the SPACE axis kept needing words for - `lounge` "in a commercial setting", `commercial
|
|
64
|
+
// kitchen` "rather than a room in a home". Authored here so a consumer asks the canon for it
|
|
65
|
+
// instead of extending the canon privately.
|
|
66
|
+
definition: "A project let or operated as revenue-earning business premises, covering hospitality, workplace, retail and industrial.",
|
|
67
|
+
label: "Commercial",
|
|
68
|
+
note: "Not a synonym for non-residential. Healthcare, education, civic and transportation are institutional or infrastructure and sit outside this term, so the coarse residential-against-everything-else question is still not one term on this axis. A consumer needing that split asks for the residential sector and negates it, which is a consumer's query and not a claim this canon makes.",
|
|
69
|
+
provenance: AUTHORED_SECTOR,
|
|
70
|
+
slug: "commercial"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
// AUTHORED, and a LEAF under the umbrella rather than a peer of it: a plant or a distribution
|
|
74
|
+
// shed is let and run as revenue-earning premises like an office is.
|
|
75
|
+
broaderSlug: "commercial",
|
|
76
|
+
definition: "A project whose premises exist for production, storage or distribution: factories, plants, workshops, warehouses and logistics sheds.",
|
|
77
|
+
label: "Industrial",
|
|
78
|
+
note: "The market, never the idiom. `style.industrial` is the aesthetic a converted mill lends a flat, and the corpus publishes the spelling as ambiguous between the two rather than merging them.",
|
|
79
|
+
provenance: AUTHORED_SECTOR,
|
|
80
|
+
slug: "industrial"
|
|
81
|
+
}
|
|
57
82
|
];
|
|
58
83
|
var APPLICATION_TERMS = [
|
|
59
84
|
{ slug: "wall", label: "Wall" },
|
|
@@ -346,6 +371,27 @@ var single = (slug, label, terms, governance) => [
|
|
|
346
371
|
// src/axes/construction.ts
|
|
347
372
|
var SOURCE = "construction vocabulary in a furnishings retailer (src-03)";
|
|
348
373
|
var SNAPSHOT = "2026-08-25";
|
|
374
|
+
var REVIEW_DATE = "2026-09-11";
|
|
375
|
+
var REVIEW_SOURCE = "everyday-interiors vocabulary review";
|
|
376
|
+
var wikidata = (id, label) => `Wikidata ${id} ${label}, https://www.wikidata.org/wiki/${id}`;
|
|
377
|
+
var reviewed = (slug, label, definition, source, extra = {}) => ({
|
|
378
|
+
definition,
|
|
379
|
+
introducedAt: REVIEW_DATE,
|
|
380
|
+
label,
|
|
381
|
+
provenance: { basis: "referenced", snapshot: REVIEW_DATE, source },
|
|
382
|
+
reviewedAt: REVIEW_DATE,
|
|
383
|
+
slug,
|
|
384
|
+
...extra
|
|
385
|
+
});
|
|
386
|
+
var authored = (slug, label, definition, extra = {}) => ({
|
|
387
|
+
definition,
|
|
388
|
+
introducedAt: REVIEW_DATE,
|
|
389
|
+
label,
|
|
390
|
+
provenance: { basis: "authored", source: REVIEW_SOURCE },
|
|
391
|
+
reviewedAt: REVIEW_DATE,
|
|
392
|
+
slug,
|
|
393
|
+
...extra
|
|
394
|
+
});
|
|
349
395
|
var term = (slug, label, definition) => ({
|
|
350
396
|
definition,
|
|
351
397
|
label,
|
|
@@ -358,11 +404,28 @@ var CONSTRUCTION_TERMS = [
|
|
|
358
404
|
"Encaustic",
|
|
359
405
|
"Made with colour or decoration integral to the body or inlaid beneath the wearing surface."
|
|
360
406
|
),
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
407
|
+
// Beneath `encaustic`: a hydraulically pressed cement tile carries its pigment layer beneath the
|
|
408
|
+
// wearing surface, which is what `encaustic` means here, so it is a narrower construction and
|
|
409
|
+
// not an alternate label. `encaustic cement tile` is a wild form.
|
|
410
|
+
reviewed(
|
|
411
|
+
"cement-tile",
|
|
412
|
+
"Cement tile",
|
|
413
|
+
"A tile of pigmented cement pressed hydraulically and cured without firing, its colour layer integral beneath the wearing surface.",
|
|
414
|
+
wikidata("Q3700458", "cement tile"),
|
|
415
|
+
{
|
|
416
|
+
altLabels: ["hydraulic tile"],
|
|
417
|
+
broaderSlug: "encaustic",
|
|
418
|
+
seenAs: ["encaustic cement tile"]
|
|
419
|
+
}
|
|
365
420
|
),
|
|
421
|
+
{
|
|
422
|
+
...term(
|
|
423
|
+
"engineered-hardwood",
|
|
424
|
+
"Engineered hardwood",
|
|
425
|
+
"A hardwood wear layer bonded to a dimensionally stable layered core."
|
|
426
|
+
),
|
|
427
|
+
altLabels: ["engineered wood"]
|
|
428
|
+
},
|
|
366
429
|
term(
|
|
367
430
|
"handcrafted",
|
|
368
431
|
"Handcrafted",
|
|
@@ -378,31 +441,65 @@ var CONSTRUCTION_TERMS = [
|
|
|
378
441
|
"Handwoven",
|
|
379
442
|
"Woven on a hand-operated loom or by direct manual interlacing."
|
|
380
443
|
),
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
444
|
+
{
|
|
445
|
+
...term(
|
|
446
|
+
"high-pressure-laminate",
|
|
447
|
+
"High-pressure laminate",
|
|
448
|
+
"Layers consolidated under high heat and pressure into a decorative sheet."
|
|
449
|
+
),
|
|
450
|
+
altLabels: ["HPL"]
|
|
451
|
+
},
|
|
386
452
|
term(
|
|
387
453
|
"laminated",
|
|
388
454
|
"Laminated",
|
|
389
455
|
"Made by bonding distinct layers into one assembly."
|
|
390
456
|
),
|
|
457
|
+
reviewed(
|
|
458
|
+
"tongue-and-groove",
|
|
459
|
+
"Tongue and groove",
|
|
460
|
+
"Boards made with a projecting tongue on one edge and a matching groove on the other so they interlock edge to edge.",
|
|
461
|
+
wikidata("Q1891935", "tongue and groove"),
|
|
462
|
+
{ altLabels: ["T&G"] }
|
|
463
|
+
),
|
|
464
|
+
reviewed(
|
|
465
|
+
"shiplap",
|
|
466
|
+
"Shiplap",
|
|
467
|
+
"Boards made with a rebate on opposite faces of opposite edges so each overlaps its neighbour with a recessed joint.",
|
|
468
|
+
wikidata("Q7498008", "shiplap")
|
|
469
|
+
),
|
|
470
|
+
// AUTHORED. Wikidata holds only a disambiguation page for `beadboard`.
|
|
471
|
+
authored(
|
|
472
|
+
"beadboard",
|
|
473
|
+
"Beadboard",
|
|
474
|
+
"Lining boards or panels made with narrow vertical planks divided by a rounded bead at each joint, whether solid boards or a routed sheet."
|
|
475
|
+
),
|
|
391
476
|
term(
|
|
392
477
|
"loop-pile",
|
|
393
478
|
"Loop pile",
|
|
394
479
|
"A textile floor construction whose yarn loops remain uncut."
|
|
395
480
|
),
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
481
|
+
{
|
|
482
|
+
...term(
|
|
483
|
+
"luxury-vinyl",
|
|
484
|
+
"Luxury vinyl",
|
|
485
|
+
"A layered resilient vinyl construction carrying a decorative image and protective wear layer."
|
|
486
|
+
),
|
|
487
|
+
altLabels: ["LVT", "luxury vinyl tile", "LVP", "luxury vinyl plank"]
|
|
488
|
+
},
|
|
401
489
|
term(
|
|
402
490
|
"non-woven",
|
|
403
491
|
"Non-woven",
|
|
404
492
|
"A sheet formed by bonding or entangling fibres without weaving or knitting."
|
|
405
493
|
),
|
|
494
|
+
// Felt sits here and not on MATERIAL: felt is a way of making a textile, and every felt is a
|
|
495
|
+
// non-woven, so ISA holds. The fibre is a separate MATERIAL claim.
|
|
496
|
+
reviewed(
|
|
497
|
+
"felt",
|
|
498
|
+
"Felt",
|
|
499
|
+
"A non-woven textile consolidated by matting, condensing and pressing fibres; the fibre is a separate claim.",
|
|
500
|
+
wikidata("Q189964", "felt"),
|
|
501
|
+
{ broaderSlug: "non-woven" }
|
|
502
|
+
),
|
|
406
503
|
term(
|
|
407
504
|
"precast-moulded",
|
|
408
505
|
"Precast or moulded",
|
|
@@ -433,30 +530,58 @@ var CONSTRUCTION_TERMS = [
|
|
|
433
530
|
"Through body",
|
|
434
531
|
"Colour and composition continue through the full thickness rather than sitting only on the face."
|
|
435
532
|
),
|
|
533
|
+
reviewed(
|
|
534
|
+
"zellige",
|
|
535
|
+
"Zellige",
|
|
536
|
+
"Hand-cut and hand-glazed clay tile in the Moroccan tradition, with the irregular surface and edge that method leaves; it does not name a colour, size or layout.",
|
|
537
|
+
wikidata("Q189046", "zellij"),
|
|
538
|
+
{ altLabels: ["zellij", "zillij"] }
|
|
539
|
+
),
|
|
436
540
|
term(
|
|
437
541
|
"woven",
|
|
438
542
|
"Woven",
|
|
439
543
|
"Made by interlacing warp and weft or equivalent orthogonal yarn systems."
|
|
544
|
+
),
|
|
545
|
+
reviewed(
|
|
546
|
+
"velvet",
|
|
547
|
+
"Velvet",
|
|
548
|
+
"A woven pile fabric whose cut pile stands from the ground weave; fibre, pile height and backing remain unspecified.",
|
|
549
|
+
wikidata("Q243519", "velvet")
|
|
550
|
+
),
|
|
551
|
+
// Lowercase ASCII slug so the phrase resolves without the diacritic; the accented spelling is a
|
|
552
|
+
// wild form rather than the label, so both readings reach one term.
|
|
553
|
+
reviewed(
|
|
554
|
+
"boucle",
|
|
555
|
+
"Boucle",
|
|
556
|
+
"A woven or knitted fabric whose surface is made of looped or knotted fancy yarn; the yarn and the fabric share the name.",
|
|
557
|
+
wikidata("Q776110", "boucl\xE9"),
|
|
558
|
+
{ seenAs: ["boucl\xE9"] }
|
|
559
|
+
),
|
|
560
|
+
reviewed(
|
|
561
|
+
"chenille",
|
|
562
|
+
"Chenille",
|
|
563
|
+
"A fabric woven from chenille yarn, a fuzzy pile yarn cut from a leno-woven strip; fibre and backing remain unspecified.",
|
|
564
|
+
wikidata("Q1070065", "chenille")
|
|
440
565
|
)
|
|
441
566
|
];
|
|
442
567
|
|
|
443
568
|
// src/axes/daylight.ts
|
|
444
|
-
var
|
|
569
|
+
var REVIEW_DATE2 = "2026-09-11";
|
|
445
570
|
var AUTHORED2 = {
|
|
446
571
|
basis: "authored",
|
|
447
572
|
source: "@instruments/taxonomy ADR 0006"
|
|
448
573
|
};
|
|
449
574
|
var EN_17037 = {
|
|
450
575
|
basis: "referenced",
|
|
451
|
-
snapshot:
|
|
576
|
+
snapshot: REVIEW_DATE2,
|
|
452
577
|
source: "EN 17037:2018 Daylight in buildings"
|
|
453
578
|
};
|
|
454
579
|
var term2 = (provenance, slug, label, definition, extra = {}) => ({
|
|
455
580
|
definition,
|
|
456
|
-
introducedAt:
|
|
581
|
+
introducedAt: REVIEW_DATE2,
|
|
457
582
|
label,
|
|
458
583
|
provenance,
|
|
459
|
-
reviewedAt:
|
|
584
|
+
reviewedAt: REVIEW_DATE2,
|
|
460
585
|
slug,
|
|
461
586
|
...extra
|
|
462
587
|
});
|
|
@@ -613,7 +738,7 @@ var ELEMENT_FABRIC_TERMS = [
|
|
|
613
738
|
slug: "cladding"
|
|
614
739
|
},
|
|
615
740
|
{
|
|
616
|
-
altLabels: ["paneling", "wainscot"],
|
|
741
|
+
altLabels: ["paneling", "wainscot", "wainscoting"],
|
|
617
742
|
definition: "A framed timber or board lining applied to a wall face, read as joinery rather than as wall.",
|
|
618
743
|
external: [aat("300002691", "wainscoting", "narrow")],
|
|
619
744
|
label: "Panelling",
|
|
@@ -1187,6 +1312,27 @@ var RETRIEVAL_SNAPSHOT = "2026-08-27";
|
|
|
1187
1312
|
var CORPUS = "the surface_texture column in a materials-marketplace catalogue (src-04)";
|
|
1188
1313
|
var CORPUS_SNAPSHOT = "2026-08-27";
|
|
1189
1314
|
var DROPPED = "Restored 2026-08-27. Dropped in normalisation.";
|
|
1315
|
+
var REVIEW_DATE3 = "2026-09-11";
|
|
1316
|
+
var REVIEW_SOURCE2 = "everyday-interiors vocabulary review";
|
|
1317
|
+
var wikidata2 = (id, label) => `Wikidata ${id} ${label}, https://www.wikidata.org/wiki/${id}`;
|
|
1318
|
+
var reviewed2 = (slug, label, definition, source, extra = {}) => ({
|
|
1319
|
+
definition,
|
|
1320
|
+
introducedAt: REVIEW_DATE3,
|
|
1321
|
+
label,
|
|
1322
|
+
provenance: { basis: "referenced", snapshot: REVIEW_DATE3, source },
|
|
1323
|
+
reviewedAt: REVIEW_DATE3,
|
|
1324
|
+
slug,
|
|
1325
|
+
...extra
|
|
1326
|
+
});
|
|
1327
|
+
var authored2 = (slug, label, definition, extra = {}) => ({
|
|
1328
|
+
definition,
|
|
1329
|
+
introducedAt: REVIEW_DATE3,
|
|
1330
|
+
label,
|
|
1331
|
+
provenance: { basis: "authored", source: REVIEW_SOURCE2 },
|
|
1332
|
+
reviewedAt: REVIEW_DATE3,
|
|
1333
|
+
slug,
|
|
1334
|
+
...extra
|
|
1335
|
+
});
|
|
1190
1336
|
var term3 = (slug, label, definition) => ({
|
|
1191
1337
|
definition,
|
|
1192
1338
|
label,
|
|
@@ -1254,6 +1400,34 @@ var FINISH_TREATMENT_TERMS = [
|
|
|
1254
1400
|
"polished",
|
|
1255
1401
|
"Polished",
|
|
1256
1402
|
"Mechanically refined to a smooth, reflective surface."
|
|
1403
|
+
),
|
|
1404
|
+
// AUTHORED. Wikidata's nearest item is `whitewash` (Q378312), the cheaper cousin and not the
|
|
1405
|
+
// pigmented, mottled finish the trade means by limewash.
|
|
1406
|
+
authored2(
|
|
1407
|
+
"limewash",
|
|
1408
|
+
"Limewash",
|
|
1409
|
+
"A thin coat of slaked lime and pigment applied wet and carbonated in place, drying to a soft, mottled matte surface.",
|
|
1410
|
+
{ altLabels: ["lime wash"] }
|
|
1411
|
+
),
|
|
1412
|
+
// AUTHORED. No Wikidata item on the review date.
|
|
1413
|
+
authored2(
|
|
1414
|
+
"microcement",
|
|
1415
|
+
"Microcement",
|
|
1416
|
+
"A thin polymer-modified cementitious coating trowelled over an existing substrate and sealed, read as a continuous surface without joints.",
|
|
1417
|
+
{ altLabels: ["micro cement"], seenAs: ["microtopping"] }
|
|
1418
|
+
),
|
|
1419
|
+
reviewed2(
|
|
1420
|
+
"tadelakt",
|
|
1421
|
+
"Tadelakt",
|
|
1422
|
+
"A lime plaster finish in the Moroccan tradition, polished with a stone and sealed with soap to a waterproof, softly reflective surface.",
|
|
1423
|
+
wikidata2("Q1357903", "tadelakt")
|
|
1424
|
+
),
|
|
1425
|
+
// AUTHORED. No Wikidata item for `venetian plaster` on the review date.
|
|
1426
|
+
authored2(
|
|
1427
|
+
"venetian-plaster",
|
|
1428
|
+
"Venetian plaster",
|
|
1429
|
+
"A lime-and-marble-dust plaster applied in thin burnished layers to a smooth surface with depth and sheen; it names the treatment, not the plaster material.",
|
|
1430
|
+
{ altLabels: ["polished plaster", "marmorino"] }
|
|
1257
1431
|
)
|
|
1258
1432
|
];
|
|
1259
1433
|
var FINISH_SHEEN_TERMS = [
|
|
@@ -1357,6 +1531,18 @@ var FINISH_TEXTURE_TERMS = [
|
|
|
1357
1531
|
"Ribbed",
|
|
1358
1532
|
"Regular parallel relief across the surface."
|
|
1359
1533
|
),
|
|
1534
|
+
reviewed2(
|
|
1535
|
+
"fluted",
|
|
1536
|
+
"Fluted",
|
|
1537
|
+
"Regular parallel concave grooves cut or formed into the surface; the flutes are the hollows.",
|
|
1538
|
+
wikidata2("Q99552008", "fluting")
|
|
1539
|
+
),
|
|
1540
|
+
reviewed2(
|
|
1541
|
+
"reeded",
|
|
1542
|
+
"Reeded",
|
|
1543
|
+
"Regular parallel convex half-round ridges standing from the surface; the reeds are the raised parts, the inverse of fluted.",
|
|
1544
|
+
wikidata2("Q4152515", "reeding")
|
|
1545
|
+
),
|
|
1360
1546
|
repaired(
|
|
1361
1547
|
"embossed",
|
|
1362
1548
|
"Embossed",
|
|
@@ -1406,6 +1592,14 @@ var searchCorpusEvidence = (phrases) => `${SEARCH_CORPUS} (244-query external se
|
|
|
1406
1592
|
var SOURCE2 = "format vocabulary in a furnishings retailer (src-03)";
|
|
1407
1593
|
var SNAPSHOT2 = "2026-08-25";
|
|
1408
1594
|
var SEARCH_REVIEW_DATE = "2026-08-31";
|
|
1595
|
+
var REVIEW_DATE4 = "2026-09-11";
|
|
1596
|
+
var REVIEW_SOURCE3 = "everyday-interiors vocabulary review";
|
|
1597
|
+
var UNICLASS_WOOD_BLOCKS = {
|
|
1598
|
+
identifier: "Pr_35_93_97_96",
|
|
1599
|
+
label: "Wood blocks",
|
|
1600
|
+
match: "close",
|
|
1601
|
+
scheme: "uniclass"
|
|
1602
|
+
};
|
|
1409
1603
|
var searchCorpusProvenance = (evidence) => ({
|
|
1410
1604
|
basis: "evidenced",
|
|
1411
1605
|
snapshot: SEARCH_CORPUS_SNAPSHOT,
|
|
@@ -1420,6 +1614,23 @@ var term4 = (slug, label, definition, extra = {}) => ({
|
|
|
1420
1614
|
});
|
|
1421
1615
|
var FORMAT_TERMS = [
|
|
1422
1616
|
term4("area-rug", "Area rug", "A bounded loose-laid textile floor covering."),
|
|
1617
|
+
// Beneath `roll`: broadloom is carpet supplied as a wide continuous roll, so every broadloom is
|
|
1618
|
+
// a roll supply and ISA holds. The carpet kind is `product-category.carpet-and-rug`.
|
|
1619
|
+
term4(
|
|
1620
|
+
"broadloom",
|
|
1621
|
+
"Broadloom",
|
|
1622
|
+
"Carpet supplied as a wide continuous roll to be cut and seamed on site, as against modular tiles or a bounded rug.",
|
|
1623
|
+
{
|
|
1624
|
+
broaderSlug: "roll",
|
|
1625
|
+
introducedAt: REVIEW_DATE4,
|
|
1626
|
+
provenance: {
|
|
1627
|
+
basis: "referenced",
|
|
1628
|
+
snapshot: REVIEW_DATE4,
|
|
1629
|
+
source: "Wikidata Q124372242 broadloom, https://www.wikidata.org/wiki/Q124372242"
|
|
1630
|
+
},
|
|
1631
|
+
reviewedAt: REVIEW_DATE4
|
|
1632
|
+
}
|
|
1633
|
+
),
|
|
1423
1634
|
term4(
|
|
1424
1635
|
"hide",
|
|
1425
1636
|
"Hide",
|
|
@@ -1455,6 +1666,26 @@ var FORMAT_TERMS = [
|
|
|
1455
1666
|
"Panel",
|
|
1456
1667
|
"A broad rigid or semi-rigid sheet installed as a discrete unit."
|
|
1457
1668
|
),
|
|
1669
|
+
// FORMAT, not layout. Parquet names wood flooring supplied as short blocks or pre-assembled
|
|
1670
|
+
// panels made for geometric laying; the geometry it is laid in (herringbone, basketweave) is an
|
|
1671
|
+
// INSTALLATION-LAYOUT claim held separately. Wikidata's `parquetry` (Q838828) is the layout
|
|
1672
|
+
// sense and is cited for the word's history; Uniclass classifies the supplied unit.
|
|
1673
|
+
term4(
|
|
1674
|
+
"parquet",
|
|
1675
|
+
"Parquet",
|
|
1676
|
+
"Wood flooring supplied as short solid or engineered blocks, or as pre-assembled panels, made to be laid in a geometric arrangement; the arrangement itself is a separate layout claim.",
|
|
1677
|
+
{
|
|
1678
|
+
altLabels: ["parquet flooring", "parquet block"],
|
|
1679
|
+
external: [UNICLASS_WOOD_BLOCKS],
|
|
1680
|
+
introducedAt: REVIEW_DATE4,
|
|
1681
|
+
provenance: {
|
|
1682
|
+
basis: "referenced",
|
|
1683
|
+
snapshot: REVIEW_DATE4,
|
|
1684
|
+
source: "Uniclass Pr_35_93_97_96 Wood blocks, https://uniclass.thenbs.com/taxon/pr_35_93_97; Wikidata Q838828 parquetry, https://www.wikidata.org/wiki/Q838828"
|
|
1685
|
+
},
|
|
1686
|
+
reviewedAt: REVIEW_DATE4
|
|
1687
|
+
}
|
|
1688
|
+
),
|
|
1458
1689
|
term4(
|
|
1459
1690
|
"plank",
|
|
1460
1691
|
"Plank",
|
|
@@ -1486,6 +1717,20 @@ var FORMAT_TERMS = [
|
|
|
1486
1717
|
supersededByReference: "format.tile"
|
|
1487
1718
|
}
|
|
1488
1719
|
),
|
|
1720
|
+
// AUTHORED. No Wikidata item for `subway tile` on the review date. Bare `subway` and `metro`
|
|
1721
|
+
// are deliberately not wild forms: alone they name a railway.
|
|
1722
|
+
term4(
|
|
1723
|
+
"subway-tile",
|
|
1724
|
+
"Subway tile",
|
|
1725
|
+
"A rectangular field tile supplied in roughly the 1:2 proportion of early-twentieth-century station tiling, independent of material, colour and the bond it is laid in.",
|
|
1726
|
+
{
|
|
1727
|
+
altLabels: ["metro tile"],
|
|
1728
|
+
broaderSlug: "tile",
|
|
1729
|
+
introducedAt: REVIEW_DATE4,
|
|
1730
|
+
provenance: { basis: "authored", source: REVIEW_SOURCE3 },
|
|
1731
|
+
reviewedAt: REVIEW_DATE4
|
|
1732
|
+
}
|
|
1733
|
+
),
|
|
1489
1734
|
term4(
|
|
1490
1735
|
"veneer",
|
|
1491
1736
|
"Veneer",
|
|
@@ -1504,15 +1749,15 @@ var FORMAT_TERMS = [
|
|
|
1504
1749
|
];
|
|
1505
1750
|
|
|
1506
1751
|
// src/axes/installation-layout.ts
|
|
1507
|
-
var
|
|
1508
|
-
var
|
|
1752
|
+
var REVIEW_DATE5 = "2026-08-31";
|
|
1753
|
+
var REVIEW_SOURCE4 = "@instruments/taxonomy TAX-45 reviewed implementation contract";
|
|
1509
1754
|
var ZIGZAG_EVIDENCE_SOURCE = "Linear TAX-45 reviewed implementation contract; herringbone and chevron product-language audit in a materials-retrieval system (src-05)";
|
|
1510
1755
|
var term5 = (slug, label, definition, extra = {}) => ({
|
|
1511
1756
|
definition,
|
|
1512
|
-
introducedAt:
|
|
1757
|
+
introducedAt: REVIEW_DATE5,
|
|
1513
1758
|
label,
|
|
1514
|
-
provenance: { basis: "authored", source:
|
|
1515
|
-
reviewedAt:
|
|
1759
|
+
provenance: { basis: "authored", source: REVIEW_SOURCE4 },
|
|
1760
|
+
reviewedAt: REVIEW_DATE5,
|
|
1516
1761
|
slug,
|
|
1517
1762
|
...extra
|
|
1518
1763
|
});
|
|
@@ -1539,7 +1784,7 @@ var INSTALLATION_LAYOUT_TERMS = [
|
|
|
1539
1784
|
{
|
|
1540
1785
|
provenance: {
|
|
1541
1786
|
basis: "referenced",
|
|
1542
|
-
snapshot:
|
|
1787
|
+
snapshot: REVIEW_DATE5,
|
|
1543
1788
|
source: ZIGZAG_EVIDENCE_SOURCE
|
|
1544
1789
|
}
|
|
1545
1790
|
}
|
|
@@ -1551,7 +1796,7 @@ var INSTALLATION_LAYOUT_TERMS = [
|
|
|
1551
1796
|
{
|
|
1552
1797
|
provenance: {
|
|
1553
1798
|
basis: "referenced",
|
|
1554
|
-
snapshot:
|
|
1799
|
+
snapshot: REVIEW_DATE5,
|
|
1555
1800
|
source: ZIGZAG_EVIDENCE_SOURCE
|
|
1556
1801
|
}
|
|
1557
1802
|
}
|
|
@@ -1599,156 +1844,3131 @@ var INSTALLATION_LAYOUT_TERMS = [
|
|
|
1599
1844
|
)
|
|
1600
1845
|
];
|
|
1601
1846
|
|
|
1602
|
-
// src/axes/material.ts
|
|
1603
|
-
var
|
|
1604
|
-
var
|
|
1605
|
-
var
|
|
1606
|
-
var
|
|
1607
|
-
var STONE_SLUG = "stone";
|
|
1608
|
-
var STONE_TARGET = "material.stone";
|
|
1609
|
-
var WOOD_TARGET = "material.wood";
|
|
1610
|
-
var term6 = (slug, label, definition) => ({
|
|
1847
|
+
// src/axes/material-composition.ts
|
|
1848
|
+
var COMPOSITION_REVIEW_DATE = "2026-09-22";
|
|
1849
|
+
var COMPOSITION_SOURCE = "composition dictionary in a materials-retrieval system (src-05)";
|
|
1850
|
+
var IN_HOUSE_DEFINITION = "in-house definition";
|
|
1851
|
+
var compositionTerm = (slug, label, definition, standard, extra = {}, basis = "referenced") => ({
|
|
1611
1852
|
definition,
|
|
1853
|
+
introducedAt: COMPOSITION_REVIEW_DATE,
|
|
1612
1854
|
label,
|
|
1613
|
-
provenance:
|
|
1614
|
-
|
|
1855
|
+
provenance: basis === "authored" ? { basis, source: `${COMPOSITION_SOURCE}; ${standard}` } : {
|
|
1856
|
+
basis,
|
|
1857
|
+
snapshot: COMPOSITION_REVIEW_DATE,
|
|
1858
|
+
source: `${COMPOSITION_SOURCE}; ${standard}`
|
|
1859
|
+
},
|
|
1860
|
+
reviewedAt: COMPOSITION_REVIEW_DATE,
|
|
1861
|
+
slug,
|
|
1862
|
+
...extra
|
|
1615
1863
|
});
|
|
1616
|
-
var
|
|
1617
|
-
|
|
1618
|
-
definition,
|
|
1864
|
+
var authoredTerm = (slug, label, definition, extra = {}) => compositionTerm(
|
|
1865
|
+
slug,
|
|
1619
1866
|
label,
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1867
|
+
definition,
|
|
1868
|
+
IN_HOUSE_DEFINITION,
|
|
1869
|
+
extra,
|
|
1870
|
+
"authored"
|
|
1871
|
+
);
|
|
1872
|
+
var reparented = (term12) => ({
|
|
1873
|
+
...term12,
|
|
1874
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
1626
1875
|
});
|
|
1627
|
-
var
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1876
|
+
var externalMapping = (scheme, identifier, label, match = "exact") => ({ identifier, label, match, scheme });
|
|
1877
|
+
|
|
1878
|
+
// src/axes/material-cellulosics.ts
|
|
1879
|
+
var EU_1007_2011 = "eu-1007-2011";
|
|
1880
|
+
var FTC_16CFR303 = "ftc-16cfr303";
|
|
1881
|
+
var ISO_1043_1 = "iso-1043-1";
|
|
1882
|
+
var ISO_2076 = "iso-2076";
|
|
1883
|
+
var MAN_MADE_CELLULOSIC_SLUG = "man-made-cellulosic";
|
|
1884
|
+
var POLYMER_SLUG = "polymer";
|
|
1885
|
+
var EU_ANNEX_I = "Regulation (EU) No 1007/2011 Annex I";
|
|
1886
|
+
var STANDARD_ISO_2076 = "ISO 2076:2021";
|
|
1887
|
+
var STANDARD_FTC = "US FTC 16 CFR 303.7";
|
|
1888
|
+
var same = (scheme, name) => externalMapping(scheme, name, name);
|
|
1889
|
+
var fibreNames = (name) => [
|
|
1890
|
+
same(EU_1007_2011, name),
|
|
1891
|
+
same(FTC_16CFR303, name),
|
|
1892
|
+
same(ISO_2076, name)
|
|
1893
|
+
];
|
|
1894
|
+
var MATERIAL_CELLULOSICS_TERMS = [
|
|
1895
|
+
compositionTerm(
|
|
1896
|
+
MAN_MADE_CELLULOSIC_SLUG,
|
|
1897
|
+
"Man-made cellulosic",
|
|
1898
|
+
"A fibre family of man-made polymer produced by regenerating or chemically substituting natural cellulose, covering viscose, modal, lyocell, cupro, acetate and triacetate.",
|
|
1899
|
+
STANDARD_ISO_2076,
|
|
1900
|
+
{
|
|
1901
|
+
altLabels: ["Regenerated cellulose", "Cellulosic fibre"],
|
|
1902
|
+
broaderSlug: POLYMER_SLUG,
|
|
1903
|
+
seenAs: ["Cellulosic fiber"]
|
|
1904
|
+
}
|
|
1905
|
+
),
|
|
1906
|
+
compositionTerm(
|
|
1907
|
+
"acetate",
|
|
1908
|
+
"Acetate",
|
|
1909
|
+
"A man-made cellulosic fibre of cellulose acetate in which between 74 and 92 percent of the hydroxyl groups are acetylated.",
|
|
1910
|
+
`${EU_ANNEX_I} row 19; ${STANDARD_FTC}; ${STANDARD_ISO_2076}`,
|
|
1911
|
+
{
|
|
1912
|
+
altLabels: ["Cellulose acetate"],
|
|
1913
|
+
broaderSlug: MAN_MADE_CELLULOSIC_SLUG,
|
|
1914
|
+
external: [
|
|
1915
|
+
same(EU_1007_2011, "acetate"),
|
|
1916
|
+
externalMapping(FTC_16CFR303, "acetate", "acetate", "broad"),
|
|
1917
|
+
same(ISO_2076, "acetate"),
|
|
1918
|
+
externalMapping(ISO_1043_1, "CA", "cellulose acetate")
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1921
|
+
"standard"
|
|
1922
|
+
),
|
|
1923
|
+
compositionTerm(
|
|
1924
|
+
"cupro",
|
|
1925
|
+
"Cupro",
|
|
1926
|
+
"A man-made cellulosic fibre of regenerated cellulose produced by the cuprammonium process.",
|
|
1927
|
+
`${EU_ANNEX_I} row 21; ${STANDARD_ISO_2076}`,
|
|
1928
|
+
{
|
|
1929
|
+
altLabels: ["Cuprammonium rayon"],
|
|
1930
|
+
broaderSlug: MAN_MADE_CELLULOSIC_SLUG,
|
|
1931
|
+
external: [same(EU_1007_2011, "cupro"), same(ISO_2076, "cupro")]
|
|
1932
|
+
},
|
|
1933
|
+
"standard"
|
|
1934
|
+
),
|
|
1935
|
+
compositionTerm(
|
|
1936
|
+
"lyocell",
|
|
1937
|
+
"Lyocell",
|
|
1938
|
+
"A man-made cellulosic fibre of cellulose obtained by dissolving cellulose in an organic solvent and spinning it without forming a cellulose derivative.",
|
|
1939
|
+
`${EU_ANNEX_I} row 33; ${STANDARD_FTC}; ${STANDARD_ISO_2076}`,
|
|
1940
|
+
{
|
|
1941
|
+
broaderSlug: MAN_MADE_CELLULOSIC_SLUG,
|
|
1942
|
+
external: fibreNames("lyocell")
|
|
1943
|
+
},
|
|
1944
|
+
"standard"
|
|
1945
|
+
),
|
|
1946
|
+
compositionTerm(
|
|
1947
|
+
"modal",
|
|
1948
|
+
"Modal",
|
|
1949
|
+
"A man-made cellulosic fibre of regenerated cellulose produced by a modified viscose process, with higher wet strength and wet modulus than standard viscose.",
|
|
1950
|
+
`${EU_ANNEX_I} row 22; ${STANDARD_ISO_2076}`,
|
|
1951
|
+
{
|
|
1952
|
+
altLabels: ["Modal rayon"],
|
|
1953
|
+
broaderSlug: MAN_MADE_CELLULOSIC_SLUG,
|
|
1954
|
+
external: [same(EU_1007_2011, "modal"), same(ISO_2076, "modal")]
|
|
1955
|
+
},
|
|
1956
|
+
"standard"
|
|
1957
|
+
),
|
|
1958
|
+
compositionTerm(
|
|
1959
|
+
"triacetate",
|
|
1960
|
+
"Triacetate",
|
|
1961
|
+
"A man-made cellulosic fibre of cellulose acetate in which at least 92 percent of the hydroxyl groups are acetylated.",
|
|
1962
|
+
`${EU_ANNEX_I} row 24; ${STANDARD_FTC}; ${STANDARD_ISO_2076}`,
|
|
1963
|
+
{
|
|
1964
|
+
altLabels: ["Cellulose triacetate"],
|
|
1965
|
+
broaderSlug: MAN_MADE_CELLULOSIC_SLUG,
|
|
1966
|
+
external: [
|
|
1967
|
+
externalMapping(EU_1007_2011, "triacetate", "triacetate"),
|
|
1968
|
+
externalMapping(FTC_16CFR303, "triacetate", "triacetate"),
|
|
1969
|
+
externalMapping(ISO_2076, "triacetate", "triacetate")
|
|
1970
|
+
]
|
|
1971
|
+
},
|
|
1972
|
+
"standard"
|
|
1973
|
+
),
|
|
1974
|
+
compositionTerm(
|
|
1975
|
+
"viscose",
|
|
1976
|
+
"Viscose",
|
|
1977
|
+
"A man-made cellulosic fibre of regenerated cellulose produced by the viscose process.",
|
|
1978
|
+
`${EU_ANNEX_I} row 25; ${STANDARD_FTC}; ${STANDARD_ISO_2076}`,
|
|
1979
|
+
{
|
|
1980
|
+
altLabels: ["Viscose rayon"],
|
|
1981
|
+
broaderSlug: MAN_MADE_CELLULOSIC_SLUG,
|
|
1982
|
+
external: [
|
|
1983
|
+
externalMapping(EU_1007_2011, "viscose", "viscose"),
|
|
1984
|
+
externalMapping(FTC_16CFR303, "rayon", "rayon", "broad"),
|
|
1985
|
+
externalMapping(ISO_2076, "viscose", "viscose")
|
|
1986
|
+
],
|
|
1987
|
+
seenAs: ["Viskose", "Viscosa"]
|
|
1988
|
+
},
|
|
1989
|
+
"standard"
|
|
1990
|
+
)
|
|
1991
|
+
];
|
|
1992
|
+
|
|
1993
|
+
// src/axes/material-engineered-wood.ts
|
|
1994
|
+
var WOOD_HANDBOOK = "USDA Wood Handbook (2021), chapter 2";
|
|
1995
|
+
var EN_13986 = "EN 13986";
|
|
1996
|
+
var EN_300 = "EN 300:2006";
|
|
1997
|
+
var EN_312 = "EN 312:2010";
|
|
1998
|
+
var EN_316 = "EN 316:2009";
|
|
1999
|
+
var EN_622_5 = "EN 622-5:2009";
|
|
2000
|
+
var EN_14080 = "EN 14080:2013";
|
|
2001
|
+
var EN_16351 = "EN 16351:2021";
|
|
2002
|
+
var EN_14374 = "EN 14374:2004";
|
|
2003
|
+
var ENGINEERED_WOOD_SLUG = "engineered-wood";
|
|
2004
|
+
var MATERIAL_ENGINEERED_WOOD_TERMS = [
|
|
2005
|
+
// Families.
|
|
2006
|
+
compositionTerm(
|
|
2007
|
+
ENGINEERED_WOOD_SLUG,
|
|
2008
|
+
"Engineered wood",
|
|
2009
|
+
"A wood-based panel or structural timber product manufactured by bonding wood elements, such as veneers, strands, particles or fibres, together with adhesive under heat or pressure.",
|
|
2010
|
+
`${EN_13986} (panels); ${EN_14080}, ${EN_16351} and ${EN_14374} (structural timber)`,
|
|
2011
|
+
{
|
|
2012
|
+
altLabels: ["engineered timber", "wood-based panel"],
|
|
2013
|
+
broaderSlug: "wood"
|
|
2014
|
+
}
|
|
2015
|
+
),
|
|
2016
|
+
compositionTerm(
|
|
2017
|
+
"softwood",
|
|
2018
|
+
"Softwood",
|
|
2019
|
+
"Wood from coniferous (gymnosperm) trees, named as a timber class rather than by hardness or species.",
|
|
2020
|
+
WOOD_HANDBOOK,
|
|
2021
|
+
{ broaderSlug: "wood", seenAs: ["soft wood"] }
|
|
2022
|
+
),
|
|
2023
|
+
// Materials directly under wood.
|
|
2024
|
+
authoredTerm(
|
|
2025
|
+
"wood-flour",
|
|
2026
|
+
"Wood flour",
|
|
2027
|
+
"Finely ground wood particles, produced from processing residues or reclaimed wood, distinguished from wood chips or strands used in panel manufacture by their fine, typically sub-millimetre particle size.",
|
|
2028
|
+
{
|
|
2029
|
+
altLabels: ["wood powder", "wood meal", "wood dust"],
|
|
2030
|
+
broaderSlug: "wood"
|
|
2031
|
+
}
|
|
2032
|
+
),
|
|
2033
|
+
// Materials under engineered-wood, alphabetical; hdf follows its parent fibreboard.
|
|
2034
|
+
compositionTerm(
|
|
2035
|
+
"clt",
|
|
2036
|
+
"CLT",
|
|
2037
|
+
"A structural timber product manufactured from layers of timber boards stacked and bonded together with the grain of each layer rotated orthogonally to the adjacent layers.",
|
|
2038
|
+
EN_16351,
|
|
2039
|
+
{
|
|
2040
|
+
altLabels: ["cross-laminated timber"],
|
|
2041
|
+
broaderSlug: ENGINEERED_WOOD_SLUG,
|
|
2042
|
+
seenAs: ["cross laminated timber"]
|
|
2043
|
+
}
|
|
2044
|
+
),
|
|
2045
|
+
compositionTerm(
|
|
2046
|
+
"fibreboard",
|
|
2047
|
+
"Fibreboard",
|
|
2048
|
+
"A wood-based panel manufactured from lignocellulosic fibres bonded by their own adhesion or by an added binder, with or without heat and pressure.",
|
|
2049
|
+
EN_316,
|
|
2050
|
+
{
|
|
2051
|
+
altLabels: ["fiberboard"],
|
|
2052
|
+
broaderSlug: ENGINEERED_WOOD_SLUG,
|
|
2053
|
+
seenAs: ["fibre board", "fiber board"]
|
|
2054
|
+
}
|
|
2055
|
+
),
|
|
2056
|
+
compositionTerm(
|
|
2057
|
+
"hdf",
|
|
2058
|
+
"HDF",
|
|
2059
|
+
"Dry-process fibreboard with a density of at least 800 kg/m3.",
|
|
2060
|
+
`${EN_316}; ${EN_622_5}`,
|
|
2061
|
+
{
|
|
2062
|
+
altLabels: ["high-density fibreboard", "high-density fiberboard"],
|
|
2063
|
+
broaderSlug: "fibreboard",
|
|
2064
|
+
seenAs: ["high density fibreboard", "high density fiberboard"]
|
|
2065
|
+
}
|
|
2066
|
+
),
|
|
2067
|
+
compositionTerm(
|
|
2068
|
+
"glulam",
|
|
2069
|
+
"Glulam",
|
|
2070
|
+
"A structural timber product manufactured by bonding laminations of timber together with the grain of the laminations running essentially parallel to the length of the member.",
|
|
2071
|
+
EN_14080,
|
|
2072
|
+
{
|
|
2073
|
+
altLabels: ["glued laminated timber", "glue-laminated timber"],
|
|
2074
|
+
broaderSlug: ENGINEERED_WOOD_SLUG
|
|
2075
|
+
}
|
|
2076
|
+
),
|
|
2077
|
+
compositionTerm(
|
|
2078
|
+
"lvl",
|
|
2079
|
+
"LVL",
|
|
2080
|
+
"An engineered wood product manufactured by bonding wood veneers together with the grain of all veneers running predominantly parallel to the length of the product.",
|
|
2081
|
+
EN_14374,
|
|
2082
|
+
{
|
|
2083
|
+
altLabels: ["laminated veneer lumber"],
|
|
2084
|
+
broaderSlug: ENGINEERED_WOOD_SLUG
|
|
2085
|
+
}
|
|
2086
|
+
),
|
|
2087
|
+
compositionTerm(
|
|
2088
|
+
"osb",
|
|
2089
|
+
"OSB",
|
|
2090
|
+
"A wood-based panel manufactured from strands of wood bonded together with adhesive and arranged in oriented layers.",
|
|
2091
|
+
EN_300,
|
|
2092
|
+
{
|
|
2093
|
+
altLabels: ["oriented strand board"],
|
|
2094
|
+
broaderSlug: ENGINEERED_WOOD_SLUG
|
|
2095
|
+
}
|
|
2096
|
+
),
|
|
2097
|
+
compositionTerm(
|
|
2098
|
+
"particleboard",
|
|
2099
|
+
"Particleboard",
|
|
2100
|
+
"A wood-based panel manufactured by bonding particles of wood together with an adhesive under heat and pressure.",
|
|
2101
|
+
EN_312,
|
|
2102
|
+
{
|
|
2103
|
+
altLabels: ["chipboard"],
|
|
2104
|
+
broaderSlug: ENGINEERED_WOOD_SLUG,
|
|
2105
|
+
seenAs: ["particle board"]
|
|
2106
|
+
}
|
|
2107
|
+
),
|
|
2108
|
+
// Materials under softwood, alphabetical.
|
|
2109
|
+
compositionTerm(
|
|
2110
|
+
"cedar",
|
|
2111
|
+
"Cedar",
|
|
2112
|
+
"Softwood traded as cedar from the genera Cedrus, Thuja, Chamaecyparis, Calocedrus or Juniperus; Spanish cedar, Cedrela, is a hardwood outside it.",
|
|
2113
|
+
WOOD_HANDBOOK,
|
|
2114
|
+
{ broaderSlug: "softwood" }
|
|
2115
|
+
),
|
|
2116
|
+
compositionTerm(
|
|
2117
|
+
"cypress",
|
|
2118
|
+
"Cypress",
|
|
2119
|
+
"Softwood traded as cypress from bald cypress, Taxodium distichum, in North America or from the true cypresses of the genus Cupressus.",
|
|
2120
|
+
WOOD_HANDBOOK,
|
|
2121
|
+
{ broaderSlug: "softwood" }
|
|
2122
|
+
),
|
|
2123
|
+
compositionTerm(
|
|
2124
|
+
"fir",
|
|
2125
|
+
"Fir",
|
|
2126
|
+
"Softwood timber from trees in the genus Abies, commercially cut across the temperate and montane forests of the Northern Hemisphere; distinct from Douglas-fir, which is not a true fir.",
|
|
2127
|
+
WOOD_HANDBOOK,
|
|
2128
|
+
{ broaderSlug: "softwood" }
|
|
2129
|
+
),
|
|
2130
|
+
compositionTerm(
|
|
2131
|
+
"hemlock",
|
|
2132
|
+
"Hemlock",
|
|
2133
|
+
"Softwood timber from trees in the genus Tsuga, commercially cut across the Pacific Northwest and Appalachian regions of North America.",
|
|
2134
|
+
WOOD_HANDBOOK,
|
|
2135
|
+
{ broaderSlug: "softwood" }
|
|
2136
|
+
),
|
|
2137
|
+
compositionTerm(
|
|
2138
|
+
"larch",
|
|
2139
|
+
"Larch",
|
|
2140
|
+
"Softwood timber from trees in the genus Larix, commercially cut across the northern temperate and boreal forests of North America, Europe and Asia; unusual among softwoods for being deciduous.",
|
|
2141
|
+
WOOD_HANDBOOK,
|
|
2142
|
+
{ broaderSlug: "softwood" }
|
|
2143
|
+
),
|
|
2144
|
+
compositionTerm(
|
|
2145
|
+
"pine",
|
|
2146
|
+
"Pine",
|
|
2147
|
+
"Softwood timber from trees in the genus Pinus, commercially cut across the temperate and boreal forests of the Northern Hemisphere.",
|
|
2148
|
+
WOOD_HANDBOOK,
|
|
2149
|
+
{ broaderSlug: "softwood" }
|
|
2150
|
+
),
|
|
2151
|
+
compositionTerm(
|
|
2152
|
+
"spruce",
|
|
2153
|
+
"Spruce",
|
|
2154
|
+
"Softwood timber from trees in the genus Picea, commercially cut across the northern temperate and boreal forests of North America, Europe and Asia.",
|
|
2155
|
+
WOOD_HANDBOOK,
|
|
2156
|
+
{ broaderSlug: "softwood" }
|
|
2157
|
+
),
|
|
2158
|
+
// Species under softwood, alphabetical.
|
|
2159
|
+
compositionTerm(
|
|
2160
|
+
"douglas-fir",
|
|
2161
|
+
"Douglas fir",
|
|
2162
|
+
"Softwood timber from Pseudotsuga menziesii, commercially cut in the Pacific Northwest of North America; botanically distinct from the true firs of the genus Abies.",
|
|
2163
|
+
WOOD_HANDBOOK,
|
|
2164
|
+
{
|
|
2165
|
+
broaderSlug: "softwood",
|
|
2166
|
+
seenAs: ["Douglas-Fir", "Oregon pine"]
|
|
2167
|
+
}
|
|
2168
|
+
),
|
|
2169
|
+
compositionTerm(
|
|
2170
|
+
"redwood",
|
|
2171
|
+
"Redwood",
|
|
2172
|
+
"Softwood timber from Sequoia sempervirens, commercially cut along the coastal fog belt of California and southern Oregon.",
|
|
2173
|
+
WOOD_HANDBOOK,
|
|
2174
|
+
{ broaderSlug: "softwood" }
|
|
2175
|
+
)
|
|
2176
|
+
];
|
|
2177
|
+
|
|
2178
|
+
// src/axes/material-everyday.ts
|
|
2179
|
+
var REVIEW_DATE6 = "2026-09-11";
|
|
2180
|
+
var REVIEW_SOURCE5 = "everyday-interiors vocabulary review";
|
|
2181
|
+
var STONE_SLUG = "stone";
|
|
2182
|
+
var STONE_TARGET = "material.stone";
|
|
2183
|
+
var WOOD_HANDBOOK2 = "USDA Wood Handbook, https://research.fs.usda.gov/download/treesearch/37440.pdf";
|
|
2184
|
+
var STONE_VARIETIES = "Natural Stone Institute varieties, https://www.naturalstoneinstitute.org/designprofessionals/varieties/";
|
|
2185
|
+
var wikidata3 = (id, label) => `Wikidata ${id} ${label}, https://www.wikidata.org/wiki/${id}`;
|
|
2186
|
+
var reviewed3 = (slug, label, definition, source, extra = {}) => ({
|
|
2187
|
+
definition,
|
|
2188
|
+
introducedAt: REVIEW_DATE6,
|
|
2189
|
+
label,
|
|
2190
|
+
provenance: { basis: "referenced", snapshot: REVIEW_DATE6, source },
|
|
2191
|
+
reviewedAt: REVIEW_DATE6,
|
|
2192
|
+
slug,
|
|
2193
|
+
...extra
|
|
1634
2194
|
});
|
|
1635
|
-
var
|
|
1636
|
-
broaderSlug,
|
|
2195
|
+
var authored3 = (slug, label, definition, extra = {}) => ({
|
|
1637
2196
|
definition,
|
|
1638
|
-
introducedAt:
|
|
2197
|
+
introducedAt: REVIEW_DATE6,
|
|
1639
2198
|
label,
|
|
1640
|
-
provenance: {
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
},
|
|
1645
|
-
reviewedAt: "2026-08-31",
|
|
1646
|
-
slug
|
|
2199
|
+
provenance: { basis: "authored", source: REVIEW_SOURCE5 },
|
|
2200
|
+
reviewedAt: REVIEW_DATE6,
|
|
2201
|
+
slug,
|
|
2202
|
+
...extra
|
|
1647
2203
|
});
|
|
1648
|
-
var
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
"
|
|
1659
|
-
|
|
2204
|
+
var MATERIAL_EVERYDAY_TERMS = [
|
|
2205
|
+
// Quarried stone by name, each beneath `stone`.
|
|
2206
|
+
reviewed3(
|
|
2207
|
+
"granite",
|
|
2208
|
+
"Granite",
|
|
2209
|
+
"A coarse-grained igneous rock quarried as dimension stone; the commercial name also covers similar-looking hard stones that are not geologically granite.",
|
|
2210
|
+
[
|
|
2211
|
+
wikidata3("Q41177", "granite"),
|
|
2212
|
+
wikidata3("Q3115353", "granite (commercial name)"),
|
|
2213
|
+
STONE_VARIETIES
|
|
2214
|
+
].join("; "),
|
|
2215
|
+
{ broaderSlug: STONE_SLUG }
|
|
2216
|
+
),
|
|
2217
|
+
reviewed3(
|
|
2218
|
+
"sandstone",
|
|
2219
|
+
"Sandstone",
|
|
2220
|
+
"A sedimentary rock of cemented sand-sized grains worked as a building stone.",
|
|
2221
|
+
[wikidata3("Q13085", "sandstone"), STONE_VARIETIES].join("; "),
|
|
2222
|
+
{ broaderSlug: STONE_SLUG }
|
|
2223
|
+
),
|
|
2224
|
+
reviewed3(
|
|
2225
|
+
"quartzite",
|
|
2226
|
+
"Quartzite",
|
|
2227
|
+
"A hard non-foliated metamorphic rock formed from quartz sandstone, distinct from engineered quartz surfacing.",
|
|
2228
|
+
[wikidata3("Q237883", "quartzite"), STONE_VARIETIES].join("; "),
|
|
2229
|
+
{ broaderSlug: STONE_SLUG }
|
|
2230
|
+
),
|
|
2231
|
+
reviewed3(
|
|
2232
|
+
"basalt",
|
|
2233
|
+
"Basalt",
|
|
2234
|
+
"A dense mafic volcanic rock quarried and worked as a finish.",
|
|
2235
|
+
wikidata3("Q43338", "basalt"),
|
|
2236
|
+
{ broaderSlug: STONE_SLUG }
|
|
2237
|
+
),
|
|
2238
|
+
reviewed3(
|
|
2239
|
+
"soapstone",
|
|
2240
|
+
"Soapstone",
|
|
2241
|
+
"A soft metamorphic rock composed chiefly of the mineral talc, also called steatite, worked as a dense dimension stone.",
|
|
2242
|
+
[wikidata3("Q707896", "soapstone"), STONE_VARIETIES].join("; "),
|
|
2243
|
+
{ broaderSlug: STONE_SLUG }
|
|
2244
|
+
),
|
|
2245
|
+
// Beneath `ceramic` on the same footing as `terracotta`: brick material is a fired clay body,
|
|
2246
|
+
// and MATERIAL names the substance. The masonry UNIT is a format reading this package does not
|
|
2247
|
+
// mint; brick slips and thin brick compose `material.brick` with a FORMAT term.
|
|
2248
|
+
reviewed3(
|
|
2249
|
+
"brick",
|
|
2250
|
+
"Brick",
|
|
2251
|
+
"Fired clay masonry material, named as the substance rather than as the masonry unit, its bond or its colour.",
|
|
2252
|
+
wikidata3("Q40089", "brick"),
|
|
2253
|
+
{ broaderSlug: "ceramic" }
|
|
2254
|
+
),
|
|
2255
|
+
{
|
|
2256
|
+
...reviewed3(
|
|
2257
|
+
"plaster",
|
|
2258
|
+
"Plaster",
|
|
2259
|
+
"A gypsum-, lime- or cement-based material applied wet and set in place to form a surface.",
|
|
2260
|
+
[
|
|
2261
|
+
wikidata3("Q274988", "plaster"),
|
|
2262
|
+
wikidata3("Q52684119", "plaster (applied preparation)")
|
|
2263
|
+
].join("; ")
|
|
2264
|
+
),
|
|
2265
|
+
broaderSlug: "mineral",
|
|
2266
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
...reviewed3(
|
|
2270
|
+
"rubber",
|
|
2271
|
+
"Rubber",
|
|
2272
|
+
"A natural or synthetic elastomer that recovers its shape after large deformation.",
|
|
2273
|
+
[
|
|
2274
|
+
wikidata3("Q18113858", "rubber"),
|
|
2275
|
+
wikidata3("Q131877", "natural rubber")
|
|
2276
|
+
].join("; ")
|
|
2277
|
+
),
|
|
2278
|
+
broaderSlug: "polymer",
|
|
2279
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2280
|
+
},
|
|
2281
|
+
// Metals.
|
|
2282
|
+
{
|
|
2283
|
+
...reviewed3(
|
|
2284
|
+
"zinc",
|
|
2285
|
+
"Zinc",
|
|
2286
|
+
"The metallic chemical element Zn used as a sheet, casting or coating metal; galvanised steel is a zinc coating and not this material.",
|
|
2287
|
+
wikidata3("Q758", "zinc")
|
|
2288
|
+
),
|
|
2289
|
+
broaderSlug: "non-ferrous-metal",
|
|
2290
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2291
|
+
},
|
|
2292
|
+
reviewed3(
|
|
2293
|
+
"weathering-steel",
|
|
2294
|
+
"Weathering steel",
|
|
2295
|
+
"A steel alloy family that forms a stable rust-coloured oxide layer on exposure; the trade names are not the material.",
|
|
2296
|
+
wikidata3("Q1024124", "weathering steel"),
|
|
2297
|
+
{ broaderSlug: "steel", seenAs: ["corten", "Cor-Ten"] }
|
|
2298
|
+
),
|
|
2299
|
+
// Polymers sold as sheet. `acrylic` was published on 2026-09-11 as PMMA sheet alone; the
|
|
2300
|
+
// hierarchy review of 2026-09-22 widened it to the polymer family, because ISO 2076 and FTC 16
|
|
2301
|
+
// CFR 303 name the fibre "acrylic" and ISO 1043-1 names the sheet PMMA. The sheet is now
|
|
2302
|
+
// `material.pmma` beneath it, and the trade names moved there with it. Recorded in ADR 0007.
|
|
2303
|
+
{
|
|
2304
|
+
broaderSlug: "polymer",
|
|
2305
|
+
definition: "A family of polymers and fibres built predominantly from acrylonitrile, acrylate or methacrylate monomers, covering acrylic and modacrylic fibre, PMMA sheet and acrylic resins.",
|
|
2306
|
+
introducedAt: REVIEW_DATE6,
|
|
2307
|
+
label: "Acrylic",
|
|
2308
|
+
note: "Widened on 2026-09-22 from PMMA sheet alone to the acrylic polymer family; the sheet is now material/pmma beneath it.",
|
|
2309
|
+
provenance: {
|
|
2310
|
+
basis: "referenced",
|
|
2311
|
+
snapshot: COMPOSITION_REVIEW_DATE,
|
|
2312
|
+
source: "the family grouping written here from Encyclopaedia Britannica, acrylic, https://www.britannica.com/science/acrylic; ISO 2076:2021 and US FTC 16 CFR 303.7 (acrylic and modacrylic fibre)"
|
|
2313
|
+
},
|
|
2314
|
+
reviewedAt: COMPOSITION_REVIEW_DATE,
|
|
2315
|
+
slug: "acrylic"
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
...reviewed3(
|
|
2319
|
+
"polycarbonate",
|
|
2320
|
+
"Polycarbonate",
|
|
2321
|
+
"A transparent, impact-resistant thermoplastic polymer family supplied as sheet or moulding.",
|
|
2322
|
+
wikidata3("Q62246", "polycarbonate")
|
|
2323
|
+
),
|
|
2324
|
+
broaderSlug: "polymer",
|
|
2325
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
...reviewed3(
|
|
2329
|
+
"linoleum",
|
|
2330
|
+
"Linoleum",
|
|
2331
|
+
"A resilient sheet or tile material of oxidised linseed oil, resin and filler on a fibre backing; it is not vinyl.",
|
|
2332
|
+
wikidata3("Q108728", "linoleum"),
|
|
2333
|
+
{ altLabels: ["lino"] }
|
|
2334
|
+
),
|
|
2335
|
+
broaderSlug: "composite",
|
|
2336
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2337
|
+
},
|
|
2338
|
+
// Wood and wood-based sheet.
|
|
2339
|
+
reviewed3(
|
|
2340
|
+
"hardwood",
|
|
2341
|
+
"Hardwood",
|
|
2342
|
+
"Wood from broadleaved (dicot) trees, named as a timber class rather than by hardness or species.",
|
|
2343
|
+
[wikidata3("Q2266509", "hardwood"), WOOD_HANDBOOK2].join("; "),
|
|
2344
|
+
{ broaderSlug: "wood" }
|
|
2345
|
+
),
|
|
2346
|
+
{
|
|
2347
|
+
...reviewed3(
|
|
2348
|
+
"plywood",
|
|
2349
|
+
"Plywood",
|
|
2350
|
+
"A manufactured wood panel of cross-laminated veneer sheets.",
|
|
2351
|
+
[
|
|
2352
|
+
wikidata3("Q219803", "plywood"),
|
|
2353
|
+
WOOD_HANDBOOK2,
|
|
2354
|
+
"EN 636:2012+A1:2015"
|
|
2355
|
+
].join("; ")
|
|
2356
|
+
),
|
|
2357
|
+
broaderSlug: "engineered-wood",
|
|
2358
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
...reviewed3(
|
|
2362
|
+
"mdf",
|
|
2363
|
+
"MDF",
|
|
2364
|
+
"A dry-process fibreboard with a density from 450 to below 800 kg/m3, as EN 316 and EN 622-5 class it.",
|
|
2365
|
+
[
|
|
2366
|
+
wikidata3("Q642231", "medium-density fibreboard"),
|
|
2367
|
+
"EN 316:2009",
|
|
2368
|
+
"EN 622-5:2009"
|
|
2369
|
+
].join("; "),
|
|
2370
|
+
{ altLabels: ["medium-density fibreboard", "medium-density fiberboard"] }
|
|
2371
|
+
),
|
|
2372
|
+
broaderSlug: "fibreboard",
|
|
2373
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2374
|
+
},
|
|
2375
|
+
// The bare word `melamine` names this board first and the resin second; that ordering is an
|
|
2376
|
+
// authored lexical entry in `v1.ts`, since `material.melamine` (the resin) is a concept of its
|
|
2377
|
+
// own from 2026-09-22.
|
|
2378
|
+
{
|
|
2379
|
+
...reviewed3(
|
|
2380
|
+
"melamine-faced-board",
|
|
2381
|
+
"Melamine-faced board",
|
|
2382
|
+
"A wood-based panel faced with melamine-resin-impregnated paper pressed directly onto it, with no laminate sheet between, as EN 14322 specifies.",
|
|
2383
|
+
[wikidata3("Q20180653", "melamine resin"), "EN 14322:2017"].join("; "),
|
|
2384
|
+
{
|
|
2385
|
+
altLabels: ["melamine-faced chipboard", "melamine board"]
|
|
2386
|
+
}
|
|
2387
|
+
),
|
|
2388
|
+
broaderSlug: "engineered-wood",
|
|
2389
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
...reviewed3(
|
|
2393
|
+
"silk",
|
|
2394
|
+
"Silk",
|
|
2395
|
+
"A natural protein filament fibre produced by silk moth larvae.",
|
|
2396
|
+
wikidata3("Q37681", "silk")
|
|
2397
|
+
),
|
|
2398
|
+
broaderSlug: "animal-fibre",
|
|
2399
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
...reviewed3(
|
|
2403
|
+
"hemp",
|
|
2404
|
+
"Hemp",
|
|
2405
|
+
"A plant bast fibre from Cannabis sativa used as a textile fibre.",
|
|
2406
|
+
wikidata3("Q13414920", "hemp fiber")
|
|
2407
|
+
),
|
|
2408
|
+
broaderSlug: "plant-fibre",
|
|
2409
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
...reviewed3(
|
|
2413
|
+
"mohair",
|
|
2414
|
+
"Mohair",
|
|
2415
|
+
"A natural animal fibre from the Angora goat; it is not the velvet sometimes woven from it.",
|
|
2416
|
+
wikidata3("Q179628", "mohair")
|
|
2417
|
+
),
|
|
2418
|
+
broaderSlug: "animal-fibre",
|
|
2419
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2420
|
+
},
|
|
2421
|
+
// Seagrass in furnishing is a sedge stem, not a fibre and not a marine plant, so it sits beneath
|
|
2422
|
+
// `natural-organic` directly.
|
|
2423
|
+
reviewed3(
|
|
2424
|
+
"seagrass",
|
|
2425
|
+
"Seagrass",
|
|
2426
|
+
"Stems of a sedge of the genus Cyperus grown in flooded fields and woven for matting, distinct from marine seagrass.",
|
|
2427
|
+
"https://retrorenovation.com/2019/05/14/what-are-seagrass-rugs-made-of/",
|
|
2428
|
+
{ broaderSlug: "natural-organic", reviewedAt: COMPOSITION_REVIEW_DATE }
|
|
2429
|
+
),
|
|
2430
|
+
// Rattan is a palm stem, not a fibre, so it sits beneath `palm` and not `natural-fibre`.
|
|
2431
|
+
{
|
|
2432
|
+
...reviewed3(
|
|
2433
|
+
"rattan",
|
|
2434
|
+
"Rattan",
|
|
2435
|
+
"The solid stem of climbing palms used whole or split as a furniture and weaving material; it is not bamboo and not the cane peeled from it.",
|
|
2436
|
+
wikidata3("Q323021", "rattan")
|
|
2437
|
+
),
|
|
2438
|
+
broaderSlug: "palm",
|
|
2439
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2440
|
+
},
|
|
2441
|
+
// AUTHORED. Cane in furniture is the peeled outer skin of rattan woven as webbing, so it is
|
|
2442
|
+
// related to rattan and not an instance of it; bare `cane` also names bamboo and sugar cane,
|
|
2443
|
+
// which is why the definition pins the interiors reading and the relation is `related-to`.
|
|
2444
|
+
{
|
|
2445
|
+
...authored3(
|
|
2446
|
+
"cane",
|
|
2447
|
+
"Cane",
|
|
2448
|
+
"The peeled outer bark of rattan woven as open webbing for seats, backs and panels; not the whole stem and not bamboo.",
|
|
2449
|
+
{ related: [{ predicate: "related-to", target: "material.rattan" }] }
|
|
2450
|
+
),
|
|
2451
|
+
broaderSlug: "natural-organic",
|
|
2452
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2453
|
+
},
|
|
2454
|
+
// Hides.
|
|
2455
|
+
reparented(
|
|
2456
|
+
reviewed3(
|
|
2457
|
+
"cowhide",
|
|
2458
|
+
"Cowhide",
|
|
2459
|
+
"Cattle hide dressed with the hair retained, or leather from it.",
|
|
2460
|
+
wikidata3("Q12492880", "cowhide"),
|
|
2461
|
+
{ broaderSlug: "bovine-hide" }
|
|
2462
|
+
)
|
|
1660
2463
|
),
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
2464
|
+
{
|
|
2465
|
+
...reviewed3(
|
|
2466
|
+
"synthetic-leather",
|
|
2467
|
+
"Synthetic leather",
|
|
2468
|
+
"A man-made coated or laminated material made to resemble leather, distinct from leather.",
|
|
2469
|
+
wikidata3("Q1792537", "artificial leather"),
|
|
2470
|
+
{
|
|
2471
|
+
altLabels: ["faux leather", "vegan leather", "artificial leather"],
|
|
2472
|
+
related: [{ predicate: "reads-as", target: "material.leather" }],
|
|
2473
|
+
seenAs: ["leatherette", "pleather"]
|
|
2474
|
+
}
|
|
2475
|
+
),
|
|
2476
|
+
broaderSlug: "composite",
|
|
2477
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2478
|
+
},
|
|
2479
|
+
// Engineered surfacing, beneath `engineered-stone` from 2026-09-22. The bare word `quartz`
|
|
2480
|
+
// names this surfacing first and the mineral second; that ordering is an authored lexical entry
|
|
2481
|
+
// in `v1.ts`, since `material.quartz` (the mineral) is a concept of its own from that date.
|
|
2482
|
+
{
|
|
2483
|
+
...reviewed3(
|
|
2484
|
+
"engineered-quartz",
|
|
2485
|
+
"Engineered quartz",
|
|
2486
|
+
"A composite surfacing of crushed quartz bound in resin, distinct from quartzite and from the mineral quartz.",
|
|
2487
|
+
wikidata3("Q5377800", "engineered stone"),
|
|
2488
|
+
{
|
|
2489
|
+
altLabels: ["quartz surfacing"],
|
|
2490
|
+
related: [{ predicate: "reads-as", target: STONE_TARGET }]
|
|
2491
|
+
}
|
|
2492
|
+
),
|
|
2493
|
+
broaderSlug: "engineered-stone",
|
|
2494
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
2495
|
+
}
|
|
2496
|
+
];
|
|
2497
|
+
|
|
2498
|
+
// src/axes/material-metals.ts
|
|
2499
|
+
var FERROUS_METAL_SLUG = "ferrous-metal";
|
|
2500
|
+
var NON_FERROUS_METAL_SLUG = "non-ferrous-metal";
|
|
2501
|
+
var COPPER_ALLOY_SLUG = "copper-alloy";
|
|
2502
|
+
var STEEL_SLUG = "steel";
|
|
2503
|
+
var STAINLESS_STEEL_SLUG = "stainless-steel";
|
|
2504
|
+
var ALUMINIUM_SLUG = "aluminium";
|
|
2505
|
+
var ALUMINIUM_ALLOY_SLUG = "aluminium-alloy";
|
|
2506
|
+
var EN_573_3 = "EN 573-3:2019";
|
|
2507
|
+
var UNS_COPPER = "Copper Development Association UNS designations, https://uns.copper.org/";
|
|
2508
|
+
var UNS_NICKEL_SILVERS = "UNS nickel silvers, https://uns.copper.org/wrought/nickel-silvers.php";
|
|
2509
|
+
var CAS_REGISTRY = "CAS Registry";
|
|
2510
|
+
var EN_10088_UNS = "EN 10088-1:2023; UNS";
|
|
2511
|
+
var MATERIAL_METALS_TERMS = [
|
|
2512
|
+
// The class and its two families. No cited standard defines the everyday ferrous/non-ferrous
|
|
2513
|
+
// split at this level of generality, so these three are in-house.
|
|
2514
|
+
authoredTerm(
|
|
2515
|
+
"metal",
|
|
2516
|
+
"Metal",
|
|
2517
|
+
"A chemical element or alloy characterised by metallic bonding, lustre and electrical and thermal conductivity, encompassing both ferrous and non-ferrous forms."
|
|
2518
|
+
),
|
|
2519
|
+
authoredTerm(
|
|
2520
|
+
FERROUS_METAL_SLUG,
|
|
2521
|
+
"Ferrous metal",
|
|
2522
|
+
"A metal or alloy whose principal constituent by mass is iron, as distinct from a non-ferrous metal.",
|
|
2523
|
+
{ altLabels: ["ferrous"], broaderSlug: "metal" }
|
|
2524
|
+
),
|
|
2525
|
+
authoredTerm(
|
|
2526
|
+
NON_FERROUS_METAL_SLUG,
|
|
2527
|
+
"Non-ferrous metal",
|
|
2528
|
+
"A metal or alloy whose principal constituent by mass is not iron.",
|
|
2529
|
+
{
|
|
2530
|
+
altLabels: ["non-ferrous", "nonferrous metal"],
|
|
2531
|
+
broaderSlug: "metal"
|
|
2532
|
+
}
|
|
2533
|
+
),
|
|
2534
|
+
// NEW, not in the source dictionary: `copper` in `material.ts` is defined at a minimum 99.3
|
|
2535
|
+
// percent purity and cannot parent an alloy family, so `brass`, `bronze`, `gunmetal` and the new
|
|
2536
|
+
// `nickel-silver` need a family of their own. Added here at the lead session's direction.
|
|
2537
|
+
compositionTerm(
|
|
2538
|
+
COPPER_ALLOY_SLUG,
|
|
2539
|
+
"Copper alloy",
|
|
2540
|
+
"An alloy in which copper is the principal element by mass.",
|
|
2541
|
+
UNS_COPPER,
|
|
2542
|
+
{ broaderSlug: NON_FERROUS_METAL_SLUG }
|
|
2543
|
+
),
|
|
2544
|
+
// NEW, not in the source dictionary: `aluminium` is the element alone, so the wrought grades
|
|
2545
|
+
// need an alloy family to sit beneath, as the copper alloys do.
|
|
2546
|
+
compositionTerm(
|
|
2547
|
+
ALUMINIUM_ALLOY_SLUG,
|
|
2548
|
+
"Aluminium alloy",
|
|
2549
|
+
"An alloy in which aluminium is the principal element by mass, as EN 573-3 designates by four-digit series.",
|
|
2550
|
+
EN_573_3,
|
|
2551
|
+
{
|
|
2552
|
+
broaderSlug: NON_FERROUS_METAL_SLUG,
|
|
2553
|
+
seenAs: ["aluminum alloy"]
|
|
2554
|
+
}
|
|
2555
|
+
),
|
|
2556
|
+
// Elemental and alloy-family materials, alphabetical by label.
|
|
2557
|
+
compositionTerm(
|
|
2558
|
+
ALUMINIUM_SLUG,
|
|
2559
|
+
"Aluminium",
|
|
2560
|
+
"The metallic chemical element Al, atomic number 13.",
|
|
2561
|
+
CAS_REGISTRY,
|
|
2562
|
+
{
|
|
2563
|
+
altLabels: ["Aluminum"],
|
|
2564
|
+
broaderSlug: NON_FERROUS_METAL_SLUG,
|
|
2565
|
+
external: [externalMapping("cas", "7429-90-5", "Aluminum")]
|
|
2566
|
+
}
|
|
2567
|
+
),
|
|
2568
|
+
compositionTerm(
|
|
2569
|
+
"carbon-steel",
|
|
2570
|
+
"Carbon steel",
|
|
2571
|
+
"A non-alloy steel, as classified under EN 10020, whose properties derive from carbon content rather than from deliberate alloying additions.",
|
|
2572
|
+
"EN 10020:2000",
|
|
2573
|
+
{
|
|
2574
|
+
altLabels: ["plain carbon steel"],
|
|
2575
|
+
broaderSlug: STEEL_SLUG,
|
|
2576
|
+
seenAs: ["mild steel", "low carbon steel"]
|
|
2577
|
+
}
|
|
2578
|
+
),
|
|
2579
|
+
compositionTerm(
|
|
2580
|
+
"chromium",
|
|
2581
|
+
"Chromium",
|
|
2582
|
+
"The metallic chemical element Cr, atomic number 24.",
|
|
2583
|
+
CAS_REGISTRY,
|
|
2584
|
+
{
|
|
2585
|
+
broaderSlug: NON_FERROUS_METAL_SLUG,
|
|
2586
|
+
external: [externalMapping("cas", "7440-47-3", "Chromium")]
|
|
2587
|
+
}
|
|
2588
|
+
),
|
|
2589
|
+
compositionTerm(
|
|
2590
|
+
"galvanised-steel",
|
|
2591
|
+
"Galvanised steel",
|
|
2592
|
+
"Steel coated with a protective layer of zinc, such as by hot-dip galvanising to ISO 1461, distinct from the zinc coating itself.",
|
|
2593
|
+
"ISO 1461:2022",
|
|
2594
|
+
{
|
|
2595
|
+
altLabels: ["hot-dip galvanised steel", "HDG steel"],
|
|
2596
|
+
broaderSlug: STEEL_SLUG,
|
|
2597
|
+
seenAs: ["galvanized steel"]
|
|
2598
|
+
}
|
|
2599
|
+
),
|
|
2600
|
+
// Bounded to fibre made of metal, so it is an instance of `metal`. A fibre merely coated in or
|
|
2601
|
+
// wrapped with metal is not this concept, which is why the FTC's wider "metallic" is a broad
|
|
2602
|
+
// match.
|
|
2603
|
+
compositionTerm(
|
|
2604
|
+
"metallic-fibre",
|
|
2605
|
+
"Metallic fibre",
|
|
2606
|
+
"A fibre made of metal, drawn or cut from a metal, as the generic name metal fibre covers.",
|
|
2607
|
+
"ISO 2076:2021; Regulation (EU) No 1007/2011 Annex I; US FTC 16 CFR 303.7",
|
|
2608
|
+
{
|
|
2609
|
+
altLabels: ["metal fibre", "metallic yarn"],
|
|
2610
|
+
broaderSlug: "metal",
|
|
2611
|
+
external: [
|
|
2612
|
+
externalMapping("iso-2076", "metal", "metal"),
|
|
2613
|
+
externalMapping("eu-1007-2011", "metal", "metal"),
|
|
2614
|
+
externalMapping("ftc-16cfr303", "metallic", "metallic", "broad")
|
|
2615
|
+
],
|
|
2616
|
+
seenAs: ["metallic fiber", "metal fiber"]
|
|
2617
|
+
}
|
|
2618
|
+
),
|
|
2619
|
+
compositionTerm(
|
|
2620
|
+
"nickel-silver",
|
|
2621
|
+
"Nickel silver",
|
|
2622
|
+
"A copper-nickel-zinc alloy in the UNS C73500 to C79999 range, containing no silver.",
|
|
2623
|
+
`ASTM B122/B122M; ${UNS_NICKEL_SILVERS}`,
|
|
2624
|
+
{
|
|
2625
|
+
altLabels: ["German silver", "alpaca silver"],
|
|
2626
|
+
broaderSlug: COPPER_ALLOY_SLUG
|
|
2627
|
+
}
|
|
2628
|
+
),
|
|
2629
|
+
compositionTerm(
|
|
2630
|
+
"tin",
|
|
2631
|
+
"Tin",
|
|
2632
|
+
"The metallic chemical element Sn, atomic number 50.",
|
|
2633
|
+
CAS_REGISTRY,
|
|
2634
|
+
{
|
|
2635
|
+
broaderSlug: NON_FERROUS_METAL_SLUG,
|
|
2636
|
+
external: [externalMapping("cas", "7440-31-5", "Tin")]
|
|
2637
|
+
}
|
|
2638
|
+
),
|
|
2639
|
+
compositionTerm(
|
|
2640
|
+
"titanium",
|
|
2641
|
+
"Titanium",
|
|
2642
|
+
"The metallic chemical element Ti, atomic number 22.",
|
|
2643
|
+
CAS_REGISTRY,
|
|
2644
|
+
{
|
|
2645
|
+
broaderSlug: NON_FERROUS_METAL_SLUG,
|
|
2646
|
+
external: [externalMapping("cas", "7440-32-6", "Titanium")]
|
|
2647
|
+
}
|
|
2648
|
+
),
|
|
2649
|
+
compositionTerm(
|
|
2650
|
+
"zamak",
|
|
2651
|
+
"Zamak",
|
|
2652
|
+
"A zinc casting-alloy family with about four percent aluminium and a little magnesium, with copper in some grades, as EN 12844 designates (ZnAl4, ZnAl4Cu1, ZnAl4Cu3).",
|
|
2653
|
+
"EN 1774; EN 12844; ASTM B86",
|
|
2654
|
+
{
|
|
2655
|
+
altLabels: ["zinc die-cast alloy"],
|
|
2656
|
+
broaderSlug: NON_FERROUS_METAL_SLUG,
|
|
2657
|
+
seenAs: ["Zamac", "zinc alloy"]
|
|
2658
|
+
}
|
|
2659
|
+
),
|
|
2660
|
+
// Named grades and tempers, alphabetical by label.
|
|
2661
|
+
compositionTerm(
|
|
2662
|
+
"aluminium-6061",
|
|
2663
|
+
"Aluminium 6061",
|
|
2664
|
+
"A heat-treatable aluminium-magnesium-silicon wrought alloy designated 6061 under EN 573-3 and UNS A96061.",
|
|
2665
|
+
`${EN_573_3}; UNS`,
|
|
2666
|
+
{
|
|
2667
|
+
altLabels: ["6061 aluminium", "AA6061"],
|
|
2668
|
+
broaderSlug: ALUMINIUM_ALLOY_SLUG,
|
|
2669
|
+
external: [
|
|
2670
|
+
externalMapping("en", "EN AW-6061", "EN AW-AlMg1SiCu"),
|
|
2671
|
+
externalMapping("uns", "A96061", "A96061")
|
|
2672
|
+
],
|
|
2673
|
+
seenAs: ["6061 aluminum", "aluminum 6061"]
|
|
2674
|
+
}
|
|
2675
|
+
),
|
|
2676
|
+
compositionTerm(
|
|
2677
|
+
"aluminium-6063",
|
|
2678
|
+
"Aluminium 6063",
|
|
2679
|
+
"A heat-treatable aluminium-magnesium-silicon wrought alloy designated 6063 under EN 573-3 and UNS A96063, commonly extruded for architectural profiles.",
|
|
2680
|
+
`${EN_573_3}; UNS`,
|
|
2681
|
+
{
|
|
2682
|
+
altLabels: ["6063 aluminium", "AA6063"],
|
|
2683
|
+
broaderSlug: ALUMINIUM_ALLOY_SLUG,
|
|
2684
|
+
external: [
|
|
2685
|
+
externalMapping("en", "EN AW-6063", "EN AW-AlMg0,7Si"),
|
|
2686
|
+
externalMapping("uns", "A96063", "A96063")
|
|
2687
|
+
],
|
|
2688
|
+
seenAs: ["6063 aluminum", "aluminum 6063"]
|
|
2689
|
+
}
|
|
2690
|
+
),
|
|
2691
|
+
compositionTerm(
|
|
2692
|
+
"cast-iron",
|
|
2693
|
+
"Cast iron",
|
|
2694
|
+
"An alloy of iron with carbon above two percent by mass, shaped by casting.",
|
|
2695
|
+
"ASTM A644-24",
|
|
2696
|
+
{ broaderSlug: FERROUS_METAL_SLUG }
|
|
2697
|
+
),
|
|
2698
|
+
compositionTerm(
|
|
2699
|
+
"stainless-steel-304",
|
|
2700
|
+
"Stainless steel 304",
|
|
2701
|
+
"An austenitic chromium-nickel stainless steel grade designated UNS S30400 and EN 10088 steel number 1.4301.",
|
|
2702
|
+
EN_10088_UNS,
|
|
2703
|
+
{
|
|
2704
|
+
altLabels: [
|
|
2705
|
+
"304 stainless steel",
|
|
2706
|
+
"type 304 stainless steel",
|
|
2707
|
+
"AISI 304",
|
|
2708
|
+
"SS304",
|
|
2709
|
+
"SS 304"
|
|
2710
|
+
],
|
|
2711
|
+
broaderSlug: STAINLESS_STEEL_SLUG,
|
|
2712
|
+
external: [
|
|
2713
|
+
externalMapping("en", "1.4301", "X5CrNi18-10"),
|
|
2714
|
+
externalMapping("uns", "S30400", "S30400")
|
|
2715
|
+
]
|
|
2716
|
+
}
|
|
2717
|
+
),
|
|
2718
|
+
compositionTerm(
|
|
2719
|
+
"stainless-steel-316",
|
|
2720
|
+
"Stainless steel 316",
|
|
2721
|
+
"An austenitic chromium-nickel-molybdenum stainless steel grade designated UNS S31600 and EN 10088 steel number 1.4401.",
|
|
2722
|
+
EN_10088_UNS,
|
|
2723
|
+
{
|
|
2724
|
+
altLabels: [
|
|
2725
|
+
"316 stainless steel",
|
|
2726
|
+
"type 316 stainless steel",
|
|
2727
|
+
"AISI 316",
|
|
2728
|
+
"SS316",
|
|
2729
|
+
"SS 316"
|
|
2730
|
+
],
|
|
2731
|
+
broaderSlug: STAINLESS_STEEL_SLUG,
|
|
2732
|
+
external: [
|
|
2733
|
+
externalMapping("en", "1.4401", "X5CrNiMo17-12-2"),
|
|
2734
|
+
externalMapping("uns", "S31600", "S31600")
|
|
2735
|
+
]
|
|
2736
|
+
}
|
|
2737
|
+
),
|
|
2738
|
+
compositionTerm(
|
|
2739
|
+
"stainless-steel-316l",
|
|
2740
|
+
"Stainless steel 316L",
|
|
2741
|
+
"A low-carbon variant of 316 austenitic stainless steel, designated UNS S31603 and EN 10088 steel number 1.4404, offering improved resistance to weld-decay corrosion.",
|
|
2742
|
+
EN_10088_UNS,
|
|
2743
|
+
{
|
|
2744
|
+
altLabels: ["316L", "316L stainless steel"],
|
|
2745
|
+
broaderSlug: STAINLESS_STEEL_SLUG,
|
|
2746
|
+
external: [
|
|
2747
|
+
externalMapping("en", "1.4404", "X2CrNiMo17-12-2"),
|
|
2748
|
+
externalMapping("uns", "S31603", "S31603")
|
|
2749
|
+
]
|
|
2750
|
+
}
|
|
2751
|
+
),
|
|
2752
|
+
compositionTerm(
|
|
2753
|
+
"stainless-steel-430",
|
|
2754
|
+
"Stainless steel 430",
|
|
2755
|
+
"A ferritic stainless steel grade designated UNS S43000 and EN 10088 steel number 1.4016, with no deliberate nickel addition (0.75 percent maximum).",
|
|
2756
|
+
EN_10088_UNS,
|
|
2757
|
+
{
|
|
2758
|
+
altLabels: ["430 stainless steel"],
|
|
2759
|
+
broaderSlug: STAINLESS_STEEL_SLUG,
|
|
2760
|
+
external: [
|
|
2761
|
+
externalMapping("en", "1.4016", "X6Cr17"),
|
|
2762
|
+
externalMapping("uns", "S43000", "S43000")
|
|
2763
|
+
]
|
|
2764
|
+
}
|
|
2765
|
+
),
|
|
2766
|
+
authoredTerm(
|
|
2767
|
+
"wrought-iron",
|
|
2768
|
+
"Wrought iron",
|
|
2769
|
+
"A low-carbon iron-carbon material containing fibrous slag inclusions, worked by hand or mill forging rather than cast; named by its manufacture, not by elemental iron.",
|
|
2770
|
+
{ broaderSlug: FERROUS_METAL_SLUG }
|
|
2771
|
+
)
|
|
2772
|
+
];
|
|
2773
|
+
|
|
2774
|
+
// src/axes/material-mineral-additives.ts
|
|
2775
|
+
var CAS = "CAS Registry";
|
|
2776
|
+
var MINERAL_SLUG = "mineral";
|
|
2777
|
+
var PIGMENT_SLUG = "pigment";
|
|
2778
|
+
var FILLER_SLUG = "filler";
|
|
2779
|
+
var FLAME_RETARDANT_ADDITIVE_SLUG = "flame-retardant-additive";
|
|
2780
|
+
var MINERAL_OXIDE_SLUG = "mineral-oxide";
|
|
2781
|
+
var ISO_18451_1 = "ISO 18451-1:2019";
|
|
2782
|
+
var roleOf = (slug) => ({
|
|
2783
|
+
predicate: "related-to",
|
|
2784
|
+
target: `material.${slug}`
|
|
2785
|
+
});
|
|
2786
|
+
var AS_PIGMENT = roleOf(PIGMENT_SLUG);
|
|
2787
|
+
var AS_FILLER = roleOf(FILLER_SLUG);
|
|
2788
|
+
var AS_FLAME_RETARDANT = roleOf(FLAME_RETARDANT_ADDITIVE_SLUG);
|
|
2789
|
+
var MATERIAL_MINERAL_ADDITIVES_TERMS = [
|
|
2790
|
+
// The three role names. A declared composition uses them when it names the role and not the
|
|
2791
|
+
// substance, so they are leaves beneath `mineral` and never parents: each substance below sits
|
|
2792
|
+
// beneath the chemistry it has and points at its usual role with `related-to`.
|
|
2793
|
+
compositionTerm(
|
|
2794
|
+
FILLER_SLUG,
|
|
2795
|
+
"Filler",
|
|
2796
|
+
"An inorganic particulate substance added to extend a material or modify its properties, named in a composition when the specific filler is not.",
|
|
2797
|
+
ISO_18451_1,
|
|
2798
|
+
{ altLabels: ["mineral filler", "extender"], broaderSlug: MINERAL_SLUG }
|
|
2799
|
+
),
|
|
2800
|
+
compositionTerm(
|
|
2801
|
+
FLAME_RETARDANT_ADDITIVE_SLUG,
|
|
2802
|
+
"Flame retardant additive",
|
|
2803
|
+
"An inorganic substance added to a material to reduce its flammability, named in a composition when the specific additive is not.",
|
|
2804
|
+
"ISO 13943:2023",
|
|
2805
|
+
{
|
|
2806
|
+
altLabels: ["flame retardants", "fire retardant additive"],
|
|
2807
|
+
broaderSlug: MINERAL_SLUG
|
|
2808
|
+
}
|
|
2809
|
+
),
|
|
2810
|
+
compositionTerm(
|
|
2811
|
+
PIGMENT_SLUG,
|
|
2812
|
+
"Pigment",
|
|
2813
|
+
"An inorganic insoluble particulate substance added to colour a material, named in a composition when the specific pigment is not.",
|
|
2814
|
+
ISO_18451_1,
|
|
2815
|
+
{
|
|
2816
|
+
altLabels: ["colour pigment", "color pigment"],
|
|
2817
|
+
broaderSlug: MINERAL_SLUG
|
|
2818
|
+
}
|
|
2819
|
+
),
|
|
2820
|
+
// Substances named for a role above, each beneath the chemistry it has.
|
|
2821
|
+
compositionTerm(
|
|
2822
|
+
"carbon-black",
|
|
2823
|
+
"Carbon black",
|
|
2824
|
+
"A finely divided, nearly pure form of elemental carbon produced by the controlled incomplete combustion or thermal decomposition of hydrocarbons, used as a black pigment and reinforcing filler.",
|
|
2825
|
+
CAS,
|
|
2826
|
+
{
|
|
2827
|
+
altLabels: ["furnace black"],
|
|
2828
|
+
broaderSlug: MINERAL_SLUG,
|
|
2829
|
+
external: [externalMapping("cas", "1333-86-4", "Carbon black")],
|
|
2830
|
+
related: [AS_PIGMENT]
|
|
2831
|
+
}
|
|
2832
|
+
),
|
|
2833
|
+
authoredTerm(
|
|
2834
|
+
"iron-oxide",
|
|
2835
|
+
"Iron oxide",
|
|
2836
|
+
"A collective term for the naturally occurring and synthetic oxide compounds of iron, such as haematite and magnetite, used as red, yellow, brown and black mineral pigments.",
|
|
2837
|
+
{
|
|
2838
|
+
altLabels: ["iron oxide pigment"],
|
|
2839
|
+
broaderSlug: MINERAL_OXIDE_SLUG,
|
|
2840
|
+
related: [AS_PIGMENT]
|
|
2841
|
+
}
|
|
2842
|
+
),
|
|
2843
|
+
compositionTerm(
|
|
2844
|
+
"titanium-dioxide",
|
|
2845
|
+
"Titanium dioxide",
|
|
2846
|
+
"The chemical compound TiO2 in its pigmentary crystalline forms, rutile and anatase, used as a white pigment for its high refractive index and opacity.",
|
|
2847
|
+
CAS,
|
|
2848
|
+
{
|
|
2849
|
+
altLabels: ["TiO2", "titanium white", "titanium oxide"],
|
|
2850
|
+
broaderSlug: MINERAL_OXIDE_SLUG,
|
|
2851
|
+
external: [externalMapping("cas", "13463-67-7", "Titanium dioxide")],
|
|
2852
|
+
related: [AS_PIGMENT]
|
|
2853
|
+
}
|
|
2854
|
+
),
|
|
2855
|
+
compositionTerm(
|
|
2856
|
+
"zinc-sulfide",
|
|
2857
|
+
"Zinc sulfide",
|
|
2858
|
+
"The chemical compound ZnS, used as a white pigment and as a host lattice for phosphorescent and fluorescent pigments.",
|
|
2859
|
+
CAS,
|
|
2860
|
+
{
|
|
2861
|
+
altLabels: ["zinc sulphide"],
|
|
2862
|
+
broaderSlug: MINERAL_SLUG,
|
|
2863
|
+
external: [externalMapping("cas", "1314-98-3", "Zinc Sulfide")],
|
|
2864
|
+
related: [AS_PIGMENT]
|
|
2865
|
+
}
|
|
2866
|
+
),
|
|
2867
|
+
compositionTerm(
|
|
2868
|
+
"barium-sulfate",
|
|
2869
|
+
"Barium sulfate",
|
|
2870
|
+
"The chemical compound BaSO4, occurring naturally as the mineral barytes and produced synthetically, used as a dense, chemically inert mineral filler.",
|
|
2871
|
+
CAS,
|
|
2872
|
+
{
|
|
2873
|
+
altLabels: ["barium sulphate", "barytes", "baryte", "BaSO4"],
|
|
2874
|
+
broaderSlug: MINERAL_SLUG,
|
|
2875
|
+
external: [externalMapping("cas", "7727-43-7", "Barium Sulfate")],
|
|
2876
|
+
related: [AS_FILLER]
|
|
2877
|
+
}
|
|
2878
|
+
),
|
|
2879
|
+
compositionTerm(
|
|
2880
|
+
"calcium-carbonate",
|
|
2881
|
+
"Calcium carbonate",
|
|
2882
|
+
"The chemical compound CaCO3, ground or precipitated for use as a mineral filler and extender.",
|
|
2883
|
+
CAS,
|
|
2884
|
+
{
|
|
2885
|
+
altLabels: [
|
|
2886
|
+
"CaCO3",
|
|
2887
|
+
"ground calcium carbonate",
|
|
2888
|
+
"precipitated calcium carbonate"
|
|
2889
|
+
],
|
|
2890
|
+
broaderSlug: MINERAL_SLUG,
|
|
2891
|
+
external: [externalMapping("cas", "471-34-1", "Calcium Carbonate")],
|
|
2892
|
+
related: [AS_FILLER]
|
|
2893
|
+
}
|
|
2894
|
+
),
|
|
2895
|
+
compositionTerm(
|
|
2896
|
+
"talc",
|
|
2897
|
+
"Talc",
|
|
2898
|
+
"A hydrated magnesium silicate sheet mineral, the softest mineral on the Mohs scale, used as a filler and extender.",
|
|
2899
|
+
CAS,
|
|
2900
|
+
{
|
|
2901
|
+
altLabels: ["talcum"],
|
|
2902
|
+
broaderSlug: MINERAL_SLUG,
|
|
2903
|
+
external: [externalMapping("cas", "14807-96-6", "Talc")],
|
|
2904
|
+
related: [AS_FILLER]
|
|
2905
|
+
}
|
|
2906
|
+
),
|
|
2907
|
+
// Mineral oxide's own materials, alphabetical by label. `mineral-oxide` itself is defined in
|
|
2908
|
+
// `material-minerals.ts`.
|
|
2909
|
+
compositionTerm(
|
|
2910
|
+
"aluminium-oxide",
|
|
2911
|
+
"Aluminium oxide",
|
|
2912
|
+
"The chemical compound Al2O3, produced from bauxite or occurring naturally as corundum, used as a mineral raw material and abrasive.",
|
|
2913
|
+
CAS,
|
|
2914
|
+
{
|
|
2915
|
+
altLabels: ["alumina", "Al2O3", "aluminum oxide"],
|
|
2916
|
+
broaderSlug: MINERAL_OXIDE_SLUG,
|
|
2917
|
+
external: [externalMapping("cas", "1344-28-1", "Alumina")]
|
|
2918
|
+
}
|
|
2919
|
+
),
|
|
2920
|
+
compositionTerm(
|
|
2921
|
+
"calcium-oxide",
|
|
2922
|
+
"Calcium oxide",
|
|
2923
|
+
"The chemical compound CaO, produced by calcining calcium carbonate, used as a raw material in cement, lime and glass manufacture.",
|
|
2924
|
+
CAS,
|
|
2925
|
+
{
|
|
2926
|
+
altLabels: ["quicklime", "burnt lime"],
|
|
2927
|
+
broaderSlug: MINERAL_OXIDE_SLUG,
|
|
2928
|
+
external: [externalMapping("cas", "1305-78-8", "Calcium Oxide")]
|
|
2929
|
+
}
|
|
2930
|
+
),
|
|
2931
|
+
compositionTerm(
|
|
2932
|
+
"magnesium-oxide",
|
|
2933
|
+
"Magnesium oxide",
|
|
2934
|
+
"The chemical compound MgO, produced by calcining magnesium carbonate or hydroxide, used as a raw material and mineral filler.",
|
|
2935
|
+
CAS,
|
|
2936
|
+
{
|
|
2937
|
+
altLabels: ["magnesia"],
|
|
2938
|
+
broaderSlug: MINERAL_OXIDE_SLUG,
|
|
2939
|
+
external: [externalMapping("cas", "1309-48-4", "Magnesium Oxide")]
|
|
2940
|
+
}
|
|
2941
|
+
),
|
|
2942
|
+
compositionTerm(
|
|
2943
|
+
"aluminium-hydroxide",
|
|
2944
|
+
"Aluminium hydroxide",
|
|
2945
|
+
"The chemical compound Al(OH)3, used as a mineral flame-retardant additive that releases water and absorbs heat as it decomposes.",
|
|
2946
|
+
CAS,
|
|
2947
|
+
{
|
|
2948
|
+
altLabels: [
|
|
2949
|
+
"aluminum hydroxide",
|
|
2950
|
+
"aluminium trihydroxide",
|
|
2951
|
+
"alumina trihydrate",
|
|
2952
|
+
"aluminium trihydrate"
|
|
2953
|
+
],
|
|
2954
|
+
broaderSlug: MINERAL_SLUG,
|
|
2955
|
+
external: [externalMapping("cas", "21645-51-2", "Aluminum Hydroxide")],
|
|
2956
|
+
related: [AS_FLAME_RETARDANT]
|
|
2957
|
+
}
|
|
2958
|
+
),
|
|
2959
|
+
compositionTerm(
|
|
2960
|
+
"antimony-trioxide",
|
|
2961
|
+
"Antimony trioxide",
|
|
2962
|
+
"The chemical compound Sb2O3, used as a synergist flame-retardant additive alongside halogenated compounds rather than alone.",
|
|
2963
|
+
CAS,
|
|
2964
|
+
{
|
|
2965
|
+
altLabels: ["antimony oxide", "Sb2O3"],
|
|
2966
|
+
broaderSlug: MINERAL_OXIDE_SLUG,
|
|
2967
|
+
external: [externalMapping("cas", "1309-64-4", "Antimony Trioxide")],
|
|
2968
|
+
related: [AS_FLAME_RETARDANT]
|
|
2969
|
+
}
|
|
2970
|
+
)
|
|
2971
|
+
];
|
|
2972
|
+
|
|
2973
|
+
// src/axes/material-minerals.ts
|
|
2974
|
+
var EU_ANNEX_I2 = "Regulation (EU) No 1007/2011 Annex I";
|
|
2975
|
+
var STANDARD_FTC_ROW = "US FTC 16 CFR 303.7";
|
|
2976
|
+
var ISO_2076_2021 = "ISO 2076:2021";
|
|
2977
|
+
var CAS2 = "CAS Registry";
|
|
2978
|
+
var ASTM_C242 = "ASTM C242-20";
|
|
2979
|
+
var MINERAL_SLUG2 = "mineral";
|
|
2980
|
+
var SILICA_SLUG = "silica";
|
|
2981
|
+
var GLASS_SLUG = "glass";
|
|
2982
|
+
var CEMENTITIOUS_SLUG = "cementitious";
|
|
2983
|
+
var CERAMIC_SLUG = "ceramic";
|
|
2984
|
+
var SILICON_DIOXIDE_SLUG = "silicon-dioxide";
|
|
2985
|
+
var GYPSUM_SLUG = "gypsum";
|
|
2986
|
+
var MATERIAL_MINERALS_TERMS = [
|
|
2987
|
+
// The class and its new families. No cited standard defines the mineral class at this level of
|
|
2988
|
+
// generality, so it is in-house; `glass` and `cementitious` each have a public terminology
|
|
2989
|
+
// standard, `silica` and `mineral-oxide` do not.
|
|
2990
|
+
authoredTerm(
|
|
2991
|
+
MINERAL_SLUG2,
|
|
2992
|
+
"Mineral",
|
|
2993
|
+
"An inorganic material outside the metal and polymer material classes, encompassing quarried stone, fired ceramic and glass bodies, cementitious binders, elemental and compound minerals, and the particulate substances used as their pigments, fillers and flame-retardant additives.",
|
|
2994
|
+
{
|
|
2995
|
+
altLabels: ["mineral material"],
|
|
2996
|
+
seenAs: ["minerals", "mineral & ceramic", "ceramic & glass"]
|
|
2997
|
+
}
|
|
2998
|
+
),
|
|
2999
|
+
compositionTerm(
|
|
3000
|
+
CEMENTITIOUS_SLUG,
|
|
3001
|
+
"Cementitious",
|
|
3002
|
+
"A material that sets and develops strength through a chemical reaction with water, together with the binders and materials made from it.",
|
|
3003
|
+
"ASTM C125-24",
|
|
3004
|
+
{ altLabels: ["cementitious material"], broaderSlug: MINERAL_SLUG2 }
|
|
3005
|
+
),
|
|
3006
|
+
compositionTerm(
|
|
3007
|
+
GLASS_SLUG,
|
|
3008
|
+
"Glass",
|
|
3009
|
+
"An inorganic product of fusion cooled to a rigid condition without crystallising, spanning compositions and manufactured forms.",
|
|
3010
|
+
"ASTM C162-05(2015)",
|
|
3011
|
+
{ broaderSlug: MINERAL_SLUG2, seenAs: ["vetro"] }
|
|
3012
|
+
),
|
|
3013
|
+
authoredTerm(
|
|
3014
|
+
"mineral-oxide",
|
|
3015
|
+
"Mineral oxide",
|
|
3016
|
+
"A compound of a metal or metalloid element with oxygen occurring or produced as a mineral substance.",
|
|
3017
|
+
{ broaderSlug: MINERAL_SLUG2 }
|
|
3018
|
+
),
|
|
3019
|
+
authoredTerm(
|
|
3020
|
+
SILICA_SLUG,
|
|
3021
|
+
"Silica",
|
|
3022
|
+
"Silicon dioxide, SiO2, in its crystalline and amorphous forms.",
|
|
3023
|
+
{
|
|
3024
|
+
altLabels: ["silicon dioxide", "SiO2"],
|
|
3025
|
+
broaderSlug: MINERAL_SLUG2,
|
|
3026
|
+
external: [externalMapping("cas", "7631-86-9", "Silica")]
|
|
3027
|
+
}
|
|
3028
|
+
),
|
|
3029
|
+
// Materials directly beneath `mineral`, alphabetical by label.
|
|
3030
|
+
authoredTerm(
|
|
3031
|
+
"feldspar",
|
|
3032
|
+
"Feldspar",
|
|
3033
|
+
"A group of rock-forming aluminosilicate minerals containing potassium, sodium or calcium, among the most abundant mineral groups in the Earth's crust.",
|
|
3034
|
+
{ broaderSlug: MINERAL_SLUG2 }
|
|
3035
|
+
),
|
|
3036
|
+
compositionTerm(
|
|
3037
|
+
GYPSUM_SLUG,
|
|
3038
|
+
"Gypsum",
|
|
3039
|
+
"Calcium sulfate dihydrate in its natural or synthetic mineral form, the raw material from which gypsum binders and plasters are produced.",
|
|
3040
|
+
"EN 13279-1:2008",
|
|
3041
|
+
{ broaderSlug: MINERAL_SLUG2 }
|
|
3042
|
+
),
|
|
3043
|
+
compositionTerm(
|
|
3044
|
+
"mica",
|
|
3045
|
+
"Mica",
|
|
3046
|
+
"A group of sheet-silicate minerals characterised by perfect basal cleavage into thin, flexible flakes.",
|
|
3047
|
+
CAS2,
|
|
3048
|
+
{
|
|
3049
|
+
broaderSlug: MINERAL_SLUG2,
|
|
3050
|
+
external: [externalMapping("cas", "12001-26-2", "Mica-group minerals")]
|
|
3051
|
+
}
|
|
3052
|
+
),
|
|
3053
|
+
compositionTerm(
|
|
3054
|
+
"mineral-wool",
|
|
3055
|
+
"Mineral wool",
|
|
3056
|
+
"A synthetic inorganic fibre manufactured by melting rock, slag or glass and forming it into fine fibres, used chiefly as thermal and acoustic insulation.",
|
|
3057
|
+
"EN 13162:2012+A1:2015",
|
|
3058
|
+
{
|
|
3059
|
+
altLabels: [
|
|
3060
|
+
"mineral fibre",
|
|
3061
|
+
"mineral fiber",
|
|
3062
|
+
"stone wool",
|
|
3063
|
+
"rock wool",
|
|
3064
|
+
"slag wool"
|
|
3065
|
+
],
|
|
3066
|
+
broaderSlug: MINERAL_SLUG2
|
|
3067
|
+
}
|
|
3068
|
+
),
|
|
3069
|
+
compositionTerm(
|
|
3070
|
+
"silicon",
|
|
3071
|
+
"Silicon",
|
|
3072
|
+
"The metalloid chemical element Si, atomic number 14, in its elemental solid form; compounds such as silicon dioxide are distinct.",
|
|
3073
|
+
CAS2,
|
|
3074
|
+
{
|
|
3075
|
+
altLabels: ["elemental silicon"],
|
|
3076
|
+
broaderSlug: MINERAL_SLUG2,
|
|
3077
|
+
external: [externalMapping("cas", "7440-21-3", "Silicon")]
|
|
3078
|
+
}
|
|
3079
|
+
),
|
|
3080
|
+
// Sand is bounded by grain size, not by chemistry: a carbonate sand is still sand, so it sits
|
|
3081
|
+
// beneath `mineral` and not beneath `silica`.
|
|
3082
|
+
compositionTerm(
|
|
3083
|
+
"sand",
|
|
3084
|
+
"Sand",
|
|
3085
|
+
"Loose mineral grains between 0.063 and 2 millimetres across, as ISO 14688-1 bounds the sand fraction.",
|
|
3086
|
+
"ISO 14688-1:2017",
|
|
3087
|
+
{
|
|
3088
|
+
broaderSlug: MINERAL_SLUG2,
|
|
3089
|
+
seenAs: ["silica sand", "quartz sand"]
|
|
3090
|
+
}
|
|
3091
|
+
),
|
|
3092
|
+
// Deprecated on arrival: silica and silicon dioxide name one compound, so the consumer's id
|
|
3093
|
+
// survives here pointing at `silica`.
|
|
3094
|
+
compositionTerm(
|
|
3095
|
+
SILICON_DIOXIDE_SLUG,
|
|
3096
|
+
"Silicon dioxide",
|
|
3097
|
+
"The chemical compound SiO2, the same compound silica names.",
|
|
3098
|
+
CAS2,
|
|
3099
|
+
{
|
|
3100
|
+
altLabels: ["silicon oxide"],
|
|
3101
|
+
note: "Deprecated in favour of silica, which names the same compound.",
|
|
3102
|
+
status: "deprecated",
|
|
3103
|
+
supersededByReference: "material.silica"
|
|
3104
|
+
}
|
|
3105
|
+
),
|
|
3106
|
+
// Silica's mineral species, alphabetical by label.
|
|
3107
|
+
compositionTerm(
|
|
3108
|
+
"cristobalite",
|
|
3109
|
+
"Cristobalite",
|
|
3110
|
+
"A tetragonal or cubic high-temperature crystalline polymorph of silicon dioxide, distinct from quartz.",
|
|
3111
|
+
CAS2,
|
|
3112
|
+
{
|
|
3113
|
+
broaderSlug: SILICA_SLUG,
|
|
3114
|
+
external: [externalMapping("cas", "14464-46-1", "Cristobalite")]
|
|
3115
|
+
}
|
|
3116
|
+
),
|
|
3117
|
+
compositionTerm(
|
|
3118
|
+
"quartz",
|
|
3119
|
+
"Quartz",
|
|
3120
|
+
"The trigonal crystalline mineral form of silicon dioxide; the mineral species, not the resin-bound engineered quartz surfacing sold under the same wild-form word.",
|
|
3121
|
+
CAS2,
|
|
3122
|
+
{
|
|
3123
|
+
altLabels: ["quartz crystal"],
|
|
3124
|
+
broaderSlug: SILICA_SLUG,
|
|
3125
|
+
external: [externalMapping("cas", "14808-60-7", "Quartz")]
|
|
3126
|
+
}
|
|
3127
|
+
),
|
|
3128
|
+
// Beneath `ceramic`, alphabetical by label.
|
|
3129
|
+
compositionTerm(
|
|
3130
|
+
"earthenware",
|
|
3131
|
+
"Earthenware",
|
|
3132
|
+
"A fired ceramic body that remains porous after firing, with water absorption above the threshold that separates it from stoneware and porcelain.",
|
|
3133
|
+
ASTM_C242,
|
|
3134
|
+
{ broaderSlug: CERAMIC_SLUG }
|
|
3135
|
+
),
|
|
3136
|
+
compositionTerm(
|
|
3137
|
+
"sintered-stone",
|
|
3138
|
+
"Sintered stone",
|
|
3139
|
+
"A dense compact slab manufactured by sintering ceramic and mineral raw materials under heat and pressure without a resin binder, distinct from natural stone and from resin-bound engineered surfacing.",
|
|
3140
|
+
"ANSI A137.3-2022",
|
|
3141
|
+
{
|
|
3142
|
+
altLabels: ["sintered stone slab"],
|
|
3143
|
+
broaderSlug: CERAMIC_SLUG
|
|
3144
|
+
}
|
|
3145
|
+
),
|
|
3146
|
+
compositionTerm(
|
|
3147
|
+
"stoneware",
|
|
3148
|
+
"Stoneware",
|
|
3149
|
+
"A vitreous or semivitreous fired ceramic ware of fine texture made primarily from nonrefractory fire clay, or from clays, fluxes and silica giving similar properties, as ASTM C242 defines.",
|
|
3150
|
+
ASTM_C242,
|
|
3151
|
+
{ broaderSlug: CERAMIC_SLUG }
|
|
3152
|
+
),
|
|
3153
|
+
// Beneath `clay`.
|
|
3154
|
+
compositionTerm(
|
|
3155
|
+
"kaolin",
|
|
3156
|
+
"Kaolin",
|
|
3157
|
+
"A clay rich in the mineral kaolinite, fine-grained and typically white-firing, used as a raw material in ceramic bodies and as a filler and pigment extender.",
|
|
3158
|
+
CAS2,
|
|
3159
|
+
{
|
|
3160
|
+
altLabels: ["china clay"],
|
|
3161
|
+
broaderSlug: "clay",
|
|
3162
|
+
external: [externalMapping("cas", "1332-58-7", "Kaolin")],
|
|
3163
|
+
seenAs: ["kaolinite"]
|
|
3164
|
+
}
|
|
3165
|
+
),
|
|
3166
|
+
// Glass's own materials, alphabetical by label.
|
|
3167
|
+
compositionTerm(
|
|
3168
|
+
"crystal",
|
|
3169
|
+
"Crystal",
|
|
3170
|
+
"Glass with at least 10 percent by mass of lead, barium, zinc or potassium oxide, singly or together, and a refractive index of at least 1.520, with lead crystal at or above 24 percent lead oxide, as Directive 69/493/EEC classes it.",
|
|
3171
|
+
"Council Directive 69/493/EEC, https://www.legislation.gov.uk/eudr/1969/493/annexes/data.xht",
|
|
3172
|
+
{ altLabels: ["crystal glass", "lead crystal"], broaderSlug: GLASS_SLUG }
|
|
3173
|
+
),
|
|
3174
|
+
compositionTerm(
|
|
3175
|
+
"glass-fibre",
|
|
3176
|
+
"Glass fibre",
|
|
3177
|
+
"A fibre manufactured from glass, given the generic name 'glass' under ISO 2076 and US FTC 16 CFR 303.7 and 'glass fibre' under EU Regulation No 1007/2011 Annex I; textile and reinforcement forms are not distinguished.",
|
|
3178
|
+
`${EU_ANNEX_I2} row 44; ${STANDARD_FTC_ROW}; ${ISO_2076_2021}`,
|
|
3179
|
+
{
|
|
3180
|
+
altLabels: [
|
|
3181
|
+
"glass fiber",
|
|
3182
|
+
"fibreglass",
|
|
3183
|
+
"fiberglass",
|
|
3184
|
+
"fibre glass",
|
|
3185
|
+
"fiber glass"
|
|
3186
|
+
],
|
|
3187
|
+
broaderSlug: GLASS_SLUG,
|
|
3188
|
+
external: [
|
|
3189
|
+
externalMapping("iso-2076", "glass", "Glass"),
|
|
3190
|
+
externalMapping("eu-1007-2011", "glass fibre", "Glass fibre"),
|
|
3191
|
+
externalMapping("ftc-16cfr303", "glass", "Glass")
|
|
3192
|
+
],
|
|
3193
|
+
seenAs: ["glass fibers"]
|
|
3194
|
+
},
|
|
3195
|
+
"standard"
|
|
3196
|
+
),
|
|
3197
|
+
// Cementitious's own material. `terrazzo` is NOT included here: the composition dictionary (src-05) parents it under
|
|
3198
|
+
// `cementitious`, but modern terrazzo is also made with a resin (typically epoxy) binder, so
|
|
3199
|
+
// cementitious is not true of every instance. It is written under `composite` instead, below.
|
|
3200
|
+
compositionTerm(
|
|
3201
|
+
"cement",
|
|
3202
|
+
"Cement",
|
|
3203
|
+
"A hydraulic binder that, mixed with water, forms a paste that sets and hardens through hydration and remains stable once hardened, as classified among the common cements in EN 197-1.",
|
|
3204
|
+
"EN 197-1:2011",
|
|
3205
|
+
{ broaderSlug: CEMENTITIOUS_SLUG }
|
|
3206
|
+
),
|
|
3207
|
+
compositionTerm(
|
|
3208
|
+
"terrazzo",
|
|
3209
|
+
"Terrazzo",
|
|
3210
|
+
"A surfacing of marble, granite, quartz or glass chips set in a cement or resin binder and ground and polished to expose the aggregate, as EN 13748-1 specifies for cement-bound terrazzo tiles.",
|
|
3211
|
+
"EN 13748-1:2004 (cement-bound terrazzo tiles)",
|
|
3212
|
+
{
|
|
3213
|
+
broaderSlug: "composite",
|
|
3214
|
+
related: [{ predicate: "reads-as", target: "material.stone" }]
|
|
3215
|
+
}
|
|
3216
|
+
),
|
|
3217
|
+
// Beneath `mineral`, not `gypsum`: the board carries a paper facing, so not every part of it is
|
|
3218
|
+
// gypsum.
|
|
3219
|
+
compositionTerm(
|
|
3220
|
+
"plasterboard",
|
|
3221
|
+
"Plasterboard",
|
|
3222
|
+
"A board with a set gypsum core faced on each side with paper, as EN 520 specifies.",
|
|
3223
|
+
"EN 520:2004+A1:2009",
|
|
3224
|
+
{
|
|
3225
|
+
altLabels: ["gypsum board", "drywall", "gypsum plasterboard"],
|
|
3226
|
+
broaderSlug: MINERAL_SLUG2
|
|
3227
|
+
}
|
|
3228
|
+
),
|
|
3229
|
+
// Plaster's own material. `plaster` itself already exists in `material-everyday.ts` and sits
|
|
3230
|
+
// beneath `mineral`, since a lime plaster sets by carbonation and is not cementitious.
|
|
3231
|
+
compositionTerm(
|
|
3232
|
+
"lime-plaster",
|
|
3233
|
+
"Lime plaster",
|
|
3234
|
+
"A plaster in which lime, rather than gypsum or cement, is the principal binder, traditionally applied in coats and hardening chiefly by carbonation as it cures.",
|
|
3235
|
+
"EN 459-1:2015",
|
|
3236
|
+
{ altLabels: ["lime render"], broaderSlug: "plaster" }
|
|
3237
|
+
)
|
|
3238
|
+
];
|
|
3239
|
+
|
|
3240
|
+
// src/axes/material-natural-organic.ts
|
|
3241
|
+
var NATURAL_FIBRE_SLUG = "natural-fibre";
|
|
3242
|
+
var NATURAL_ORGANIC_SLUG = "natural-organic";
|
|
3243
|
+
var ANIMAL_FIBRE_SLUG = "animal-fibre";
|
|
3244
|
+
var PLANT_FIBRE_SLUG = "plant-fibre";
|
|
3245
|
+
var GRASS_SLUG = "grass";
|
|
3246
|
+
var CAS_REGISTRY2 = "CAS Registry";
|
|
3247
|
+
var ISO_6938 = "ISO 6938:2012";
|
|
3248
|
+
var ISO_4046 = "ISO 4046 series";
|
|
3249
|
+
var EU_1007_2011_ANNEX_I = "Regulation (EU) No 1007/2011 Annex I";
|
|
3250
|
+
var EU_1007_2011_SCHEME = "eu-1007-2011";
|
|
3251
|
+
var MATERIAL_NATURAL_ORGANIC_TERMS = [
|
|
3252
|
+
// The root class, and the four legacy top-level classes the composition dictionary (src-05) retired against it (or, for the
|
|
3253
|
+
// two chemically-defined classes, against the polymer and mineral families a sibling class
|
|
3254
|
+
// writes). Deprecated terms keep a definition of what they used to mean, plus the note.
|
|
3255
|
+
authoredTerm(
|
|
3256
|
+
NATURAL_ORGANIC_SLUG,
|
|
3257
|
+
"Natural organic",
|
|
3258
|
+
"The class of materials derived from a living or once-living plant, animal or fungal organism, as distinct from a mined mineral, a metal or a wholly synthetic material.",
|
|
3259
|
+
{
|
|
3260
|
+
altLabels: ["plant-derived material"]
|
|
3261
|
+
}
|
|
3262
|
+
),
|
|
3263
|
+
authoredTerm(
|
|
3264
|
+
"animal-material",
|
|
3265
|
+
"Animal material",
|
|
3266
|
+
"A legacy top-level class for materials derived from animals, since split into fibre, hide and other animal-derived families.",
|
|
3267
|
+
{
|
|
3268
|
+
note: "Deprecated in favour of natural-organic, whose animal-fibre family and the existing leather concept now carry the distinctions this class did not make.",
|
|
3269
|
+
status: "deprecated",
|
|
3270
|
+
supersededByReference: "material.natural-organic"
|
|
3271
|
+
}
|
|
3272
|
+
),
|
|
3273
|
+
authoredTerm(
|
|
3274
|
+
"chemical",
|
|
3275
|
+
"Chemical",
|
|
3276
|
+
"A legacy top-level class for chemically synthesised, non-natural materials that did not distinguish specific polymer families.",
|
|
3277
|
+
{
|
|
3278
|
+
note: "Deprecated in favour of polymer, which classifies synthesised materials by their specific polymer family.",
|
|
3279
|
+
status: "deprecated",
|
|
3280
|
+
supersededByReference: "material.polymer"
|
|
3281
|
+
}
|
|
3282
|
+
),
|
|
3283
|
+
authoredTerm(
|
|
3284
|
+
"chemical-element",
|
|
3285
|
+
"Chemical element",
|
|
3286
|
+
"A legacy top-level class for materials named directly for an elemental metal or mineral rather than for a compound or alloy.",
|
|
3287
|
+
{
|
|
3288
|
+
note: "Deprecated in favour of metal for the elemental metals; the elemental minerals it held go to material.mineral.",
|
|
3289
|
+
status: "deprecated",
|
|
3290
|
+
supersededByReference: "material.metal"
|
|
3291
|
+
}
|
|
3292
|
+
),
|
|
3293
|
+
authoredTerm(
|
|
3294
|
+
"plant-material",
|
|
3295
|
+
"Plant material",
|
|
3296
|
+
"A legacy top-level class for materials derived from plants, since split into fibre, cellulose, oil and other plant-derived families.",
|
|
3297
|
+
{
|
|
3298
|
+
note: "Deprecated in favour of natural-organic, whose plant-fibre, cellulose, plant-oil and natural-resin families now carry the distinctions this class did not make.",
|
|
3299
|
+
status: "deprecated",
|
|
3300
|
+
supersededByReference: "material.natural-organic"
|
|
3301
|
+
}
|
|
3302
|
+
),
|
|
3303
|
+
// Families. `plant-fibre` and `animal-fibre` sit under `natural-fibre`, published in
|
|
3304
|
+
// material.ts, rather than directly under `natural-organic` as the composition dictionary (src-05) has it.
|
|
3305
|
+
compositionTerm(
|
|
3306
|
+
ANIMAL_FIBRE_SLUG,
|
|
3307
|
+
"Animal fibre",
|
|
3308
|
+
"A fibre obtained from an animal source, such as wool, hair or a silk-secreting insect, as distinct from a fibre of plant or synthetic origin.",
|
|
3309
|
+
ISO_6938,
|
|
3310
|
+
{
|
|
3311
|
+
altLabels: ["animal fiber"],
|
|
3312
|
+
broaderSlug: NATURAL_FIBRE_SLUG
|
|
3313
|
+
}
|
|
3314
|
+
),
|
|
3315
|
+
compositionTerm(
|
|
3316
|
+
"cellulose",
|
|
3317
|
+
"Cellulose",
|
|
3318
|
+
"The structural polysaccharide of linked D-glucose units that forms plant cell walls, and the fibre or pulp material refined from it; regenerated fibres such as viscose are a separate polymer state and excluded.",
|
|
3319
|
+
CAS_REGISTRY2,
|
|
3320
|
+
{
|
|
3321
|
+
altLabels: ["cellulose fibre", "cellulose fiber"],
|
|
3322
|
+
broaderSlug: NATURAL_ORGANIC_SLUG,
|
|
3323
|
+
external: [externalMapping("cas", "9004-34-6", "Cellulose", "exact")]
|
|
3324
|
+
}
|
|
3325
|
+
),
|
|
3326
|
+
authoredTerm(
|
|
3327
|
+
"natural-resin",
|
|
3328
|
+
"Natural resin",
|
|
3329
|
+
"A solid or semi-solid organic exudate produced by a plant, such as an oleoresin or gum, used without further chemical modification; synthetic and semi-synthetic resins are excluded.",
|
|
3330
|
+
{
|
|
3331
|
+
altLabels: ["plant resin"],
|
|
3332
|
+
broaderSlug: NATURAL_ORGANIC_SLUG
|
|
3333
|
+
}
|
|
3334
|
+
),
|
|
3335
|
+
compositionTerm(
|
|
3336
|
+
PLANT_FIBRE_SLUG,
|
|
3337
|
+
"Plant fibre",
|
|
3338
|
+
"A fibre obtained directly from a plant source, such as its bast, leaf, seed hair or fruit husk, as distinct from a fibre of animal or synthetic origin.",
|
|
3339
|
+
ISO_6938,
|
|
3340
|
+
{
|
|
3341
|
+
altLabels: ["plant fiber", "vegetable fibre", "vegetable fiber"],
|
|
3342
|
+
broaderSlug: NATURAL_FIBRE_SLUG
|
|
3343
|
+
}
|
|
3344
|
+
),
|
|
3345
|
+
authoredTerm(
|
|
3346
|
+
"plant-oil",
|
|
3347
|
+
"Plant oil",
|
|
3348
|
+
"A fixed or drying oil expressed or extracted from a plant seed, fruit or nut, as distinct from a mineral or synthetic oil.",
|
|
3349
|
+
{
|
|
3350
|
+
altLabels: ["vegetable oil"],
|
|
3351
|
+
broaderSlug: NATURAL_ORGANIC_SLUG
|
|
3352
|
+
}
|
|
3353
|
+
),
|
|
3354
|
+
// Plant families by botany: `grass` (Poaceae) holds bamboo, reed and hay, and `palm`
|
|
3355
|
+
// (Arecaceae) holds rattan. None of them is wood.
|
|
3356
|
+
authoredTerm(
|
|
3357
|
+
"grass",
|
|
3358
|
+
"Grass",
|
|
3359
|
+
"Dried or woven stem and leaf material from a grass of the family Poaceae.",
|
|
3360
|
+
{
|
|
3361
|
+
altLabels: ["grass fibre", "grass fiber"],
|
|
3362
|
+
broaderSlug: NATURAL_ORGANIC_SLUG
|
|
3363
|
+
}
|
|
3364
|
+
),
|
|
3365
|
+
authoredTerm(
|
|
3366
|
+
"palm",
|
|
3367
|
+
"Palm",
|
|
3368
|
+
"Stem or leaf material from a palm (family Arecaceae).",
|
|
3369
|
+
{ broaderSlug: NATURAL_ORGANIC_SLUG }
|
|
3370
|
+
),
|
|
3371
|
+
compositionTerm(
|
|
3372
|
+
"bamboo",
|
|
3373
|
+
"Bamboo",
|
|
3374
|
+
"A woody grass of the subfamily Bambusoideae, used as a solid cane, split strip or laminated material.",
|
|
3375
|
+
"ISO 21625:2020",
|
|
3376
|
+
{ broaderSlug: GRASS_SLUG }
|
|
3377
|
+
),
|
|
3378
|
+
authoredTerm(
|
|
3379
|
+
"hay",
|
|
3380
|
+
"Hay",
|
|
3381
|
+
"Grass cut and dried, used as a decorative, packing or building material.",
|
|
3382
|
+
{ broaderSlug: GRASS_SLUG }
|
|
3383
|
+
),
|
|
3384
|
+
authoredTerm(
|
|
3385
|
+
"reed",
|
|
3386
|
+
"Reed",
|
|
3387
|
+
"The dried stem of a tall wetland grass, most often the common reed Phragmites australis, used whole or split as a thatching, screening or weaving material.",
|
|
3388
|
+
{ broaderSlug: GRASS_SLUG }
|
|
3389
|
+
),
|
|
3390
|
+
authoredTerm(
|
|
3391
|
+
"shell",
|
|
3392
|
+
"Shell",
|
|
3393
|
+
"The hard calcareous exoskeleton of a mollusc, used decoratively or as an inlay and veneer material, including nacreous mother-of-pearl layers.",
|
|
3394
|
+
{
|
|
3395
|
+
altLabels: ["seashell"],
|
|
3396
|
+
broaderSlug: NATURAL_ORGANIC_SLUG,
|
|
3397
|
+
seenAs: ["mother of pearl"]
|
|
3398
|
+
}
|
|
3399
|
+
),
|
|
3400
|
+
// Plant fibres, each beneath `plant-fibre`. Definitions from Regulation (EU) No 1007/2011 Annex
|
|
3401
|
+
// I; every id_eu_1007_2011 in the source JSON is published as an external mapping.
|
|
3402
|
+
compositionTerm(
|
|
3403
|
+
"abaca",
|
|
3404
|
+
"Abaca",
|
|
3405
|
+
"A leaf fibre obtained from the sheathing leaf of Musa textilis.",
|
|
3406
|
+
`${EU_1007_2011_ANNEX_I} row 10`,
|
|
3407
|
+
{
|
|
3408
|
+
altLabels: ["manila hemp", "Musa textilis"],
|
|
3409
|
+
broaderSlug: PLANT_FIBRE_SLUG,
|
|
3410
|
+
external: [
|
|
3411
|
+
externalMapping(EU_1007_2011_SCHEME, "abaca", "abaca (Manila hemp)")
|
|
3412
|
+
]
|
|
3413
|
+
},
|
|
3414
|
+
"standard"
|
|
3415
|
+
),
|
|
3416
|
+
compositionTerm(
|
|
3417
|
+
"coir",
|
|
3418
|
+
"Coir",
|
|
3419
|
+
"A fibre obtained from the fruit husk of the coconut palm, Cocos nucifera.",
|
|
3420
|
+
`${EU_1007_2011_ANNEX_I} row 12`,
|
|
3421
|
+
{
|
|
3422
|
+
altLabels: [
|
|
3423
|
+
"coconut fibre",
|
|
3424
|
+
"coconut fiber",
|
|
3425
|
+
"coco fibre",
|
|
3426
|
+
"coco fiber",
|
|
3427
|
+
"Cocos nucifera"
|
|
3428
|
+
],
|
|
3429
|
+
broaderSlug: PLANT_FIBRE_SLUG,
|
|
3430
|
+
external: [
|
|
3431
|
+
externalMapping(EU_1007_2011_SCHEME, "coir", "coir (coconut)")
|
|
3432
|
+
]
|
|
3433
|
+
},
|
|
3434
|
+
"standard"
|
|
3435
|
+
),
|
|
3436
|
+
compositionTerm(
|
|
3437
|
+
"kapok",
|
|
3438
|
+
"Kapok",
|
|
3439
|
+
"A seed-hair fibre obtained from the fruit of the kapok tree, Ceiba pentandra.",
|
|
3440
|
+
`${EU_1007_2011_ANNEX_I} row 6`,
|
|
3441
|
+
{
|
|
3442
|
+
altLabels: ["Ceiba pentandra"],
|
|
3443
|
+
broaderSlug: PLANT_FIBRE_SLUG,
|
|
3444
|
+
external: [externalMapping(EU_1007_2011_SCHEME, "kapok", "kapok")]
|
|
3445
|
+
},
|
|
3446
|
+
"standard"
|
|
3447
|
+
),
|
|
3448
|
+
compositionTerm(
|
|
3449
|
+
"ramie",
|
|
3450
|
+
"Ramie",
|
|
3451
|
+
"A bast fibre obtained from Boehmeria nivea or Boehmeria tenacissima.",
|
|
3452
|
+
`${EU_1007_2011_ANNEX_I} row 14`,
|
|
3453
|
+
{
|
|
3454
|
+
altLabels: ["ramie fibre", "ramie fiber", "Boehmeria nivea"],
|
|
3455
|
+
broaderSlug: PLANT_FIBRE_SLUG,
|
|
3456
|
+
external: [externalMapping(EU_1007_2011_SCHEME, "ramie", "ramie")]
|
|
3457
|
+
},
|
|
3458
|
+
"standard"
|
|
3459
|
+
),
|
|
3460
|
+
// Animal fibres, each beneath `animal-fibre`. Regulation (EU) No 1007/2011 Annex I names alpaca,
|
|
3461
|
+
// camel, cashmere, mohair and angora together in row 2 and horsehair in row 3, so the mapping
|
|
3462
|
+
// identifier is the row number, its label is that row's word for this species, and the row is
|
|
3463
|
+
// broader than any one species in it.
|
|
3464
|
+
compositionTerm(
|
|
3465
|
+
"alpaca",
|
|
3466
|
+
"Alpaca",
|
|
3467
|
+
"Hair from the alpaca, a domesticated South American camelid.",
|
|
3468
|
+
EU_1007_2011_ANNEX_I,
|
|
3469
|
+
{
|
|
3470
|
+
broaderSlug: ANIMAL_FIBRE_SLUG,
|
|
3471
|
+
external: [externalMapping(EU_1007_2011_SCHEME, "2", "alpaca", "broad")]
|
|
3472
|
+
}
|
|
3473
|
+
),
|
|
3474
|
+
compositionTerm(
|
|
3475
|
+
"angora",
|
|
3476
|
+
"Angora",
|
|
3477
|
+
"Fine hair from the Angora rabbit, distinct from mohair, which is Angora goat hair.",
|
|
3478
|
+
EU_1007_2011_ANNEX_I,
|
|
3479
|
+
{
|
|
3480
|
+
broaderSlug: ANIMAL_FIBRE_SLUG,
|
|
3481
|
+
external: [externalMapping(EU_1007_2011_SCHEME, "2", "angora", "broad")]
|
|
3482
|
+
}
|
|
3483
|
+
),
|
|
3484
|
+
compositionTerm(
|
|
3485
|
+
"camel-hair",
|
|
3486
|
+
"Camel hair",
|
|
3487
|
+
"Hair from a camel, whether dromedary or Bactrian.",
|
|
3488
|
+
EU_1007_2011_ANNEX_I,
|
|
3489
|
+
{
|
|
3490
|
+
altLabels: ["camel", "camelhair"],
|
|
3491
|
+
broaderSlug: ANIMAL_FIBRE_SLUG,
|
|
3492
|
+
external: [externalMapping(EU_1007_2011_SCHEME, "2", "camel", "broad")]
|
|
3493
|
+
}
|
|
3494
|
+
),
|
|
3495
|
+
compositionTerm(
|
|
3496
|
+
"cashmere",
|
|
3497
|
+
"Cashmere",
|
|
3498
|
+
"The fine undercoat hair of the cashmere goat, distinct from coarser guard hair and from mohair, which is Angora goat hair.",
|
|
3499
|
+
EU_1007_2011_ANNEX_I,
|
|
3500
|
+
{
|
|
3501
|
+
broaderSlug: ANIMAL_FIBRE_SLUG,
|
|
3502
|
+
external: [
|
|
3503
|
+
externalMapping(EU_1007_2011_SCHEME, "2", "cashmere", "broad")
|
|
3504
|
+
]
|
|
3505
|
+
}
|
|
3506
|
+
),
|
|
3507
|
+
compositionTerm(
|
|
3508
|
+
"horsehair",
|
|
3509
|
+
"Horsehair",
|
|
3510
|
+
"Hair from a horse, named with an indication of species under Annex I's general animal-hair fibre category.",
|
|
3511
|
+
EU_1007_2011_ANNEX_I,
|
|
3512
|
+
{
|
|
3513
|
+
altLabels: ["horse hair"],
|
|
3514
|
+
broaderSlug: ANIMAL_FIBRE_SLUG,
|
|
3515
|
+
external: [
|
|
3516
|
+
externalMapping(EU_1007_2011_SCHEME, "3", "horsehair", "close")
|
|
3517
|
+
]
|
|
3518
|
+
}
|
|
3519
|
+
),
|
|
3520
|
+
// Cellulose materials.
|
|
3521
|
+
compositionTerm(
|
|
3522
|
+
"wood-pulp",
|
|
3523
|
+
"Wood pulp",
|
|
3524
|
+
"Fibrous cellulose material mechanically or chemically separated from wood, used as a papermaking or moulding feedstock rather than a finished sheet.",
|
|
3525
|
+
ISO_4046,
|
|
3526
|
+
{
|
|
3527
|
+
altLabels: ["pulp", "cellulose pulp"],
|
|
3528
|
+
broaderSlug: "cellulose"
|
|
3529
|
+
}
|
|
3530
|
+
),
|
|
3531
|
+
// Plant oils, each beneath `plant-oil`. CAS numbers verified against PubChem substance records
|
|
3532
|
+
// on the review date, since CAS Common Chemistry's own API now requires a key this review did
|
|
3533
|
+
// not have.
|
|
3534
|
+
compositionTerm(
|
|
3535
|
+
"linseed-oil",
|
|
3536
|
+
"Linseed oil",
|
|
3537
|
+
"A drying oil expressed from flax seed, Linum usitatissimum, used as a paint, varnish and wood-finishing vehicle and as the binder in linoleum.",
|
|
3538
|
+
CAS_REGISTRY2,
|
|
3539
|
+
{
|
|
3540
|
+
altLabels: ["flaxseed oil"],
|
|
3541
|
+
broaderSlug: "plant-oil",
|
|
3542
|
+
external: [externalMapping("cas", "8001-26-1", "Linseed oil", "exact")]
|
|
3543
|
+
}
|
|
3544
|
+
),
|
|
3545
|
+
compositionTerm(
|
|
3546
|
+
"soybean-oil",
|
|
3547
|
+
"Soybean oil",
|
|
3548
|
+
"A vegetable oil expressed or extracted from soybean seed, Glycine max.",
|
|
3549
|
+
CAS_REGISTRY2,
|
|
3550
|
+
{
|
|
3551
|
+
altLabels: ["soya bean oil", "soya oil", "soy oil"],
|
|
3552
|
+
broaderSlug: "plant-oil",
|
|
3553
|
+
external: [externalMapping("cas", "8001-22-7", "Soybean oil", "exact")]
|
|
3554
|
+
}
|
|
3555
|
+
),
|
|
3556
|
+
compositionTerm(
|
|
3557
|
+
"tall-oil",
|
|
3558
|
+
"Tall oil",
|
|
3559
|
+
"A by-product of kraft pulping of pine, a mixture of resin acids and fatty acids.",
|
|
3560
|
+
CAS_REGISTRY2,
|
|
3561
|
+
{
|
|
3562
|
+
altLabels: ["tallol", "crude tall oil"],
|
|
3563
|
+
broaderSlug: NATURAL_ORGANIC_SLUG,
|
|
3564
|
+
external: [externalMapping("cas", "8002-26-4", "Tall oil", "exact")]
|
|
3565
|
+
}
|
|
3566
|
+
),
|
|
3567
|
+
// Natural resin.
|
|
3568
|
+
compositionTerm(
|
|
3569
|
+
"gum-rosin",
|
|
3570
|
+
"Gum rosin",
|
|
3571
|
+
"The solid resin left after distilling the volatile turpentine oil from pine oleoresin tapped directly from a living tree.",
|
|
3572
|
+
CAS_REGISTRY2,
|
|
3573
|
+
{
|
|
3574
|
+
altLabels: ["rosin", "colophony", "colophonium", "pine rosin"],
|
|
3575
|
+
broaderSlug: "natural-resin",
|
|
3576
|
+
external: [
|
|
3577
|
+
// CAS 8050-09-7 resolves to rosin generically (wood rosin and tall-oil rosin share the
|
|
3578
|
+
// same record); gum rosin is one source of it, so the match is close, not exact.
|
|
3579
|
+
externalMapping("cas", "8050-09-7", "Rosin", "close")
|
|
3580
|
+
]
|
|
3581
|
+
}
|
|
3582
|
+
),
|
|
3583
|
+
// Variants under existing published concepts. `bovine-hide` is defined as tanned leather, so it
|
|
3584
|
+
// sits under `leather`; `kraft-paper` sits under `paper`.
|
|
3585
|
+
compositionTerm(
|
|
3586
|
+
"bovine-hide",
|
|
3587
|
+
"Bovine leather",
|
|
3588
|
+
"Leather tanned from the hide of cattle.",
|
|
3589
|
+
"ISO 15115:2019",
|
|
3590
|
+
{
|
|
3591
|
+
altLabels: ["cow leather", "cattle leather"],
|
|
3592
|
+
broaderSlug: "leather",
|
|
3593
|
+
seenAs: ["bovine hide"]
|
|
3594
|
+
}
|
|
3595
|
+
),
|
|
3596
|
+
compositionTerm(
|
|
3597
|
+
"kraft-paper",
|
|
3598
|
+
"Kraft paper",
|
|
3599
|
+
"Paper made predominantly from kraft, or sulphate, wood pulp, valued for its high tear and burst strength.",
|
|
3600
|
+
ISO_4046,
|
|
3601
|
+
{
|
|
3602
|
+
altLabels: ["kraft"],
|
|
3603
|
+
broaderSlug: "paper"
|
|
3604
|
+
}
|
|
3605
|
+
),
|
|
3606
|
+
// Composite. `engineered-stone` is the agglomerated-stone family; the already-published
|
|
3607
|
+
// `engineered-quartz` in material-everyday.ts is the quartz-specific member and is being
|
|
3608
|
+
// re-parented under it, so its quartz-only aliases stay on that narrower term, not here.
|
|
3609
|
+
compositionTerm(
|
|
3610
|
+
"engineered-stone",
|
|
3611
|
+
"Engineered stone",
|
|
3612
|
+
"A composite surfacing material of crushed natural mineral aggregate bound with a resin or cement matrix and consolidated under pressure; it is not natural stone.",
|
|
3613
|
+
"EN 14618:2009 and EN 15285:2008",
|
|
3614
|
+
{
|
|
3615
|
+
altLabels: ["agglomerated stone"],
|
|
3616
|
+
broaderSlug: "composite",
|
|
3617
|
+
related: [{ predicate: "reads-as", target: "material.stone" }]
|
|
3618
|
+
}
|
|
3619
|
+
)
|
|
3620
|
+
];
|
|
3621
|
+
|
|
3622
|
+
// src/axes/material-polymer-additives.ts
|
|
3623
|
+
var CAS3 = "cas";
|
|
3624
|
+
var COATING_MATERIAL_SLUG = "coating-material";
|
|
3625
|
+
var MONOMER_SLUG = "monomer";
|
|
3626
|
+
var PLASTICISER_SLUG = "plasticiser";
|
|
3627
|
+
var STANDARD_CAS = "CAS Registry";
|
|
3628
|
+
var ISO_4618 = "ISO 4618:2023";
|
|
3629
|
+
var MATERIAL_POLYMER_ADDITIVES_TERMS = [
|
|
3630
|
+
compositionTerm(
|
|
3631
|
+
COATING_MATERIAL_SLUG,
|
|
3632
|
+
"Coating material",
|
|
3633
|
+
"A substance in liquid, paste or powder form that, applied to a surface, forms a protective or decorative film, covering paint, lacquer and varnish.",
|
|
3634
|
+
ISO_4618,
|
|
3635
|
+
{ seenAs: ["Paints & Coatings"] }
|
|
3636
|
+
),
|
|
3637
|
+
compositionTerm(
|
|
3638
|
+
MONOMER_SLUG,
|
|
3639
|
+
"Monomer",
|
|
3640
|
+
"A substance consisting of molecules that can each be linked by covalent bonds to one or more like molecules to form a polymer.",
|
|
3641
|
+
"ISO 472:2013"
|
|
3642
|
+
),
|
|
3643
|
+
compositionTerm(
|
|
3644
|
+
PLASTICISER_SLUG,
|
|
3645
|
+
"Plasticiser",
|
|
3646
|
+
"A substance incorporated in a polymer to increase its flexibility, workability or distensibility.",
|
|
3647
|
+
"ISO 472:2013",
|
|
3648
|
+
{ seenAs: ["Plasticizer"] }
|
|
3649
|
+
),
|
|
3650
|
+
// Materials.
|
|
3651
|
+
compositionTerm(
|
|
3652
|
+
"butyl-acrylate",
|
|
3653
|
+
"Butyl acrylate",
|
|
3654
|
+
"The butyl ester of acrylic acid, a monomer copolymerised in acrylic polymers, coatings and adhesives to impart flexibility.",
|
|
3655
|
+
STANDARD_CAS,
|
|
3656
|
+
{
|
|
3657
|
+
altLabels: ["n-Butyl acrylate"],
|
|
3658
|
+
broaderSlug: MONOMER_SLUG,
|
|
3659
|
+
external: [externalMapping(CAS3, "141-32-2", "Butyl Acrylate")]
|
|
3660
|
+
}
|
|
3661
|
+
),
|
|
3662
|
+
compositionTerm(
|
|
3663
|
+
"caprolactam",
|
|
3664
|
+
"Caprolactam",
|
|
3665
|
+
"The cyclic amide (lactam) monomer whose ring-opening polymerisation forms nylon 6.",
|
|
3666
|
+
STANDARD_CAS,
|
|
3667
|
+
{
|
|
3668
|
+
broaderSlug: MONOMER_SLUG,
|
|
3669
|
+
external: [externalMapping(CAS3, "105-60-2", "Caprolactam")]
|
|
3670
|
+
}
|
|
3671
|
+
),
|
|
3672
|
+
compositionTerm(
|
|
3673
|
+
"deht",
|
|
3674
|
+
"DEHT",
|
|
3675
|
+
"A phthalate-free diester plasticiser of terephthalic acid and 2-ethylhexanol, used as a general-purpose alternative to phthalate plasticisers in flexible polyvinyl chloride.",
|
|
3676
|
+
STANDARD_CAS,
|
|
3677
|
+
{
|
|
3678
|
+
altLabels: [
|
|
3679
|
+
"DOTP",
|
|
3680
|
+
"Dioctyl terephthalate",
|
|
3681
|
+
"Bis(2-ethylhexyl) terephthalate"
|
|
3682
|
+
],
|
|
3683
|
+
broaderSlug: PLASTICISER_SLUG,
|
|
3684
|
+
external: [
|
|
3685
|
+
externalMapping(CAS3, "6422-86-2", "Di-(2-ethylhexyl) terephthalate")
|
|
3686
|
+
]
|
|
3687
|
+
}
|
|
3688
|
+
),
|
|
3689
|
+
compositionTerm(
|
|
3690
|
+
"dehp",
|
|
3691
|
+
"DEHP",
|
|
3692
|
+
"A phthalate-ester plasticiser of phthalic acid and 2-ethylhexanol, historically the most widely used general-purpose plasticiser for flexible polyvinyl chloride and now restricted in many applications.",
|
|
3693
|
+
STANDARD_CAS,
|
|
3694
|
+
{
|
|
3695
|
+
altLabels: ["Bis(2-ethylhexyl) phthalate"],
|
|
3696
|
+
broaderSlug: PLASTICISER_SLUG,
|
|
3697
|
+
external: [
|
|
3698
|
+
externalMapping(CAS3, "117-81-7", "Di(2-ethylhexyl) phthalate")
|
|
3699
|
+
]
|
|
3700
|
+
}
|
|
3701
|
+
),
|
|
3702
|
+
compositionTerm(
|
|
3703
|
+
"dinch",
|
|
3704
|
+
"DINCH",
|
|
3705
|
+
"A phthalate-free diester plasticiser of cyclohexane-1,2-dicarboxylic acid and isononanol, used in flexible polyvinyl chloride for food-contact and toy applications.",
|
|
3706
|
+
STANDARD_CAS,
|
|
3707
|
+
{
|
|
3708
|
+
altLabels: ["Diisononyl cyclohexane-1,2-dicarboxylate"],
|
|
3709
|
+
broaderSlug: PLASTICISER_SLUG,
|
|
3710
|
+
external: [
|
|
3711
|
+
externalMapping(CAS3, "166412-78-8", "Diisononyl hexahydrophthalate")
|
|
3712
|
+
]
|
|
3713
|
+
}
|
|
3714
|
+
),
|
|
3715
|
+
compositionTerm(
|
|
3716
|
+
"epoxidised-soybean-oil",
|
|
3717
|
+
"Epoxidised soybean oil",
|
|
3718
|
+
"A plasticiser and polyvinyl chloride stabiliser produced by epoxidising the unsaturated fatty-acid chains of soybean oil.",
|
|
3719
|
+
STANDARD_CAS,
|
|
3720
|
+
{
|
|
3721
|
+
altLabels: ["ESBO"],
|
|
3722
|
+
broaderSlug: PLASTICISER_SLUG,
|
|
3723
|
+
external: [externalMapping(CAS3, "8013-07-8", "Epoxidized soybean oil")],
|
|
3724
|
+
seenAs: ["Epoxidized soybean oil", "Epoxidised soya bean oil"]
|
|
3725
|
+
}
|
|
3726
|
+
),
|
|
3727
|
+
compositionTerm(
|
|
3728
|
+
"formaldehyde",
|
|
3729
|
+
"Formaldehyde",
|
|
3730
|
+
"The simplest aldehyde monomer, condensed with phenol, melamine or urea to form phenolic, melamine and urea-formaldehyde resins.",
|
|
3731
|
+
STANDARD_CAS,
|
|
3732
|
+
{
|
|
3733
|
+
altLabels: ["Methanal"],
|
|
3734
|
+
broaderSlug: MONOMER_SLUG,
|
|
3735
|
+
external: [externalMapping(CAS3, "50-00-0", "Formaldehyde")]
|
|
3736
|
+
}
|
|
3737
|
+
),
|
|
3738
|
+
compositionTerm(
|
|
3739
|
+
"lacquer",
|
|
3740
|
+
"Lacquer",
|
|
3741
|
+
"A fast-drying clear or pigmented coating material, classically nitrocellulose or acrylic drying by solvent evaporation, and also catalysed and urushi lacquers that cure.",
|
|
3742
|
+
ISO_4618,
|
|
3743
|
+
{ broaderSlug: COATING_MATERIAL_SLUG, seenAs: ["Laquer"] }
|
|
3744
|
+
),
|
|
3745
|
+
compositionTerm(
|
|
3746
|
+
"methyl-methacrylate",
|
|
3747
|
+
"Methyl methacrylate",
|
|
3748
|
+
"The methacrylate ester monomer polymerised to form PMMA and copolymerised in other acrylic polymers.",
|
|
3749
|
+
STANDARD_CAS,
|
|
3750
|
+
{
|
|
3751
|
+
broaderSlug: MONOMER_SLUG,
|
|
3752
|
+
external: [externalMapping(CAS3, "80-62-6", "Methyl Methacrylate")]
|
|
3753
|
+
}
|
|
3754
|
+
),
|
|
3755
|
+
compositionTerm(
|
|
3756
|
+
"paint",
|
|
3757
|
+
"Paint",
|
|
3758
|
+
"A pigmented coating material that dries or cures to an opaque film.",
|
|
3759
|
+
ISO_4618,
|
|
3760
|
+
{ broaderSlug: COATING_MATERIAL_SLUG }
|
|
3761
|
+
),
|
|
3762
|
+
compositionTerm(
|
|
3763
|
+
"styrene",
|
|
3764
|
+
"Styrene",
|
|
3765
|
+
"An aromatic hydrocarbon monomer, vinylbenzene, polymerised to form polystyrene and copolymerised in ABS, SBR and unsaturated polyester resins.",
|
|
3766
|
+
STANDARD_CAS,
|
|
3767
|
+
{
|
|
3768
|
+
altLabels: ["Vinylbenzene"],
|
|
3769
|
+
broaderSlug: MONOMER_SLUG,
|
|
3770
|
+
external: [externalMapping(CAS3, "100-42-5", "Styrene")]
|
|
3771
|
+
}
|
|
3772
|
+
),
|
|
3773
|
+
compositionTerm(
|
|
3774
|
+
"varnish",
|
|
3775
|
+
"Varnish",
|
|
3776
|
+
"A clear coating material, typically an oil- or resin-based liquid, that dries or cures to a hard transparent protective film without added pigment.",
|
|
3777
|
+
ISO_4618,
|
|
3778
|
+
{ broaderSlug: COATING_MATERIAL_SLUG }
|
|
3779
|
+
),
|
|
3780
|
+
compositionTerm(
|
|
3781
|
+
"vinyl-acetate",
|
|
3782
|
+
"Vinyl acetate",
|
|
3783
|
+
"The ester monomer of acetic acid and vinyl alcohol, polymerised to form polyvinyl acetate and copolymerised with ethylene to form EVA.",
|
|
3784
|
+
STANDARD_CAS,
|
|
3785
|
+
{
|
|
3786
|
+
broaderSlug: MONOMER_SLUG,
|
|
3787
|
+
external: [externalMapping(CAS3, "108-05-4", "Vinyl Acetate")]
|
|
3788
|
+
}
|
|
3789
|
+
),
|
|
3790
|
+
compositionTerm(
|
|
3791
|
+
"vinyl-chloride",
|
|
3792
|
+
"Vinyl chloride",
|
|
3793
|
+
"The chlorinated ethylene monomer polymerised to form polyvinyl chloride.",
|
|
3794
|
+
STANDARD_CAS,
|
|
3795
|
+
{
|
|
3796
|
+
broaderSlug: MONOMER_SLUG,
|
|
3797
|
+
external: [externalMapping(CAS3, "75-01-4", "Vinyl Chloride")]
|
|
3798
|
+
}
|
|
3799
|
+
),
|
|
3800
|
+
// Not a coating material: a wax is a substance whatever it is used for. Bounded to plant and
|
|
3801
|
+
// animal origin so it is true subsumption under `natural-organic`; a mineral or synthetic wax is
|
|
3802
|
+
// outside it.
|
|
3803
|
+
authoredTerm(
|
|
3804
|
+
"wax",
|
|
3805
|
+
"Wax",
|
|
3806
|
+
"An ester-based solid of plant or animal origin, plastic at room temperature and melting above about forty degrees Celsius.",
|
|
3807
|
+
{ broaderSlug: "natural-organic" }
|
|
3808
|
+
)
|
|
3809
|
+
];
|
|
3810
|
+
|
|
3811
|
+
// src/axes/material-polymers.ts
|
|
3812
|
+
var EU_ANNEX_I3 = "Regulation (EU) No 1007/2011 Annex I";
|
|
3813
|
+
var EU_1007_20112 = "eu-1007-2011";
|
|
3814
|
+
var FTC_16CFR3032 = "ftc-16cfr303";
|
|
3815
|
+
var ISO_1043_12 = "iso-1043-1";
|
|
3816
|
+
var ISO_1629 = "iso-1629";
|
|
3817
|
+
var ISO_1874_1 = "iso-1874-1";
|
|
3818
|
+
var ISO_20762 = "iso-2076";
|
|
3819
|
+
var STANDARD_ISO_472 = "ISO 472:2013";
|
|
3820
|
+
var STANDARD_ISO_1043_1 = "ISO 1043-1:2011+Amd 1:2016";
|
|
3821
|
+
var STANDARD_ISO_1629_RUBBER = "ISO 1629:2025";
|
|
3822
|
+
var STANDARD_ISO_16396_1 = "ISO 16396-1:2015";
|
|
3823
|
+
var STANDARD_ISO_20762 = "ISO 2076:2021";
|
|
3824
|
+
var STANDARD_FTC2 = "US FTC 16 CFR 303.7";
|
|
3825
|
+
var same2 = (scheme, name) => externalMapping(scheme, name, name);
|
|
3826
|
+
var EU_POLYAMIDE = "polyamide or nylon";
|
|
3827
|
+
var PMMA_NAME = "poly(methyl methacrylate)";
|
|
3828
|
+
var NARROW = "narrow";
|
|
3829
|
+
var BROAD = "broad";
|
|
3830
|
+
var narrowFibreNames = (name) => [
|
|
3831
|
+
externalMapping(EU_1007_20112, name, name, NARROW),
|
|
3832
|
+
externalMapping(FTC_16CFR3032, name, name, NARROW),
|
|
3833
|
+
externalMapping(ISO_20762, name, name, NARROW)
|
|
3834
|
+
];
|
|
3835
|
+
var fibreNames2 = (name, extra = []) => [
|
|
3836
|
+
same2(EU_1007_20112, name),
|
|
3837
|
+
same2(FTC_16CFR3032, name),
|
|
3838
|
+
same2(ISO_20762, name),
|
|
3839
|
+
...extra
|
|
3840
|
+
];
|
|
3841
|
+
var POLYMER_SLUG2 = "polymer";
|
|
3842
|
+
var MATERIAL_POLYMERS_TERMS = [
|
|
3843
|
+
compositionTerm(
|
|
3844
|
+
POLYMER_SLUG2,
|
|
3845
|
+
"Polymer",
|
|
3846
|
+
"A substance whose molecules are built from many repeated monomer units; the class covers the plastics, fibre polymers, rubbers, resins and man-made cellulosics that a declared composition names.",
|
|
3847
|
+
STANDARD_ISO_472
|
|
3848
|
+
),
|
|
3849
|
+
// Families.
|
|
3850
|
+
compositionTerm(
|
|
3851
|
+
"polyamide",
|
|
3852
|
+
"Polyamide",
|
|
3853
|
+
"A polymer family whose repeat units are linked by amide bonds, covering polyamide fibres such as nylon and aramid and polyamide moulding and engineering plastics.",
|
|
3854
|
+
`${STANDARD_ISO_1043_1}; ${STANDARD_ISO_20762}`,
|
|
3855
|
+
{
|
|
3856
|
+
broaderSlug: POLYMER_SLUG2,
|
|
3857
|
+
external: [
|
|
3858
|
+
externalMapping(EU_1007_20112, EU_POLYAMIDE, EU_POLYAMIDE, NARROW),
|
|
3859
|
+
externalMapping(ISO_1043_12, "PA", "polyamide"),
|
|
3860
|
+
externalMapping(ISO_20762, "polyamide", "polyamide", NARROW)
|
|
3861
|
+
],
|
|
3862
|
+
seenAs: ["Polyamid", "Poliammide"]
|
|
3863
|
+
}
|
|
3864
|
+
),
|
|
3865
|
+
compositionTerm(
|
|
3866
|
+
"polyester",
|
|
3867
|
+
"Polyester",
|
|
3868
|
+
"A polymer family whose repeat units are linked by ester bonds, covering polyester fibres, engineering thermoplastics such as PET and PBT, and unsaturated polyester resins.",
|
|
3869
|
+
`${STANDARD_ISO_20762}; ${STANDARD_ISO_1043_1}`,
|
|
3870
|
+
{
|
|
3871
|
+
broaderSlug: POLYMER_SLUG2,
|
|
3872
|
+
external: narrowFibreNames("polyester"),
|
|
3873
|
+
seenAs: ["Poly Ester", "Poliestere", "Poli\xE9ster"]
|
|
3874
|
+
}
|
|
3875
|
+
),
|
|
3876
|
+
compositionTerm(
|
|
3877
|
+
"polyolefin",
|
|
3878
|
+
"Polyolefin",
|
|
3879
|
+
"A polymer family built from olefin (alkene) monomers, covering polyethylene, polypropylene and the olefin fibres made from them.",
|
|
3880
|
+
`${STANDARD_ISO_472}; ${STANDARD_ISO_1043_1}`,
|
|
3881
|
+
{ broaderSlug: POLYMER_SLUG2 }
|
|
3882
|
+
),
|
|
3883
|
+
compositionTerm(
|
|
3884
|
+
"polyurethane",
|
|
3885
|
+
"Polyurethane",
|
|
3886
|
+
"A polymer family formed by reacting a polyol with an isocyanate to form urethane linkages, covering rigid and flexible foams, elastomers, coatings and elastane fibre.",
|
|
3887
|
+
STANDARD_ISO_1043_1,
|
|
3888
|
+
{
|
|
3889
|
+
broaderSlug: POLYMER_SLUG2,
|
|
3890
|
+
external: [
|
|
3891
|
+
externalMapping(EU_1007_20112, "polyurethane", "polyurethane", NARROW),
|
|
3892
|
+
externalMapping(ISO_1043_12, "PUR", "polyurethane")
|
|
3893
|
+
],
|
|
3894
|
+
seenAs: ["Poly Urethane", "Polyurethan", "Urethane"]
|
|
3895
|
+
}
|
|
3896
|
+
),
|
|
3897
|
+
compositionTerm(
|
|
3898
|
+
"resin",
|
|
3899
|
+
"Resin",
|
|
3900
|
+
"A solid, semi-solid or pseudo-solid organic polymer material, often of high molecular weight, used as a binder, coating or cast or moulded solid rather than as a fibre or bulk engineering plastic.",
|
|
3901
|
+
STANDARD_ISO_472,
|
|
3902
|
+
{
|
|
3903
|
+
altLabels: ["Synthetic resin"],
|
|
3904
|
+
broaderSlug: POLYMER_SLUG2
|
|
3905
|
+
}
|
|
3906
|
+
),
|
|
3907
|
+
// Materials.
|
|
3908
|
+
compositionTerm(
|
|
3909
|
+
"abs",
|
|
3910
|
+
"ABS",
|
|
3911
|
+
"A thermoplastic terpolymer of acrylonitrile, butadiene and styrene monomers.",
|
|
3912
|
+
STANDARD_ISO_1043_1,
|
|
3913
|
+
{
|
|
3914
|
+
altLabels: ["Acrylonitrile butadiene styrene"],
|
|
3915
|
+
broaderSlug: POLYMER_SLUG2,
|
|
3916
|
+
external: [
|
|
3917
|
+
externalMapping(
|
|
3918
|
+
ISO_1043_12,
|
|
3919
|
+
"ABS",
|
|
3920
|
+
"acrylonitrile-butadiene-styrene plastic"
|
|
3921
|
+
)
|
|
3922
|
+
]
|
|
3923
|
+
}
|
|
3924
|
+
),
|
|
3925
|
+
compositionTerm(
|
|
3926
|
+
"acrylic-fibre",
|
|
3927
|
+
"Acrylic fibre",
|
|
3928
|
+
"A synthetic fibre composed of linear macromolecules containing at least 85 percent by mass of acrylonitrile units in the chain.",
|
|
3929
|
+
STANDARD_ISO_20762,
|
|
3930
|
+
{
|
|
3931
|
+
altLabels: ["Polyacrylonitrile"],
|
|
3932
|
+
broaderSlug: "acrylic",
|
|
3933
|
+
external: fibreNames2("acrylic", [
|
|
3934
|
+
externalMapping(ISO_1043_12, "PAN", "polyacrylonitrile")
|
|
3935
|
+
]),
|
|
3936
|
+
seenAs: ["Acrylic fiber"]
|
|
3937
|
+
}
|
|
3938
|
+
),
|
|
3939
|
+
compositionTerm(
|
|
3940
|
+
"aramid",
|
|
3941
|
+
"Aramid",
|
|
3942
|
+
"A synthetic fibre made from linear macromolecules of aromatic groups linked by amide bonds, with at least 85 percent of the amide linkages attached directly to two aromatic rings.",
|
|
3943
|
+
`${EU_ANNEX_I3} row 31; ${STANDARD_FTC2}; ${STANDARD_ISO_20762}`,
|
|
3944
|
+
{
|
|
3945
|
+
altLabels: ["Aromatic polyamide"],
|
|
3946
|
+
broaderSlug: "polyamide",
|
|
3947
|
+
external: fibreNames2("aramid")
|
|
3948
|
+
},
|
|
3949
|
+
"standard"
|
|
3950
|
+
),
|
|
3951
|
+
compositionTerm(
|
|
3952
|
+
"elastane",
|
|
3953
|
+
"Elastane",
|
|
3954
|
+
"A fibre composed of at least 85 percent by mass of segmented polyurethane that, when stretched to three times its original length, rapidly reverts substantially to that length on release.",
|
|
3955
|
+
`${EU_ANNEX_I3} row 43; ${STANDARD_FTC2}; ${STANDARD_ISO_20762}`,
|
|
3956
|
+
{
|
|
3957
|
+
altLabels: ["Spandex"],
|
|
3958
|
+
broaderSlug: "polyurethane",
|
|
3959
|
+
external: [
|
|
3960
|
+
externalMapping(EU_1007_20112, "elastane", "elastane"),
|
|
3961
|
+
externalMapping(FTC_16CFR3032, "spandex", "spandex"),
|
|
3962
|
+
externalMapping(ISO_20762, "elastane", "elastane")
|
|
3963
|
+
],
|
|
3964
|
+
seenAs: ["Elastan", "Elasthane"]
|
|
3965
|
+
},
|
|
3966
|
+
"standard"
|
|
3967
|
+
),
|
|
3968
|
+
compositionTerm(
|
|
3969
|
+
"epdm",
|
|
3970
|
+
"EPDM",
|
|
3971
|
+
"A synthetic rubber terpolymer of ethylene, propylene and a diene monomer, with the residual unsaturation in a side chain rather than the main chain.",
|
|
3972
|
+
STANDARD_ISO_1629_RUBBER,
|
|
3973
|
+
{
|
|
3974
|
+
altLabels: ["Ethylene propylene diene monomer"],
|
|
3975
|
+
broaderSlug: "rubber",
|
|
3976
|
+
external: [
|
|
3977
|
+
externalMapping(
|
|
3978
|
+
ISO_1629,
|
|
3979
|
+
"EPDM",
|
|
3980
|
+
"terpolymer of ethylene, propylene, and a diene with the residual unsaturated portion of the polymerized diene in the side chain"
|
|
3981
|
+
)
|
|
3982
|
+
]
|
|
3983
|
+
}
|
|
3984
|
+
),
|
|
3985
|
+
compositionTerm(
|
|
3986
|
+
"epoxy",
|
|
3987
|
+
"Epoxy",
|
|
3988
|
+
"A thermosetting resin containing epoxide groups that cross-link on curing with a hardener.",
|
|
3989
|
+
`${STANDARD_ISO_1043_1}; ${STANDARD_ISO_472}`,
|
|
3990
|
+
{
|
|
3991
|
+
altLabels: ["Epoxy resin", "Epoxide resin"],
|
|
3992
|
+
broaderSlug: "resin",
|
|
3993
|
+
external: [externalMapping(ISO_1043_12, "EP", "epoxide")]
|
|
3994
|
+
}
|
|
3995
|
+
),
|
|
3996
|
+
compositionTerm(
|
|
3997
|
+
"eva",
|
|
3998
|
+
"EVA",
|
|
3999
|
+
"A copolymer of ethylene and vinyl acetate monomers, ranging from a flexible thermoplastic to a rubber-like material depending on vinyl acetate content.",
|
|
4000
|
+
STANDARD_ISO_1043_1,
|
|
4001
|
+
{
|
|
4002
|
+
altLabels: ["Ethylene-vinyl acetate"],
|
|
4003
|
+
broaderSlug: POLYMER_SLUG2,
|
|
4004
|
+
external: [
|
|
4005
|
+
externalMapping(ISO_1043_12, "EVAC", "ethylene-(vinyl acetate) plastic")
|
|
4006
|
+
]
|
|
4007
|
+
}
|
|
4008
|
+
),
|
|
4009
|
+
compositionTerm(
|
|
4010
|
+
"latex",
|
|
4011
|
+
"Latex",
|
|
4012
|
+
"Natural or synthetic rubber in the form of, or foamed from, an aqueous colloidal dispersion.",
|
|
4013
|
+
STANDARD_ISO_1629_RUBBER,
|
|
4014
|
+
{ broaderSlug: "rubber" }
|
|
4015
|
+
),
|
|
4016
|
+
compositionTerm(
|
|
4017
|
+
"melamine",
|
|
4018
|
+
"Melamine",
|
|
4019
|
+
"A thermosetting resin formed by the condensation of melamine and formaldehyde.",
|
|
4020
|
+
STANDARD_ISO_1043_1,
|
|
4021
|
+
{
|
|
4022
|
+
altLabels: ["Melamine-formaldehyde", "Melamine-formaldehyde resin"],
|
|
4023
|
+
broaderSlug: "resin",
|
|
4024
|
+
external: [
|
|
4025
|
+
externalMapping(EU_1007_20112, "melamine", "melamine", "related"),
|
|
4026
|
+
externalMapping(FTC_16CFR3032, "melamine", "melamine", "related"),
|
|
4027
|
+
externalMapping(ISO_1043_12, "MF", "melamine-formaldehyde resin")
|
|
4028
|
+
]
|
|
4029
|
+
}
|
|
4030
|
+
),
|
|
4031
|
+
compositionTerm(
|
|
4032
|
+
"modacrylic",
|
|
4033
|
+
"Modacrylic",
|
|
4034
|
+
"A synthetic fibre composed of linear macromolecules containing at least 50 percent but less than 85 percent by mass of acrylonitrile units, modified with other monomers.",
|
|
4035
|
+
`${EU_ANNEX_I3} row 29; ${STANDARD_FTC2}; ${STANDARD_ISO_20762}`,
|
|
4036
|
+
{
|
|
4037
|
+
broaderSlug: "acrylic",
|
|
4038
|
+
external: [
|
|
4039
|
+
same2(EU_1007_20112, "modacrylic"),
|
|
4040
|
+
externalMapping(FTC_16CFR3032, "modacrylic", "modacrylic", "close"),
|
|
4041
|
+
same2(ISO_20762, "modacrylic")
|
|
4042
|
+
]
|
|
4043
|
+
},
|
|
4044
|
+
"standard"
|
|
4045
|
+
),
|
|
4046
|
+
compositionTerm(
|
|
4047
|
+
"natural-rubber",
|
|
4048
|
+
"Natural rubber",
|
|
4049
|
+
"Rubber consisting predominantly of cis-1,4-polyisoprene obtained from the latex of Hevea brasiliensis and related plants.",
|
|
4050
|
+
STANDARD_ISO_1629_RUBBER,
|
|
4051
|
+
{
|
|
4052
|
+
broaderSlug: "rubber",
|
|
4053
|
+
external: [externalMapping(ISO_1629, "NR", "natural rubber")]
|
|
4054
|
+
}
|
|
4055
|
+
),
|
|
4056
|
+
compositionTerm(
|
|
4057
|
+
"neoprene",
|
|
4058
|
+
"Chloroprene rubber",
|
|
4059
|
+
"A synthetic rubber polymerised from chloroprene (2-chlorobuta-1,3-diene) monomer.",
|
|
4060
|
+
STANDARD_ISO_1629_RUBBER,
|
|
4061
|
+
{
|
|
4062
|
+
altLabels: ["Polychloroprene"],
|
|
4063
|
+
broaderSlug: "rubber",
|
|
4064
|
+
external: [externalMapping(ISO_1629, "CR", "chloroprene rubber")],
|
|
4065
|
+
seenAs: ["Neoprene"]
|
|
4066
|
+
}
|
|
4067
|
+
),
|
|
4068
|
+
compositionTerm(
|
|
4069
|
+
"nylon",
|
|
4070
|
+
"Nylon",
|
|
4071
|
+
"The common name for aliphatic polyamide, defined by the US FTC generic fibre name as a long-chain synthetic polyamide in which fewer than 85 percent of the amide linkages attach directly to two aromatic rings, distinguishing it from aramid.",
|
|
4072
|
+
STANDARD_FTC2,
|
|
4073
|
+
{
|
|
4074
|
+
broaderSlug: "polyamide",
|
|
4075
|
+
external: [same2(EU_1007_20112, EU_POLYAMIDE), same2(FTC_16CFR3032, "nylon")]
|
|
4076
|
+
}
|
|
4077
|
+
),
|
|
4078
|
+
compositionTerm(
|
|
4079
|
+
"olefin",
|
|
4080
|
+
"Olefin",
|
|
4081
|
+
"A manufactured fibre whose fibre-forming substance is composed of at least 85 percent by weight of ethylene, propylene or other olefin units.",
|
|
4082
|
+
STANDARD_FTC2,
|
|
4083
|
+
{
|
|
4084
|
+
broaderSlug: "polyolefin",
|
|
4085
|
+
external: [externalMapping(FTC_16CFR3032, "olefin", "olefin")]
|
|
4086
|
+
}
|
|
4087
|
+
),
|
|
4088
|
+
compositionTerm(
|
|
4089
|
+
"pbt",
|
|
4090
|
+
"PBT",
|
|
4091
|
+
"A thermoplastic polyester formed from 1,4-butanediol and terephthalic acid, used as an engineering plastic.",
|
|
4092
|
+
STANDARD_ISO_1043_1,
|
|
4093
|
+
{
|
|
4094
|
+
altLabels: ["Polybutylene terephthalate"],
|
|
4095
|
+
broaderSlug: "polyester",
|
|
4096
|
+
external: [
|
|
4097
|
+
externalMapping(ISO_1043_12, "PBT", "poly(butylene terephthalate)")
|
|
4098
|
+
]
|
|
4099
|
+
}
|
|
4100
|
+
),
|
|
4101
|
+
compositionTerm(
|
|
4102
|
+
"pet",
|
|
4103
|
+
"PET",
|
|
4104
|
+
"A thermoplastic polyester formed from ethylene glycol and terephthalic acid, used as a fibre, film and moulding or bottle-grade plastic.",
|
|
4105
|
+
STANDARD_ISO_1043_1,
|
|
4106
|
+
{
|
|
4107
|
+
altLabels: ["Polyethylene terephthalate", "PETE"],
|
|
4108
|
+
broaderSlug: "polyester",
|
|
4109
|
+
external: [
|
|
4110
|
+
externalMapping(ISO_1043_12, "PET", "poly(ethylene terephthalate)")
|
|
4111
|
+
]
|
|
4112
|
+
}
|
|
4113
|
+
),
|
|
4114
|
+
compositionTerm(
|
|
4115
|
+
"phenolic-resin",
|
|
4116
|
+
"Phenolic resin",
|
|
4117
|
+
"A thermosetting resin formed by the condensation of phenol and formaldehyde.",
|
|
4118
|
+
STANDARD_ISO_1043_1,
|
|
4119
|
+
{
|
|
4120
|
+
altLabels: ["Phenolic", "Phenol-formaldehyde"],
|
|
4121
|
+
broaderSlug: "resin",
|
|
4122
|
+
external: [
|
|
4123
|
+
externalMapping(ISO_1043_12, "PF", "phenol-formaldehyde resin")
|
|
4124
|
+
]
|
|
4125
|
+
}
|
|
4126
|
+
),
|
|
4127
|
+
compositionTerm(
|
|
4128
|
+
"pla",
|
|
4129
|
+
"PLA",
|
|
4130
|
+
"A thermoplastic polyester derived from the polymerisation of lactic acid, typically from renewable plant starch feedstocks.",
|
|
4131
|
+
STANDARD_ISO_1043_1,
|
|
4132
|
+
{
|
|
4133
|
+
altLabels: ["Polylactic acid", "Polylactide", "Poly(lactic acid)"],
|
|
4134
|
+
broaderSlug: "polyester",
|
|
4135
|
+
external: [
|
|
4136
|
+
externalMapping(EU_1007_20112, "polylactide", "polylactide", NARROW),
|
|
4137
|
+
externalMapping(FTC_16CFR3032, "PLA", "PLA", NARROW),
|
|
4138
|
+
externalMapping(ISO_1043_12, "PLA", "poly(lactic acid)")
|
|
4139
|
+
]
|
|
4140
|
+
}
|
|
4141
|
+
),
|
|
4142
|
+
compositionTerm(
|
|
4143
|
+
"pmma",
|
|
4144
|
+
"PMMA",
|
|
4145
|
+
"A transparent thermoplastic polymer of methyl methacrylate monomer.",
|
|
4146
|
+
STANDARD_ISO_1043_1,
|
|
4147
|
+
{
|
|
4148
|
+
altLabels: [PMMA_NAME, "acrylic sheet"],
|
|
4149
|
+
broaderSlug: "acrylic",
|
|
4150
|
+
external: [
|
|
4151
|
+
externalMapping(ISO_1043_12, "PMMA", PMMA_NAME),
|
|
4152
|
+
externalMapping("wikidata", "Q146123", PMMA_NAME)
|
|
4153
|
+
],
|
|
4154
|
+
seenAs: ["perspex", "plexiglass"]
|
|
4155
|
+
}
|
|
4156
|
+
),
|
|
4157
|
+
compositionTerm(
|
|
4158
|
+
"polyester-resin",
|
|
4159
|
+
"Polyester resin",
|
|
4160
|
+
"An unsaturated thermosetting polyester resin cured by cross-linking with a vinyl monomer such as styrene.",
|
|
4161
|
+
STANDARD_ISO_1043_1,
|
|
4162
|
+
{
|
|
4163
|
+
altLabels: ["Unsaturated polyester", "UP resin"],
|
|
4164
|
+
broaderSlug: "polyester",
|
|
4165
|
+
external: [
|
|
4166
|
+
externalMapping(ISO_1043_12, "UP", "unsaturated polyester resin")
|
|
4167
|
+
]
|
|
4168
|
+
}
|
|
4169
|
+
),
|
|
4170
|
+
compositionTerm(
|
|
4171
|
+
"polyethylene",
|
|
4172
|
+
"Polyethylene",
|
|
4173
|
+
"A thermoplastic polymer of ethylene monomer, ranging from low-density to high-density grades.",
|
|
4174
|
+
STANDARD_ISO_1043_1,
|
|
4175
|
+
{
|
|
4176
|
+
altLabels: ["Polythene"],
|
|
4177
|
+
broaderSlug: "polyolefin",
|
|
4178
|
+
external: [
|
|
4179
|
+
externalMapping(EU_1007_20112, "polyethylene", "polyethylene", NARROW),
|
|
4180
|
+
externalMapping(ISO_1043_12, "PE", "polyethylene"),
|
|
4181
|
+
externalMapping(ISO_20762, "polyethylene", "polyethylene", NARROW)
|
|
4182
|
+
],
|
|
4183
|
+
seenAs: ["Poly Ethylene"]
|
|
4184
|
+
}
|
|
4185
|
+
),
|
|
4186
|
+
compositionTerm(
|
|
4187
|
+
"polypropylene",
|
|
4188
|
+
"Polypropylene",
|
|
4189
|
+
"A thermoplastic polymer of propylene monomer, supplied as plastic mouldings, sheet, film and fibre.",
|
|
4190
|
+
STANDARD_ISO_1043_1,
|
|
4191
|
+
{
|
|
4192
|
+
broaderSlug: "polyolefin",
|
|
4193
|
+
external: [
|
|
4194
|
+
externalMapping(EU_1007_20112, "polypropylene", "polypropylene", NARROW),
|
|
4195
|
+
externalMapping(ISO_1043_12, "PP", "polypropylene"),
|
|
4196
|
+
externalMapping(ISO_20762, "polypropylene", "polypropylene", NARROW)
|
|
4197
|
+
],
|
|
4198
|
+
seenAs: ["Poly Propylene"]
|
|
4199
|
+
}
|
|
4200
|
+
),
|
|
4201
|
+
// NEW, not in the source dictionary: `vinyl` names the sheet, tile, film and coated-fabric
|
|
4202
|
+
// goods, so the polymer itself needs a concept for them to sit beneath.
|
|
4203
|
+
compositionTerm(
|
|
4204
|
+
"polyvinyl-chloride",
|
|
4205
|
+
"Polyvinyl chloride",
|
|
4206
|
+
"A thermoplastic polymer of vinyl chloride, symbol PVC in ISO 1043-1.",
|
|
4207
|
+
STANDARD_ISO_1043_1,
|
|
4208
|
+
{
|
|
4209
|
+
altLabels: ["PVC", "poly(vinyl chloride)"],
|
|
4210
|
+
broaderSlug: POLYMER_SLUG2,
|
|
4211
|
+
external: [
|
|
4212
|
+
externalMapping(ISO_1043_12, "PVC", "poly(vinyl chloride)"),
|
|
4213
|
+
externalMapping("cas", "9002-86-2", "Poly(vinyl chloride)")
|
|
4214
|
+
]
|
|
4215
|
+
}
|
|
4216
|
+
),
|
|
4217
|
+
compositionTerm(
|
|
4218
|
+
"polystyrene",
|
|
4219
|
+
"Polystyrene",
|
|
4220
|
+
"A thermoplastic polymer of styrene monomer.",
|
|
4221
|
+
STANDARD_ISO_1043_1,
|
|
4222
|
+
{
|
|
4223
|
+
broaderSlug: POLYMER_SLUG2,
|
|
4224
|
+
external: [externalMapping(ISO_1043_12, "PS", "polystyrene")],
|
|
4225
|
+
seenAs: ["Poly Styrene"]
|
|
4226
|
+
}
|
|
4227
|
+
),
|
|
4228
|
+
compositionTerm(
|
|
4229
|
+
"ptfe",
|
|
4230
|
+
"PTFE",
|
|
4231
|
+
"A fluoropolymer of tetrafluoroethylene monomer with high chemical resistance and a very low coefficient of friction.",
|
|
4232
|
+
STANDARD_ISO_1043_1,
|
|
4233
|
+
{
|
|
4234
|
+
altLabels: ["Polytetrafluoroethylene"],
|
|
4235
|
+
broaderSlug: POLYMER_SLUG2,
|
|
4236
|
+
external: [
|
|
4237
|
+
externalMapping(EU_1007_20112, "fluorofibre", "fluorofibre", NARROW),
|
|
4238
|
+
externalMapping(
|
|
4239
|
+
FTC_16CFR3032,
|
|
4240
|
+
"fluoropolymer",
|
|
4241
|
+
"fluoropolymer",
|
|
4242
|
+
"related"
|
|
4243
|
+
),
|
|
4244
|
+
externalMapping(ISO_1043_12, "PTFE", "polytetrafluoroethylene"),
|
|
4245
|
+
externalMapping(ISO_20762, "fluorofibre", "fluorofibre", NARROW)
|
|
4246
|
+
]
|
|
4247
|
+
}
|
|
4248
|
+
),
|
|
4249
|
+
compositionTerm(
|
|
4250
|
+
"ptt",
|
|
4251
|
+
"PTT",
|
|
4252
|
+
"A thermoplastic polyester formed from 1,3-propanediol and terephthalic acid; fibre-grade material with a defined glycol content is recognised by the US FTC as triexta.",
|
|
4253
|
+
`${STANDARD_ISO_1043_1}; ${STANDARD_FTC2}`,
|
|
4254
|
+
{
|
|
4255
|
+
altLabels: ["Polytrimethylene terephthalate", "Triexta"],
|
|
4256
|
+
broaderSlug: "polyester",
|
|
4257
|
+
external: [
|
|
4258
|
+
externalMapping(FTC_16CFR3032, "triexta", "triexta"),
|
|
4259
|
+
externalMapping(ISO_1043_12, "PTT", "poly(trimethylene terephthalate)")
|
|
4260
|
+
]
|
|
4261
|
+
}
|
|
4262
|
+
),
|
|
4263
|
+
compositionTerm(
|
|
4264
|
+
"sbr",
|
|
4265
|
+
"Styrene-butadiene rubber",
|
|
4266
|
+
"A synthetic rubber copolymer of styrene and butadiene monomers.",
|
|
4267
|
+
STANDARD_ISO_1629_RUBBER,
|
|
4268
|
+
{
|
|
4269
|
+
broaderSlug: "rubber",
|
|
4270
|
+
external: [externalMapping(ISO_1629, "SBR", "styrene-butadiene rubber")]
|
|
4271
|
+
}
|
|
4272
|
+
),
|
|
4273
|
+
compositionTerm(
|
|
4274
|
+
"silicone",
|
|
4275
|
+
"Silicone",
|
|
4276
|
+
"A polymer whose backbone consists of alternating silicon and oxygen atoms with organic side groups attached to the silicon.",
|
|
4277
|
+
STANDARD_ISO_1043_1,
|
|
4278
|
+
{
|
|
4279
|
+
broaderSlug: POLYMER_SLUG2,
|
|
4280
|
+
external: [externalMapping(ISO_1043_12, "SI", "silicone plastic")]
|
|
4281
|
+
}
|
|
4282
|
+
),
|
|
4283
|
+
compositionTerm(
|
|
4284
|
+
"tpu",
|
|
4285
|
+
"TPU",
|
|
4286
|
+
"A thermoplastic elastomer built from alternating hard and soft polyurethane segments, processable by conventional thermoplastic methods.",
|
|
4287
|
+
"ISO 18064:2022",
|
|
4288
|
+
{
|
|
4289
|
+
altLabels: ["Thermoplastic polyurethane"],
|
|
4290
|
+
broaderSlug: "polyurethane"
|
|
4291
|
+
}
|
|
4292
|
+
),
|
|
4293
|
+
// Variants.
|
|
4294
|
+
compositionTerm(
|
|
4295
|
+
"hdpe",
|
|
4296
|
+
"HDPE",
|
|
4297
|
+
"A high-density grade of polyethylene, typically with a density at or above 0.941 g/cm3 and a predominantly linear molecular structure.",
|
|
4298
|
+
STANDARD_ISO_1043_1,
|
|
4299
|
+
{
|
|
4300
|
+
altLabels: ["High-density polyethylene", "PE-HD"],
|
|
4301
|
+
broaderSlug: "polyethylene",
|
|
4302
|
+
external: [
|
|
4303
|
+
externalMapping(ISO_1043_12, "PE-HD", "polyethylene, high density")
|
|
4304
|
+
]
|
|
4305
|
+
}
|
|
4306
|
+
),
|
|
4307
|
+
compositionTerm(
|
|
4308
|
+
"ldpe",
|
|
4309
|
+
"LDPE",
|
|
4310
|
+
"A low-density, branched-chain grade of polyethylene, typically with a density between 0.910 and 0.940 g/cm3.",
|
|
4311
|
+
STANDARD_ISO_1043_1,
|
|
4312
|
+
{
|
|
4313
|
+
altLabels: ["Low-density polyethylene", "PE-LD"],
|
|
4314
|
+
broaderSlug: "polyethylene",
|
|
4315
|
+
external: [
|
|
4316
|
+
externalMapping(ISO_1043_12, "PE-LD", "polyethylene, low density")
|
|
4317
|
+
]
|
|
4318
|
+
}
|
|
4319
|
+
),
|
|
4320
|
+
compositionTerm(
|
|
4321
|
+
"nylon-6",
|
|
4322
|
+
"Nylon 6",
|
|
4323
|
+
"A nylon homopolymer formed by the ring-opening polymerisation of caprolactam.",
|
|
4324
|
+
`${STANDARD_ISO_1043_1}; ${STANDARD_ISO_16396_1}`,
|
|
4325
|
+
{
|
|
4326
|
+
altLabels: ["Polyamide 6", "PA 6", "PA6"],
|
|
4327
|
+
broaderSlug: "nylon",
|
|
4328
|
+
external: [
|
|
4329
|
+
externalMapping(FTC_16CFR3032, "nylon", "nylon", BROAD),
|
|
4330
|
+
externalMapping(ISO_1043_12, "PA", "polyamide", BROAD),
|
|
4331
|
+
externalMapping(ISO_1874_1, "PA 6", "polyamide 6"),
|
|
4332
|
+
externalMapping(ISO_20762, "polyamide", "polyamide", BROAD)
|
|
4333
|
+
],
|
|
4334
|
+
seenAs: ["Type 6 Nylon", "Polyamid 6"]
|
|
4335
|
+
}
|
|
4336
|
+
),
|
|
4337
|
+
compositionTerm(
|
|
4338
|
+
"nylon-6-6",
|
|
4339
|
+
"Nylon 6,6",
|
|
4340
|
+
"A polyamide made by condensation of hexamethylenediamine and adipic acid.",
|
|
4341
|
+
`${STANDARD_ISO_1043_1}; ${STANDARD_ISO_16396_1}`,
|
|
4342
|
+
{
|
|
4343
|
+
altLabels: ["Polyamide 6,6", "PA 6,6", "PA66"],
|
|
4344
|
+
broaderSlug: "nylon",
|
|
4345
|
+
external: [
|
|
4346
|
+
externalMapping(FTC_16CFR3032, "nylon", "nylon", BROAD),
|
|
4347
|
+
externalMapping(ISO_1043_12, "PA", "polyamide", BROAD),
|
|
4348
|
+
externalMapping(ISO_1874_1, "PA 66", "polyamide 66"),
|
|
4349
|
+
externalMapping(ISO_20762, "polyamide", "polyamide", BROAD)
|
|
4350
|
+
],
|
|
4351
|
+
seenAs: ["Nylon 66", "Nylon 6.6", "Type 6,6 Nylon"]
|
|
4352
|
+
}
|
|
4353
|
+
)
|
|
4354
|
+
];
|
|
4355
|
+
|
|
4356
|
+
// src/axes/material-timber-species.ts
|
|
4357
|
+
var WOOD_HANDBOOK3 = "USDA Wood Handbook (2021), chapter 2";
|
|
4358
|
+
var EN_13556 = "EN 13556:2003";
|
|
4359
|
+
var WOOD_HANDBOOK_IMPORTED = "USDA Wood Handbook (2021), chapter 2, imported woods section";
|
|
4360
|
+
var MATERIAL_TIMBER_SPECIES_TERMS = [
|
|
4361
|
+
compositionTerm(
|
|
4362
|
+
"prunus-serotina",
|
|
4363
|
+
"American cherry",
|
|
4364
|
+
"Timber from Prunus serotina, commercially cut across the eastern United States.",
|
|
4365
|
+
WOOD_HANDBOOK3,
|
|
4366
|
+
{ altLabels: ["Prunus serotina", "black cherry"], broaderSlug: "cherry" }
|
|
4367
|
+
),
|
|
4368
|
+
compositionTerm(
|
|
4369
|
+
"juglans-nigra",
|
|
4370
|
+
"Black walnut",
|
|
4371
|
+
"Timber from Juglans nigra, commercially cut across the eastern United States.",
|
|
4372
|
+
WOOD_HANDBOOK3,
|
|
4373
|
+
{
|
|
4374
|
+
altLabels: ["Juglans nigra", "American black walnut", "American walnut"],
|
|
4375
|
+
broaderSlug: "walnut"
|
|
4376
|
+
}
|
|
4377
|
+
),
|
|
4378
|
+
compositionTerm(
|
|
4379
|
+
"pinus-strobus",
|
|
4380
|
+
"Eastern white pine",
|
|
4381
|
+
"Timber from Pinus strobus, commercially cut across eastern North America.",
|
|
4382
|
+
WOOD_HANDBOOK3,
|
|
4383
|
+
{ altLabels: ["Pinus strobus"], broaderSlug: "pine" }
|
|
4384
|
+
),
|
|
4385
|
+
compositionTerm(
|
|
4386
|
+
"fraxinus-excelsior",
|
|
4387
|
+
"European ash",
|
|
4388
|
+
"Timber from Fraxinus excelsior, commercially cut across Europe.",
|
|
4389
|
+
EN_13556,
|
|
4390
|
+
{ altLabels: ["Fraxinus excelsior"], broaderSlug: "ash" }
|
|
4391
|
+
),
|
|
4392
|
+
compositionTerm(
|
|
4393
|
+
"fagus-sylvatica",
|
|
4394
|
+
"European beech",
|
|
4395
|
+
"Timber from Fagus sylvatica, commercially cut across Europe.",
|
|
4396
|
+
EN_13556,
|
|
4397
|
+
{ altLabels: ["Fagus sylvatica"], broaderSlug: "beech" }
|
|
4398
|
+
),
|
|
4399
|
+
compositionTerm(
|
|
4400
|
+
"larix-decidua",
|
|
4401
|
+
"European larch",
|
|
4402
|
+
"Timber from Larix decidua, commercially cut across the mountain forests of central Europe.",
|
|
4403
|
+
EN_13556,
|
|
4404
|
+
{ altLabels: ["Larix decidua"], broaderSlug: "larch" }
|
|
4405
|
+
),
|
|
4406
|
+
compositionTerm(
|
|
4407
|
+
"quercus-robur",
|
|
4408
|
+
"European oak",
|
|
4409
|
+
"Timber from Quercus robur, commercially cut across Europe.",
|
|
4410
|
+
EN_13556,
|
|
4411
|
+
{
|
|
4412
|
+
altLabels: ["Quercus robur", "English oak", "pedunculate oak"],
|
|
4413
|
+
broaderSlug: "oak"
|
|
4414
|
+
}
|
|
4415
|
+
),
|
|
4416
|
+
compositionTerm(
|
|
4417
|
+
"juglans-regia",
|
|
4418
|
+
"European walnut",
|
|
4419
|
+
"Timber from Juglans regia, commercially cut across Europe and Central Asia.",
|
|
4420
|
+
EN_13556,
|
|
4421
|
+
{
|
|
4422
|
+
altLabels: ["Juglans regia", "English walnut", "common walnut"],
|
|
4423
|
+
broaderSlug: "walnut"
|
|
4424
|
+
}
|
|
4425
|
+
),
|
|
4426
|
+
compositionTerm(
|
|
4427
|
+
"acer-saccharum",
|
|
4428
|
+
"Hard maple",
|
|
4429
|
+
"Timber from Acer saccharum, commercially cut across north-eastern North America.",
|
|
4430
|
+
WOOD_HANDBOOK3,
|
|
4431
|
+
{
|
|
4432
|
+
altLabels: ["Acer saccharum", "sugar maple", "rock maple"],
|
|
4433
|
+
broaderSlug: "maple"
|
|
4434
|
+
}
|
|
4435
|
+
),
|
|
4436
|
+
compositionTerm(
|
|
4437
|
+
"swietenia-macrophylla",
|
|
4438
|
+
"Honduras mahogany",
|
|
4439
|
+
"Timber from Swietenia macrophylla, commercially cut across Central and South America.",
|
|
4440
|
+
WOOD_HANDBOOK_IMPORTED,
|
|
4441
|
+
{
|
|
4442
|
+
altLabels: [
|
|
4443
|
+
"Swietenia macrophylla",
|
|
4444
|
+
"big-leaf mahogany",
|
|
4445
|
+
"bigleaf mahogany"
|
|
4446
|
+
],
|
|
4447
|
+
broaderSlug: "mahogany"
|
|
4448
|
+
}
|
|
4449
|
+
),
|
|
4450
|
+
compositionTerm(
|
|
4451
|
+
"eucalyptus-marginata",
|
|
4452
|
+
"Jarrah",
|
|
4453
|
+
"Timber from Eucalyptus marginata, commercially cut in Western Australia.",
|
|
4454
|
+
WOOD_HANDBOOK_IMPORTED,
|
|
4455
|
+
{ altLabels: ["Eucalyptus marginata"], broaderSlug: "eucalyptus" }
|
|
4456
|
+
),
|
|
4457
|
+
compositionTerm(
|
|
4458
|
+
"quercus-mongolica",
|
|
4459
|
+
"Mongolian oak",
|
|
4460
|
+
"Timber from Quercus mongolica, commercially cut across north-east Asia.",
|
|
4461
|
+
EN_13556,
|
|
4462
|
+
{ altLabels: ["Quercus mongolica"], broaderSlug: "oak" }
|
|
4463
|
+
),
|
|
4464
|
+
compositionTerm(
|
|
4465
|
+
"picea-abies",
|
|
4466
|
+
"Norway spruce",
|
|
4467
|
+
"Timber from Picea abies, commercially cut across Europe.",
|
|
4468
|
+
EN_13556,
|
|
4469
|
+
{ altLabels: ["Picea abies", "European spruce"], broaderSlug: "spruce" }
|
|
4470
|
+
),
|
|
4471
|
+
compositionTerm(
|
|
4472
|
+
"carya-illinoinensis",
|
|
4473
|
+
"Pecan",
|
|
4474
|
+
"Timber from Carya illinoinensis, commercially cut across the southern United States.",
|
|
4475
|
+
WOOD_HANDBOOK3,
|
|
4476
|
+
{ altLabels: ["Carya illinoinensis"], broaderSlug: "hickory" }
|
|
4477
|
+
),
|
|
4478
|
+
compositionTerm(
|
|
4479
|
+
"quercus-rubra",
|
|
4480
|
+
"Red oak",
|
|
4481
|
+
"Timber from Quercus rubra, commercially cut across eastern North America.",
|
|
4482
|
+
WOOD_HANDBOOK3,
|
|
4483
|
+
{
|
|
4484
|
+
altLabels: ["Quercus rubra", "American red oak", "northern red oak"],
|
|
4485
|
+
broaderSlug: "oak"
|
|
4486
|
+
}
|
|
4487
|
+
),
|
|
4488
|
+
compositionTerm(
|
|
4489
|
+
"pinus-sylvestris",
|
|
4490
|
+
"Scots pine",
|
|
4491
|
+
"Timber from Pinus sylvestris, commercially cut across Europe and northern Asia.",
|
|
4492
|
+
EN_13556,
|
|
4493
|
+
{
|
|
4494
|
+
altLabels: ["Pinus sylvestris", "Scotch pine"],
|
|
4495
|
+
broaderSlug: "pine",
|
|
4496
|
+
seenAs: ["European redwood"]
|
|
4497
|
+
}
|
|
4498
|
+
),
|
|
4499
|
+
compositionTerm(
|
|
4500
|
+
"quercus-petraea",
|
|
4501
|
+
"Sessile oak",
|
|
4502
|
+
"Timber from Quercus petraea, commercially cut across Europe.",
|
|
4503
|
+
EN_13556,
|
|
4504
|
+
{ altLabels: ["Quercus petraea"], broaderSlug: "oak" }
|
|
4505
|
+
),
|
|
4506
|
+
compositionTerm(
|
|
4507
|
+
"thuja-plicata",
|
|
4508
|
+
"Western red cedar",
|
|
4509
|
+
"Timber from Thuja plicata, commercially cut across the Pacific Northwest of North America.",
|
|
4510
|
+
WOOD_HANDBOOK3,
|
|
4511
|
+
{ altLabels: ["Thuja plicata"], broaderSlug: "cedar" }
|
|
4512
|
+
),
|
|
4513
|
+
compositionTerm(
|
|
4514
|
+
"fraxinus-americana",
|
|
4515
|
+
"White ash",
|
|
4516
|
+
"Timber from Fraxinus americana, commercially cut across the eastern United States.",
|
|
4517
|
+
WOOD_HANDBOOK3,
|
|
4518
|
+
{
|
|
4519
|
+
altLabels: ["Fraxinus americana", "American white ash"],
|
|
4520
|
+
broaderSlug: "ash"
|
|
4521
|
+
}
|
|
4522
|
+
),
|
|
4523
|
+
compositionTerm(
|
|
4524
|
+
"quercus-alba",
|
|
4525
|
+
"American white oak",
|
|
4526
|
+
"Timber from Quercus alba, commercially cut across eastern North America.",
|
|
4527
|
+
WOOD_HANDBOOK3,
|
|
4528
|
+
{
|
|
4529
|
+
altLabels: ["Quercus alba"],
|
|
4530
|
+
broaderSlug: "white-oak"
|
|
4531
|
+
}
|
|
4532
|
+
)
|
|
4533
|
+
];
|
|
4534
|
+
|
|
4535
|
+
// src/axes/material-timbers.ts
|
|
4536
|
+
var WOOD_HANDBOOK4 = "USDA Wood Handbook (2021), chapter 2";
|
|
4537
|
+
var EN_135562 = "EN 13556:2003";
|
|
4538
|
+
var HARDWOOD_SLUG = "hardwood";
|
|
4539
|
+
var MATERIAL_TIMBERS_TERMS = [
|
|
4540
|
+
// Materials, alphabetical.
|
|
4541
|
+
authoredTerm(
|
|
4542
|
+
"acacia",
|
|
4543
|
+
"Acacia",
|
|
4544
|
+
"Hardwood timber from trees in the genus Acacia, commercially cut in Australia and grown in plantations across South-East Asia and Africa. In European trade the name also denotes Robinia pseudoacacia, which is not an Acacia.",
|
|
4545
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4546
|
+
),
|
|
4547
|
+
compositionTerm(
|
|
4548
|
+
"alder",
|
|
4549
|
+
"Alder",
|
|
4550
|
+
"Hardwood timber from trees in the genus Alnus, commercially cut across the temperate forests of North America and Europe.",
|
|
4551
|
+
WOOD_HANDBOOK4,
|
|
4552
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4553
|
+
),
|
|
4554
|
+
compositionTerm(
|
|
4555
|
+
"ash",
|
|
4556
|
+
"Ash",
|
|
4557
|
+
"Hardwood timber from trees in the genus Fraxinus, commercially cut across the temperate forests of North America and Europe.",
|
|
4558
|
+
WOOD_HANDBOOK4,
|
|
4559
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4560
|
+
),
|
|
4561
|
+
compositionTerm(
|
|
4562
|
+
"aspen",
|
|
4563
|
+
"Aspen",
|
|
4564
|
+
"Hardwood timber from quaking aspen and bigtooth aspen, Populus tremuloides and Populus grandidentata, commercially cut across the northern temperate and boreal forests of North America.",
|
|
4565
|
+
WOOD_HANDBOOK4,
|
|
4566
|
+
{ broaderSlug: "poplar" }
|
|
4567
|
+
),
|
|
4568
|
+
compositionTerm(
|
|
4569
|
+
"basswood",
|
|
4570
|
+
"Basswood",
|
|
4571
|
+
"Hardwood timber from trees in the genus Tilia, commercially cut across the temperate forests of North America and Europe.",
|
|
4572
|
+
WOOD_HANDBOOK4,
|
|
4573
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4574
|
+
),
|
|
4575
|
+
compositionTerm(
|
|
4576
|
+
"beech",
|
|
4577
|
+
"Beech",
|
|
4578
|
+
"Hardwood timber from trees in the genus Fagus, commercially cut across the temperate forests of Europe, North America and East Asia.",
|
|
4579
|
+
WOOD_HANDBOOK4,
|
|
4580
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4581
|
+
),
|
|
4582
|
+
compositionTerm(
|
|
4583
|
+
"birch",
|
|
4584
|
+
"Birch",
|
|
4585
|
+
"Hardwood timber from trees in the genus Betula, commercially cut across the northern temperate and boreal forests of North America, Europe and Asia.",
|
|
4586
|
+
WOOD_HANDBOOK4,
|
|
4587
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4588
|
+
),
|
|
4589
|
+
compositionTerm(
|
|
4590
|
+
"bubinga",
|
|
4591
|
+
"Bubinga",
|
|
4592
|
+
"Hardwood timber from trees in the genus Guibourtia, commercially cut across Central Africa.",
|
|
4593
|
+
EN_135562,
|
|
4594
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4595
|
+
),
|
|
4596
|
+
compositionTerm(
|
|
4597
|
+
"elm",
|
|
4598
|
+
"Elm",
|
|
4599
|
+
"Hardwood timber from trees in the genus Ulmus, commercially cut across the temperate forests of North America, Europe and Asia.",
|
|
4600
|
+
WOOD_HANDBOOK4,
|
|
4601
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4602
|
+
),
|
|
4603
|
+
compositionTerm(
|
|
4604
|
+
"eucalyptus",
|
|
4605
|
+
"Eucalyptus",
|
|
4606
|
+
"Hardwood timber from trees in the genus Eucalyptus, commercially cut in Australia and grown in plantations across South America, Africa and Asia.",
|
|
4607
|
+
EN_135562,
|
|
4608
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4609
|
+
),
|
|
4610
|
+
compositionTerm(
|
|
4611
|
+
"hickory",
|
|
4612
|
+
"Hickory",
|
|
4613
|
+
"Hardwood timber from trees in the genus Carya, commercially cut across the eastern United States.",
|
|
4614
|
+
WOOD_HANDBOOK4,
|
|
4615
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4616
|
+
),
|
|
4617
|
+
compositionTerm(
|
|
4618
|
+
"ipe",
|
|
4619
|
+
"Ipe",
|
|
4620
|
+
"Hardwood timber from trees in the genus Handroanthus, commercially cut across tropical South America.",
|
|
4621
|
+
EN_135562,
|
|
4622
|
+
{ broaderSlug: HARDWOOD_SLUG, seenAs: ["Brazilian walnut"] }
|
|
4623
|
+
),
|
|
4624
|
+
compositionTerm(
|
|
4625
|
+
"maple",
|
|
4626
|
+
"Maple",
|
|
4627
|
+
"Hardwood timber from trees in the genus Acer, commercially cut across the temperate forests of North America, Europe and East Asia.",
|
|
4628
|
+
WOOD_HANDBOOK4,
|
|
4629
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4630
|
+
),
|
|
4631
|
+
compositionTerm(
|
|
4632
|
+
"merbau",
|
|
4633
|
+
"Merbau",
|
|
4634
|
+
"Hardwood timber from trees in the genus Intsia, commercially cut across South-East Asia and the Pacific islands.",
|
|
4635
|
+
EN_135562,
|
|
4636
|
+
{ broaderSlug: HARDWOOD_SLUG, seenAs: ["merbeau"] }
|
|
4637
|
+
),
|
|
4638
|
+
authoredTerm(
|
|
4639
|
+
"mesquite",
|
|
4640
|
+
"Mesquite",
|
|
4641
|
+
"Hardwood timber from trees in the genus Prosopis, commercially cut across the south-western United States and Mexico.",
|
|
4642
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4643
|
+
),
|
|
4644
|
+
compositionTerm(
|
|
4645
|
+
"padauk",
|
|
4646
|
+
"Padauk",
|
|
4647
|
+
"Hardwood timber from trees in the genus Pterocarpus, commercially cut across West and Central Africa.",
|
|
4648
|
+
EN_135562,
|
|
4649
|
+
{
|
|
4650
|
+
altLabels: ["African padauk"],
|
|
4651
|
+
broaderSlug: HARDWOOD_SLUG,
|
|
4652
|
+
seenAs: ["padouk"]
|
|
4653
|
+
}
|
|
4654
|
+
),
|
|
4655
|
+
authoredTerm(
|
|
4656
|
+
"paulownia",
|
|
4657
|
+
"Paulownia",
|
|
4658
|
+
"Hardwood timber from trees in the genus Paulownia, commercially cut from plantations across East Asia and the south-eastern United States.",
|
|
4659
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4660
|
+
),
|
|
4661
|
+
compositionTerm(
|
|
4662
|
+
"poplar",
|
|
4663
|
+
"Poplar",
|
|
4664
|
+
"Hardwood timber from trees in the genus Populus, commercially cut across the temperate forests of North America, Europe and Asia.",
|
|
4665
|
+
WOOD_HANDBOOK4,
|
|
4666
|
+
{ broaderSlug: HARDWOOD_SLUG, seenAs: ["tulip poplar"] }
|
|
4667
|
+
),
|
|
4668
|
+
compositionTerm(
|
|
4669
|
+
"purpleheart",
|
|
4670
|
+
"Purpleheart",
|
|
4671
|
+
"Hardwood timber from trees in the genus Peltogyne, commercially cut across Central and South America.",
|
|
4672
|
+
EN_135562,
|
|
4673
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4674
|
+
),
|
|
4675
|
+
compositionTerm(
|
|
4676
|
+
"sycamore",
|
|
4677
|
+
"Sycamore",
|
|
4678
|
+
"A timber name applied to two unrelated species by region: Acer pseudoplatanus in Britain and continental Europe, and Platanus occidentalis in North America.",
|
|
4679
|
+
`${EN_135562}; ${WOOD_HANDBOOK4}`,
|
|
4680
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4681
|
+
),
|
|
4682
|
+
// Species, alphabetical.
|
|
4683
|
+
compositionTerm(
|
|
4684
|
+
"afromosia",
|
|
4685
|
+
"Afrormosia",
|
|
4686
|
+
"Hardwood timber from Pericopsis elata, commercially cut across West Africa.",
|
|
4687
|
+
EN_135562,
|
|
4688
|
+
{ altLabels: ["Afromosia"], broaderSlug: HARDWOOD_SLUG }
|
|
4689
|
+
),
|
|
4690
|
+
compositionTerm(
|
|
4691
|
+
"balsa",
|
|
4692
|
+
"Balsa",
|
|
4693
|
+
"Hardwood timber from Ochroma pyramidale, commercially cut in Ecuador and across Central and South America.",
|
|
4694
|
+
EN_135562,
|
|
4695
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4696
|
+
),
|
|
4697
|
+
compositionTerm(
|
|
4698
|
+
"cumaru",
|
|
4699
|
+
"Cumaru",
|
|
4700
|
+
"Hardwood timber from Dipteryx odorata, commercially cut in Brazil and the Guianas.",
|
|
4701
|
+
EN_135562,
|
|
4702
|
+
{ broaderSlug: HARDWOOD_SLUG, seenAs: ["Brazilian teak"] }
|
|
4703
|
+
),
|
|
4704
|
+
compositionTerm(
|
|
4705
|
+
"iroko",
|
|
4706
|
+
"Iroko",
|
|
4707
|
+
"Hardwood timber from Milicia excelsa, commercially cut across West and Central Africa.",
|
|
4708
|
+
EN_135562,
|
|
4709
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4710
|
+
),
|
|
4711
|
+
compositionTerm(
|
|
4712
|
+
"jatoba",
|
|
4713
|
+
"Jatoba",
|
|
4714
|
+
"Hardwood timber from Hymenaea courbaril, commercially cut across Central and South America.",
|
|
4715
|
+
EN_135562,
|
|
4716
|
+
{ broaderSlug: HARDWOOD_SLUG, seenAs: ["Brazilian cherry"] }
|
|
4717
|
+
),
|
|
4718
|
+
compositionTerm(
|
|
4719
|
+
"kempas",
|
|
4720
|
+
"Kempas",
|
|
4721
|
+
"Hardwood timber from Koompassia malaccensis, commercially cut in Malaysia and Indonesia.",
|
|
4722
|
+
EN_135562,
|
|
4723
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4724
|
+
),
|
|
4725
|
+
compositionTerm(
|
|
4726
|
+
"limba",
|
|
4727
|
+
"Limba",
|
|
4728
|
+
"Hardwood timber from Terminalia superba, commercially cut across West and Central Africa.",
|
|
4729
|
+
EN_135562,
|
|
4730
|
+
{ altLabels: ["Korina"], broaderSlug: HARDWOOD_SLUG }
|
|
4731
|
+
),
|
|
4732
|
+
compositionTerm(
|
|
4733
|
+
"rubberwood",
|
|
4734
|
+
"Rubberwood",
|
|
4735
|
+
"Hardwood timber from Hevea brasiliensis, commercially cut from plantations across South-East Asia once latex production has ended.",
|
|
4736
|
+
EN_135562,
|
|
4737
|
+
{ broaderSlug: HARDWOOD_SLUG, seenAs: ["rubber wood"] }
|
|
4738
|
+
),
|
|
4739
|
+
compositionTerm(
|
|
4740
|
+
"sapele",
|
|
4741
|
+
"Sapele",
|
|
4742
|
+
"Hardwood timber from Entandrophragma cylindricum, commercially cut across West and Central Africa.",
|
|
4743
|
+
EN_135562,
|
|
4744
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4745
|
+
),
|
|
4746
|
+
compositionTerm(
|
|
4747
|
+
"wenge",
|
|
4748
|
+
"Wenge",
|
|
4749
|
+
"Hardwood timber from Millettia laurentii, commercially cut in Central Africa.",
|
|
4750
|
+
EN_135562,
|
|
4751
|
+
{ broaderSlug: HARDWOOD_SLUG }
|
|
4752
|
+
),
|
|
4753
|
+
compositionTerm(
|
|
4754
|
+
"zebrawood",
|
|
4755
|
+
"Zebrawood",
|
|
4756
|
+
"Hardwood timber from Microberlinia brazzavillensis, commercially cut in Cameroon, Gabon and the Republic of the Congo.",
|
|
4757
|
+
EN_135562,
|
|
4758
|
+
{ altLabels: ["Zebrano"], broaderSlug: HARDWOOD_SLUG }
|
|
4759
|
+
)
|
|
4760
|
+
];
|
|
4761
|
+
|
|
4762
|
+
// src/axes/material.ts
|
|
4763
|
+
var SOURCE3 = "material vocabularies in a furnishings retailer (src-03) and in-house";
|
|
4764
|
+
var SNAPSHOT3 = "2026-08-25";
|
|
4765
|
+
var CROSSOVER_SNAPSHOT2 = "2026-08-30";
|
|
4766
|
+
var NATURAL_FIBRE_SLUG2 = "natural-fibre";
|
|
4767
|
+
var STONE_SLUG2 = "stone";
|
|
4768
|
+
var HARDWOOD_SLUG2 = "hardwood";
|
|
4769
|
+
var COPPER_ALLOY_SLUG2 = "copper-alloy";
|
|
4770
|
+
var NON_FERROUS_METAL_SLUG2 = "non-ferrous-metal";
|
|
4771
|
+
var NATURAL_ORGANIC_SLUG2 = "natural-organic";
|
|
4772
|
+
var PLANT_FIBRE_SLUG2 = "plant-fibre";
|
|
4773
|
+
var STONE_TARGET2 = "material.stone";
|
|
4774
|
+
var ASTM_C2422 = "ASTM C242-20";
|
|
4775
|
+
var WOOD_TARGET = "material.wood";
|
|
4776
|
+
var term6 = (slug, label, definition) => ({
|
|
4777
|
+
definition,
|
|
4778
|
+
label,
|
|
4779
|
+
provenance: { basis: "evidenced", snapshot: SNAPSHOT3, source: SOURCE3 },
|
|
4780
|
+
slug
|
|
4781
|
+
});
|
|
4782
|
+
var crossoverTerm = (slug, label, definition, source, broaderSlug) => ({
|
|
4783
|
+
...broaderSlug === void 0 ? {} : { broaderSlug },
|
|
4784
|
+
definition,
|
|
4785
|
+
label,
|
|
4786
|
+
provenance: {
|
|
4787
|
+
basis: "referenced",
|
|
4788
|
+
snapshot: CROSSOVER_SNAPSHOT2,
|
|
4789
|
+
source
|
|
4790
|
+
},
|
|
4791
|
+
slug
|
|
4792
|
+
});
|
|
4793
|
+
var standardCrossoverTerm = (slug, label, definition, source) => ({
|
|
4794
|
+
...crossoverTerm(slug, label, definition, source),
|
|
4795
|
+
provenance: {
|
|
4796
|
+
basis: "standard",
|
|
4797
|
+
snapshot: CROSSOVER_SNAPSHOT2,
|
|
4798
|
+
source
|
|
4799
|
+
}
|
|
4800
|
+
});
|
|
4801
|
+
var searchCorpusMaterial = (slug, label, definition, broaderSlug, referenceSource) => ({
|
|
4802
|
+
broaderSlug,
|
|
4803
|
+
definition,
|
|
4804
|
+
introducedAt: "2026-08-31",
|
|
4805
|
+
label,
|
|
4806
|
+
provenance: {
|
|
4807
|
+
basis: "evidenced",
|
|
4808
|
+
snapshot: SEARCH_CORPUS_SNAPSHOT,
|
|
4809
|
+
source: `${searchCorpusEvidence(label)}; ${referenceSource}`
|
|
4810
|
+
},
|
|
4811
|
+
reviewedAt: "2026-08-31",
|
|
4812
|
+
slug
|
|
4813
|
+
});
|
|
4814
|
+
var MATERIAL_TERMS = [
|
|
4815
|
+
reparented(
|
|
4816
|
+
crossoverTerm(
|
|
4817
|
+
"brass",
|
|
4818
|
+
"Brass",
|
|
4819
|
+
"A copper alloy whose principal alloying element is zinc.",
|
|
4820
|
+
BRASS_MATERIAL_SOURCE,
|
|
4821
|
+
COPPER_ALLOY_SLUG2
|
|
4822
|
+
)
|
|
4823
|
+
),
|
|
4824
|
+
reparented(
|
|
4825
|
+
crossoverTerm(
|
|
4826
|
+
"bronze",
|
|
4827
|
+
"Bronze",
|
|
4828
|
+
"A copper alloy in which tin is the principal alloying element.",
|
|
4829
|
+
CROSSOVER_DEFINITION_SOURCES.bronze,
|
|
4830
|
+
COPPER_ALLOY_SLUG2
|
|
4831
|
+
)
|
|
1665
4832
|
),
|
|
4833
|
+
// `ceramic` was published as a fired body "other than porcelain", the retail contrast. The
|
|
4834
|
+
// hierarchy review of 2026-09-22 widened it to the ISO 13006 and ASTM C242 sense, in which
|
|
4835
|
+
// porcelain is the dense low-absorption class of ceramic and sits beneath it. Recorded in ADR 0007.
|
|
4836
|
+
{
|
|
4837
|
+
...term6(
|
|
4838
|
+
"ceramic",
|
|
4839
|
+
"Ceramic",
|
|
4840
|
+
"A fired inorganic non-metallic body shaped from clay or other minerals; porcelain, stoneware, earthenware and terracotta are classes of it, told apart by body and water absorption."
|
|
4841
|
+
),
|
|
4842
|
+
broaderSlug: "mineral",
|
|
4843
|
+
note: "Widened on 2026-09-22 from a fired body other than porcelain to the ISO 13006 and ASTM C242 sense, in which porcelain is a class of ceramic.",
|
|
4844
|
+
provenance: {
|
|
4845
|
+
basis: "referenced",
|
|
4846
|
+
snapshot: COMPOSITION_REVIEW_DATE,
|
|
4847
|
+
source: `ISO 13006:2018; ${ASTM_C2422}`
|
|
4848
|
+
},
|
|
4849
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
4850
|
+
},
|
|
1666
4851
|
{
|
|
1667
4852
|
...term6(
|
|
1668
4853
|
"porcelain",
|
|
1669
4854
|
"Porcelain",
|
|
1670
|
-
"A
|
|
4855
|
+
"A vitrified fired ceramic body with water absorption at or below 0.5 percent, the bound ISO 13006 group BIa and ANSI A137.1 set for porcelain tile."
|
|
1671
4856
|
),
|
|
4857
|
+
broaderSlug: "ceramic",
|
|
4858
|
+
provenance: {
|
|
4859
|
+
basis: "referenced",
|
|
4860
|
+
snapshot: COMPOSITION_REVIEW_DATE,
|
|
4861
|
+
source: `ISO 13006:2018 (group BIa); ANSI A137.1; ${ASTM_C2422}`
|
|
4862
|
+
},
|
|
1672
4863
|
related: [
|
|
1673
4864
|
{ predicate: "reads-as", target: WOOD_TARGET },
|
|
1674
4865
|
{ predicate: "reads-as", target: "material.marble" },
|
|
1675
4866
|
{ predicate: "reads-as", target: "material.concrete" }
|
|
1676
|
-
]
|
|
4867
|
+
],
|
|
4868
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
1677
4869
|
},
|
|
1678
4870
|
{
|
|
1679
4871
|
...term6(
|
|
1680
4872
|
"composite",
|
|
1681
4873
|
"Composite",
|
|
1682
4874
|
"An engineered material whose performance comes from two or more bound constituents."
|
|
1683
|
-
)
|
|
1684
|
-
related: [{ predicate: "reads-as", target: STONE_TARGET }]
|
|
4875
|
+
)
|
|
1685
4876
|
},
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
4877
|
+
reparented(
|
|
4878
|
+
crossoverTerm(
|
|
4879
|
+
"copper",
|
|
4880
|
+
"Copper",
|
|
4881
|
+
"A metal with a designated minimum copper content of 99.3 percent in the UNS wrought-copper designation system.",
|
|
4882
|
+
CROSSOVER_DEFINITION_SOURCES.copper,
|
|
4883
|
+
NON_FERROUS_METAL_SLUG2
|
|
4884
|
+
)
|
|
1691
4885
|
),
|
|
1692
4886
|
{
|
|
1693
4887
|
...term6(
|
|
1694
4888
|
"laminate",
|
|
1695
4889
|
"Laminate",
|
|
1696
|
-
"A
|
|
4890
|
+
"A sheet of resin-impregnated paper layers pressed together under heat and pressure, as EN 438 specifies for high-pressure decorative laminate."
|
|
1697
4891
|
),
|
|
4892
|
+
broaderSlug: "composite",
|
|
4893
|
+
provenance: {
|
|
4894
|
+
basis: "referenced",
|
|
4895
|
+
snapshot: COMPOSITION_REVIEW_DATE,
|
|
4896
|
+
source: "EN 438-1:2016"
|
|
4897
|
+
},
|
|
1698
4898
|
related: [
|
|
1699
4899
|
{ predicate: "reads-as", target: WOOD_TARGET },
|
|
1700
|
-
{ predicate: "reads-as", target:
|
|
1701
|
-
]
|
|
4900
|
+
{ predicate: "reads-as", target: STONE_TARGET2 }
|
|
4901
|
+
],
|
|
4902
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
1702
4903
|
},
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
4904
|
+
{
|
|
4905
|
+
...term6(
|
|
4906
|
+
NATURAL_FIBRE_SLUG2,
|
|
4907
|
+
"Natural fibre",
|
|
4908
|
+
"A fibre obtained directly from a plant or animal without chemical regeneration."
|
|
4909
|
+
),
|
|
4910
|
+
broaderSlug: NATURAL_ORGANIC_SLUG2,
|
|
4911
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
4912
|
+
},
|
|
4913
|
+
reparented(
|
|
4914
|
+
crossoverTerm(
|
|
4915
|
+
"nickel",
|
|
4916
|
+
"Nickel",
|
|
4917
|
+
"The metallic chemical element Ni.",
|
|
4918
|
+
NICKEL_MATERIAL_SOURCE,
|
|
4919
|
+
NON_FERROUS_METAL_SLUG2
|
|
4920
|
+
)
|
|
1718
4921
|
),
|
|
4922
|
+
{
|
|
4923
|
+
...term6(
|
|
4924
|
+
"paper",
|
|
4925
|
+
"Paper",
|
|
4926
|
+
"A sheet material formed primarily from cellulose fibres."
|
|
4927
|
+
),
|
|
4928
|
+
broaderSlug: "cellulose",
|
|
4929
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
4930
|
+
},
|
|
1719
4931
|
{
|
|
1720
4932
|
...term6(
|
|
1721
4933
|
"solid-surface",
|
|
1722
4934
|
"Solid surface",
|
|
1723
4935
|
"A homogeneous or near-homogeneous cast sheet made from resin and mineral filler."
|
|
1724
4936
|
),
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
4937
|
+
broaderSlug: "composite",
|
|
4938
|
+
related: [{ predicate: "reads-as", target: STONE_TARGET2 }],
|
|
4939
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
4940
|
+
},
|
|
4941
|
+
reparented(
|
|
4942
|
+
crossoverTerm(
|
|
4943
|
+
"silver",
|
|
4944
|
+
"Silver",
|
|
4945
|
+
"The metallic chemical element Ag, atomic number 47.",
|
|
4946
|
+
CROSSOVER_DEFINITION_SOURCES.silver,
|
|
4947
|
+
NON_FERROUS_METAL_SLUG2
|
|
4948
|
+
)
|
|
1732
4949
|
),
|
|
1733
4950
|
crossoverTerm(
|
|
1734
4951
|
"slate",
|
|
1735
4952
|
"Slate",
|
|
1736
|
-
"A
|
|
4953
|
+
"A fine-grained foliated metamorphic rock that splits into thin sheets, quarried as dimension stone.",
|
|
1737
4954
|
CROSSOVER_DEFINITION_SOURCES.slate,
|
|
1738
|
-
|
|
1739
|
-
),
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
4955
|
+
STONE_SLUG2
|
|
4956
|
+
),
|
|
4957
|
+
reparented(
|
|
4958
|
+
crossoverTerm(
|
|
4959
|
+
STONE_SLUG2,
|
|
4960
|
+
"Stone",
|
|
4961
|
+
"Naturally occurring rock quarried and worked for use as a finish or component.",
|
|
4962
|
+
CROSSOVER_DEFINITION_SOURCES.stone,
|
|
4963
|
+
"mineral"
|
|
4964
|
+
)
|
|
1745
4965
|
),
|
|
1746
4966
|
crossoverTerm(
|
|
1747
4967
|
"marble",
|
|
1748
4968
|
"Marble",
|
|
1749
4969
|
"A commercial dimension-stone group that includes stone worked and sold as marble, including some dense or partially metamorphosed limestone.",
|
|
1750
4970
|
CROSSOVER_DEFINITION_SOURCES.marble,
|
|
1751
|
-
|
|
4971
|
+
STONE_SLUG2
|
|
1752
4972
|
),
|
|
1753
4973
|
{
|
|
1754
4974
|
...crossoverTerm(
|
|
@@ -1756,36 +4976,44 @@ var MATERIAL_TERMS = [
|
|
|
1756
4976
|
"Limestone",
|
|
1757
4977
|
"A sedimentary carbonate rock composed principally of calcium carbonate and used as a building stone and industrial mineral.",
|
|
1758
4978
|
CROSSOVER_DEFINITION_SOURCES.limestone,
|
|
1759
|
-
|
|
4979
|
+
STONE_SLUG2
|
|
1760
4980
|
),
|
|
1761
4981
|
introducedAt: "2026-09-01",
|
|
1762
4982
|
reviewedAt: "2026-09-01"
|
|
1763
4983
|
},
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
"Stainless steel",
|
|
1773
|
-
"A corrosion-resistant steel alloy family containing sufficient chromium to form a protective passive layer, named as a bulk material rather than a surface finish or colour.",
|
|
1774
|
-
"steel",
|
|
1775
|
-
CROSSOVER_DEFINITION_SOURCES.steel
|
|
4984
|
+
reparented(
|
|
4985
|
+
crossoverTerm(
|
|
4986
|
+
"steel",
|
|
4987
|
+
"Steel",
|
|
4988
|
+
"An alloy of iron with carbon at or below two percent by mass, as EN 10020 bounds it.",
|
|
4989
|
+
`${CROSSOVER_DEFINITION_SOURCES.steel}; EN 10020:2000`,
|
|
4990
|
+
"ferrous-metal"
|
|
4991
|
+
)
|
|
1776
4992
|
),
|
|
4993
|
+
{
|
|
4994
|
+
...searchCorpusMaterial(
|
|
4995
|
+
"stainless-steel",
|
|
4996
|
+
"Stainless steel",
|
|
4997
|
+
"A corrosion-resistant steel alloy family containing sufficient chromium to form a protective passive layer, named as a bulk material rather than a surface finish or colour.",
|
|
4998
|
+
"steel",
|
|
4999
|
+
CROSSOVER_DEFINITION_SOURCES.steel
|
|
5000
|
+
),
|
|
5001
|
+
seenAs: ["stainless"]
|
|
5002
|
+
},
|
|
1777
5003
|
crossoverTerm(
|
|
1778
5004
|
"wood",
|
|
1779
5005
|
"Wood",
|
|
1780
5006
|
"Lignocellulosic material obtained from the trunk or branches of a tree or shrub.",
|
|
1781
5007
|
CROSSOVER_DEFINITION_SOURCES.wood
|
|
1782
5008
|
),
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
5009
|
+
reparented(
|
|
5010
|
+
crossoverTerm(
|
|
5011
|
+
"oak",
|
|
5012
|
+
"Oak",
|
|
5013
|
+
"Timber from trees of the genus Quercus.",
|
|
5014
|
+
CROSSOVER_DEFINITION_SOURCES.oak,
|
|
5015
|
+
HARDWOOD_SLUG2
|
|
5016
|
+
)
|
|
1789
5017
|
),
|
|
1790
5018
|
searchCorpusMaterial(
|
|
1791
5019
|
"white-oak",
|
|
@@ -1794,12 +5022,14 @@ var MATERIAL_TERMS = [
|
|
|
1794
5022
|
"oak",
|
|
1795
5023
|
CROSSOVER_DEFINITION_SOURCES.oak
|
|
1796
5024
|
),
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
5025
|
+
reparented(
|
|
5026
|
+
crossoverTerm(
|
|
5027
|
+
"teak",
|
|
5028
|
+
"Teak",
|
|
5029
|
+
"Wood from Tectona grandis, named as timber rather than as a colour or surface treatment.",
|
|
5030
|
+
CROSSOVER_DEFINITION_SOURCES.teak,
|
|
5031
|
+
HARDWOOD_SLUG2
|
|
5032
|
+
)
|
|
1803
5033
|
),
|
|
1804
5034
|
{
|
|
1805
5035
|
...crossoverTerm(
|
|
@@ -1808,177 +5038,240 @@ var MATERIAL_TERMS = [
|
|
|
1808
5038
|
"Wood obtained from a tree in the genus Juglans, named as a material rather than as a colour.",
|
|
1809
5039
|
CROSSOVER_DEFINITION_SOURCES.walnut
|
|
1810
5040
|
),
|
|
1811
|
-
broaderSlug:
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
"A natural seed-hair textile fibre; the fibre identity does not establish weave, blend, dye, or finish.",
|
|
1823
|
-
CROSSOVER_DEFINITION_SOURCES.cotton,
|
|
1824
|
-
NATURAL_FIBRE_SLUG
|
|
1825
|
-
),
|
|
1826
|
-
standardCrossoverTerm(
|
|
1827
|
-
"leather",
|
|
1828
|
-
"Leather",
|
|
1829
|
-
"Tanned animal hide or skin that retains its fibrous structure; animal, layer, tanning, coating, and finish remain unspecified.",
|
|
1830
|
-
CROSSOVER_DEFINITION_SOURCES.leather
|
|
5041
|
+
broaderSlug: HARDWOOD_SLUG2,
|
|
5042
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
5043
|
+
},
|
|
5044
|
+
reparented(
|
|
5045
|
+
crossoverTerm(
|
|
5046
|
+
"clay",
|
|
5047
|
+
"Clay",
|
|
5048
|
+
"A naturally occurring fine-grained earthy material composed largely of clay minerals, unfired.",
|
|
5049
|
+
CROSSOVER_DEFINITION_SOURCES.clay,
|
|
5050
|
+
"mineral"
|
|
5051
|
+
)
|
|
1831
5052
|
),
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
5053
|
+
reparented(
|
|
5054
|
+
crossoverTerm(
|
|
5055
|
+
"cotton",
|
|
5056
|
+
"Cotton",
|
|
5057
|
+
"A natural seed-hair fibre from the cotton plant, genus Gossypium.",
|
|
5058
|
+
CROSSOVER_DEFINITION_SOURCES.cotton,
|
|
5059
|
+
PLANT_FIBRE_SLUG2
|
|
5060
|
+
)
|
|
1838
5061
|
),
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
5062
|
+
{
|
|
5063
|
+
...standardCrossoverTerm(
|
|
5064
|
+
"leather",
|
|
5065
|
+
"Leather",
|
|
5066
|
+
"Tanned animal hide or skin that retains its fibrous structure.",
|
|
5067
|
+
CROSSOVER_DEFINITION_SOURCES.leather
|
|
5068
|
+
),
|
|
5069
|
+
broaderSlug: NATURAL_ORGANIC_SLUG2,
|
|
5070
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
5071
|
+
},
|
|
5072
|
+
reparented(
|
|
5073
|
+
crossoverTerm(
|
|
5074
|
+
"linen",
|
|
5075
|
+
"Linen",
|
|
5076
|
+
"Fibre, yarn or fabric from the bast of flax, Linum usitatissimum.",
|
|
5077
|
+
CROSSOVER_DEFINITION_SOURCES.linen,
|
|
5078
|
+
PLANT_FIBRE_SLUG2
|
|
5079
|
+
)
|
|
1845
5080
|
),
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
5081
|
+
reparented(
|
|
5082
|
+
crossoverTerm(
|
|
5083
|
+
"jute",
|
|
5084
|
+
"Jute",
|
|
5085
|
+
"A plant bast fibre from Corchorus species, used as a textile and industrial fibre.",
|
|
5086
|
+
CROSSOVER_DEFINITION_SOURCES.jute,
|
|
5087
|
+
PLANT_FIBRE_SLUG2
|
|
5088
|
+
)
|
|
1852
5089
|
),
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
5090
|
+
reparented(
|
|
5091
|
+
crossoverTerm(
|
|
5092
|
+
"sisal",
|
|
5093
|
+
"Sisal",
|
|
5094
|
+
"A natural leaf fibre, distinct from a floorcovering or other product made from it.",
|
|
5095
|
+
CROSSOVER_DEFINITION_SOURCES.sisal,
|
|
5096
|
+
PLANT_FIBRE_SLUG2
|
|
5097
|
+
)
|
|
1858
5098
|
),
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
5099
|
+
reparented(
|
|
5100
|
+
crossoverTerm(
|
|
5101
|
+
"cork",
|
|
5102
|
+
"Cork",
|
|
5103
|
+
"Bark of the cork oak, Quercus suber, whole or granulated and agglomerated.",
|
|
5104
|
+
CROSSOVER_DEFINITION_SOURCES.cork,
|
|
5105
|
+
NATURAL_ORGANIC_SLUG2
|
|
5106
|
+
)
|
|
1865
5107
|
),
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
5108
|
+
reparented(
|
|
5109
|
+
crossoverTerm(
|
|
5110
|
+
"wool",
|
|
5111
|
+
"Wool",
|
|
5112
|
+
"A natural animal fibre grown as a fleece.",
|
|
5113
|
+
CROSSOVER_DEFINITION_SOURCES.wool,
|
|
5114
|
+
"animal-fibre"
|
|
5115
|
+
)
|
|
1871
5116
|
),
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
5117
|
+
{
|
|
5118
|
+
...standardCrossoverTerm(
|
|
5119
|
+
"suede",
|
|
5120
|
+
"Suede",
|
|
5121
|
+
"Leather or split leather whose wearing surface is mechanically finished to a velvet-like nap.",
|
|
5122
|
+
CROSSOVER_DEFINITION_SOURCES.suede
|
|
5123
|
+
),
|
|
5124
|
+
broaderSlug: "leather",
|
|
5125
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
5126
|
+
},
|
|
5127
|
+
reparented(
|
|
5128
|
+
crossoverTerm(
|
|
5129
|
+
"concrete",
|
|
5130
|
+
"Concrete",
|
|
5131
|
+
"A hardened mixture of hydraulic cement, aggregate and water.",
|
|
5132
|
+
CROSSOVER_DEFINITION_SOURCES.concrete,
|
|
5133
|
+
"cementitious"
|
|
5134
|
+
)
|
|
1877
5135
|
),
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
5136
|
+
reparented(
|
|
5137
|
+
crossoverTerm(
|
|
5138
|
+
"mahogany",
|
|
5139
|
+
"Mahogany",
|
|
5140
|
+
"Timber traded as mahogany, drawn from more than one botanical group.",
|
|
5141
|
+
CROSSOVER_DEFINITION_SOURCES.mahogany,
|
|
5142
|
+
HARDWOOD_SLUG2
|
|
5143
|
+
)
|
|
1884
5144
|
),
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
5145
|
+
reparented(
|
|
5146
|
+
crossoverTerm(
|
|
5147
|
+
"ebony",
|
|
5148
|
+
"Ebony",
|
|
5149
|
+
"Timber of the genus Diospyros traded as ebony.",
|
|
5150
|
+
CROSSOVER_DEFINITION_SOURCES.ebony,
|
|
5151
|
+
HARDWOOD_SLUG2
|
|
5152
|
+
)
|
|
1891
5153
|
),
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
5154
|
+
reparented(
|
|
5155
|
+
crossoverTerm(
|
|
5156
|
+
"cherry",
|
|
5157
|
+
"Cherry",
|
|
5158
|
+
"Timber from trees of the genus Prunus.",
|
|
5159
|
+
CROSSOVER_DEFINITION_SOURCES.cherry,
|
|
5160
|
+
HARDWOOD_SLUG2
|
|
5161
|
+
)
|
|
1898
5162
|
),
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
5163
|
+
reparented(
|
|
5164
|
+
crossoverTerm(
|
|
5165
|
+
"chestnut",
|
|
5166
|
+
"Chestnut",
|
|
5167
|
+
"Timber from trees of the genus Castanea, such as sweet chestnut, Castanea sativa.",
|
|
5168
|
+
CROSSOVER_DEFINITION_SOURCES.chestnut,
|
|
5169
|
+
HARDWOOD_SLUG2
|
|
5170
|
+
)
|
|
1905
5171
|
),
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
5172
|
+
reparented(
|
|
5173
|
+
crossoverTerm(
|
|
5174
|
+
"rosewood",
|
|
5175
|
+
"Rosewood",
|
|
5176
|
+
"Timber from trees of the genus Dalbergia.",
|
|
5177
|
+
CROSSOVER_DEFINITION_SOURCES.rosewood,
|
|
5178
|
+
HARDWOOD_SLUG2
|
|
5179
|
+
)
|
|
1912
5180
|
),
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
5181
|
+
reparented(
|
|
5182
|
+
crossoverTerm(
|
|
5183
|
+
"gold",
|
|
5184
|
+
"Gold",
|
|
5185
|
+
"The metallic chemical element Au.",
|
|
5186
|
+
CROSSOVER_DEFINITION_SOURCES.gold,
|
|
5187
|
+
NON_FERROUS_METAL_SLUG2
|
|
5188
|
+
)
|
|
1918
5189
|
),
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
5190
|
+
reparented(
|
|
5191
|
+
crossoverTerm(
|
|
5192
|
+
"pewter",
|
|
5193
|
+
"Pewter",
|
|
5194
|
+
"A tin alloy with small, historically variable additions of lead, antimony or copper.",
|
|
5195
|
+
CROSSOVER_DEFINITION_SOURCES.pewter,
|
|
5196
|
+
NON_FERROUS_METAL_SLUG2
|
|
5197
|
+
)
|
|
1924
5198
|
),
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
5199
|
+
reparented(
|
|
5200
|
+
crossoverTerm(
|
|
5201
|
+
"iron",
|
|
5202
|
+
"Iron",
|
|
5203
|
+
"The metallic chemical element Fe.",
|
|
5204
|
+
CROSSOVER_DEFINITION_SOURCES.iron,
|
|
5205
|
+
"ferrous-metal"
|
|
5206
|
+
)
|
|
1930
5207
|
),
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
5208
|
+
reparented(
|
|
5209
|
+
crossoverTerm(
|
|
5210
|
+
"gunmetal",
|
|
5211
|
+
"Gunmetal",
|
|
5212
|
+
"A copper-tin-zinc casting-alloy family with grade-dependent composition.",
|
|
5213
|
+
CROSSOVER_DEFINITION_SOURCES.gunmetal,
|
|
5214
|
+
COPPER_ALLOY_SLUG2
|
|
5215
|
+
)
|
|
1936
5216
|
),
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
5217
|
+
reparented(
|
|
5218
|
+
crossoverTerm(
|
|
5219
|
+
"platinum",
|
|
5220
|
+
"Platinum",
|
|
5221
|
+
"The metallic chemical element Pt.",
|
|
5222
|
+
CROSSOVER_DEFINITION_SOURCES.platinum,
|
|
5223
|
+
NON_FERROUS_METAL_SLUG2
|
|
5224
|
+
)
|
|
1942
5225
|
),
|
|
1943
5226
|
crossoverTerm(
|
|
1944
5227
|
"onyx",
|
|
1945
5228
|
"Onyx",
|
|
1946
|
-
"A commercial architectural stone, commonly translucent and distinct from commercial marble
|
|
5229
|
+
"A commercial architectural stone, commonly translucent and banded, distinct from commercial marble.",
|
|
1947
5230
|
CROSSOVER_DEFINITION_SOURCES.onyx,
|
|
1948
|
-
|
|
1949
|
-
),
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
5231
|
+
STONE_SLUG2
|
|
5232
|
+
),
|
|
5233
|
+
reparented(
|
|
5234
|
+
crossoverTerm(
|
|
5235
|
+
"travertine",
|
|
5236
|
+
"Travertine",
|
|
5237
|
+
"A banded sedimentary limestone deposited from spring water.",
|
|
5238
|
+
CROSSOVER_DEFINITION_SOURCES.travertine,
|
|
5239
|
+
"limestone"
|
|
5240
|
+
)
|
|
1956
5241
|
),
|
|
1957
5242
|
crossoverTerm(
|
|
1958
5243
|
"alabaster",
|
|
1959
5244
|
"Alabaster",
|
|
1960
5245
|
"A fine-grained, often translucent gypsum used as decorative stone; historical oriental alabaster can denote carbonate stone.",
|
|
1961
5246
|
CROSSOVER_DEFINITION_SOURCES.alabaster,
|
|
1962
|
-
|
|
1963
|
-
),
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
5247
|
+
STONE_SLUG2
|
|
5248
|
+
),
|
|
5249
|
+
reparented(
|
|
5250
|
+
crossoverTerm(
|
|
5251
|
+
"jade",
|
|
5252
|
+
"Jade",
|
|
5253
|
+
"An umbrella gem-material term for nephrite, jadeite, and, under defined conditions, green omphacite; it is not one mineral.",
|
|
5254
|
+
CROSSOVER_DEFINITION_SOURCES.jade,
|
|
5255
|
+
"mineral"
|
|
5256
|
+
)
|
|
1969
5257
|
),
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
5258
|
+
reparented(
|
|
5259
|
+
crossoverTerm(
|
|
5260
|
+
"obsidian",
|
|
5261
|
+
"Obsidian",
|
|
5262
|
+
"Naturally occurring dense volcanic glass, usually rhyolitic and typically but not necessarily black.",
|
|
5263
|
+
CROSSOVER_DEFINITION_SOURCES.obsidian,
|
|
5264
|
+
"mineral"
|
|
5265
|
+
)
|
|
1975
5266
|
),
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
5267
|
+
reparented(
|
|
5268
|
+
crossoverTerm(
|
|
5269
|
+
"terracotta",
|
|
5270
|
+
"Terracotta",
|
|
5271
|
+
"A coarse porous earthenware of fired clay.",
|
|
5272
|
+
`${CROSSOVER_DEFINITION_SOURCES.terracotta}; ${ASTM_C2422}`,
|
|
5273
|
+
"earthenware"
|
|
5274
|
+
)
|
|
1982
5275
|
),
|
|
1983
5276
|
crossoverTerm(
|
|
1984
5277
|
"denim",
|
|
@@ -1990,14 +5283,27 @@ var MATERIAL_TERMS = [
|
|
|
1990
5283
|
...term6(
|
|
1991
5284
|
"vinyl",
|
|
1992
5285
|
"Vinyl",
|
|
1993
|
-
"A
|
|
5286
|
+
"A sheet, tile, film or coated-fabric material whose principal polymer is polyvinyl chloride."
|
|
1994
5287
|
),
|
|
5288
|
+
broaderSlug: "polyvinyl-chloride",
|
|
1995
5289
|
related: [
|
|
1996
5290
|
{ predicate: "reads-as", target: WOOD_TARGET },
|
|
1997
|
-
{ predicate: "reads-as", target:
|
|
5291
|
+
{ predicate: "reads-as", target: STONE_TARGET2 },
|
|
1998
5292
|
{ predicate: "reads-as", target: "material.concrete" }
|
|
1999
|
-
]
|
|
2000
|
-
|
|
5293
|
+
],
|
|
5294
|
+
reviewedAt: COMPOSITION_REVIEW_DATE
|
|
5295
|
+
},
|
|
5296
|
+
...MATERIAL_EVERYDAY_TERMS,
|
|
5297
|
+
...MATERIAL_POLYMERS_TERMS,
|
|
5298
|
+
...MATERIAL_CELLULOSICS_TERMS,
|
|
5299
|
+
...MATERIAL_POLYMER_ADDITIVES_TERMS,
|
|
5300
|
+
...MATERIAL_MINERALS_TERMS,
|
|
5301
|
+
...MATERIAL_MINERAL_ADDITIVES_TERMS,
|
|
5302
|
+
...MATERIAL_METALS_TERMS,
|
|
5303
|
+
...MATERIAL_NATURAL_ORGANIC_TERMS,
|
|
5304
|
+
...MATERIAL_TIMBERS_TERMS,
|
|
5305
|
+
...MATERIAL_TIMBER_SPECIES_TERMS,
|
|
5306
|
+
...MATERIAL_ENGINEERED_WOOD_TERMS
|
|
2001
5307
|
];
|
|
2002
5308
|
|
|
2003
5309
|
// src/axes/mood.ts
|
|
@@ -2331,6 +5637,8 @@ var RETRIEVAL_REGULARITY = "ms_pattern_regularity, a dictionary in a materials-r
|
|
|
2331
5637
|
var RETRIEVAL_DIRECTIONALITY = "ms_directionality, a dictionary in a materials-retrieval system (src-05)";
|
|
2332
5638
|
var GEOMETRY_REVIEW_DATE = "2026-08-31";
|
|
2333
5639
|
var GEOMETRY_SOURCE = "Linear TAX-45 reviewed implementation contract";
|
|
5640
|
+
var REVIEW_DATE7 = "2026-09-11";
|
|
5641
|
+
var REVIEW_SOURCE6 = "everyday-interiors vocabulary review";
|
|
2334
5642
|
var GEOMETRY_EVIDENCE_SOURCE = "Linear TAX-45 reviewed implementation contract; herringbone and chevron product-language audit in a materials-retrieval system (src-05)";
|
|
2335
5643
|
var term7 = (slug, label, definition, extra = {}) => ({
|
|
2336
5644
|
definition,
|
|
@@ -2473,6 +5781,18 @@ var PATTERN_TYPE_TERMS = [
|
|
|
2473
5781
|
"Plaid or check",
|
|
2474
5782
|
"An orthogonal repeat of crossing bands or alternating squares."
|
|
2475
5783
|
),
|
|
5784
|
+
// AUTHORED. Wikidata's `checkerboard` (Q460711) is the game board the motif is named after,
|
|
5785
|
+
// not a definition of the motif. Type only: a checkerboard of tiles is
|
|
5786
|
+
// installation-layout.stack-bond plus this motif, so no layout reading is added.
|
|
5787
|
+
{
|
|
5788
|
+
altLabels: ["chequerboard", "checkerboard pattern"],
|
|
5789
|
+
definition: "A grid repeat of alternating squares in two contrasting tones, whether printed, woven or formed by the units themselves.",
|
|
5790
|
+
introducedAt: REVIEW_DATE7,
|
|
5791
|
+
label: "Checkerboard",
|
|
5792
|
+
provenance: { basis: "authored", source: REVIEW_SOURCE6 },
|
|
5793
|
+
reviewedAt: REVIEW_DATE7,
|
|
5794
|
+
slug: "checkerboard"
|
|
5795
|
+
},
|
|
2476
5796
|
term7(
|
|
2477
5797
|
"scenic",
|
|
2478
5798
|
"Scenic",
|
|
@@ -3094,6 +6414,15 @@ var ESTATE_SNAPSHOT2 = "2026-08-25";
|
|
|
3094
6414
|
var CORPUS2 = "the us_hierarchy_category_v2 level-2 rollup in a materials-marketplace catalogue (src-04)";
|
|
3095
6415
|
var CORPUS_SNAPSHOT2 = "2026-08-27";
|
|
3096
6416
|
var SEARCH_REVIEW_DATE2 = "2026-08-31";
|
|
6417
|
+
var REVIEW_DATE8 = "2026-09-11";
|
|
6418
|
+
var REVIEW_SOURCE7 = "everyday-interiors vocabulary review";
|
|
6419
|
+
var REVIEW_WALK = "uniclass.thenbs.com/taxon, Pr table walked from Pr_20 to Pr_40 with Pr_25_71, Pr_35_31, Pr_35_57, Pr_35_90, Pr_35_93 and Pr_40_50 expanded";
|
|
6420
|
+
var searchedUniclassOnReview = (query) => ({
|
|
6421
|
+
date: REVIEW_DATE8,
|
|
6422
|
+
query,
|
|
6423
|
+
scheme: "uniclass",
|
|
6424
|
+
via: REVIEW_WALK
|
|
6425
|
+
});
|
|
3097
6426
|
var term8 = (slug, label, definition, extra = {}) => ({
|
|
3098
6427
|
definition,
|
|
3099
6428
|
label,
|
|
@@ -3179,6 +6508,27 @@ var PRODUCT_CATEGORY_TERMS = [
|
|
|
3179
6508
|
]
|
|
3180
6509
|
}
|
|
3181
6510
|
),
|
|
6511
|
+
// Narrower than `wallcovering`, not an altLabel of it: wallcovering also covers vinyl and
|
|
6512
|
+
// textile roll goods and rigid panels nobody calls wallpaper, and a buyer asks for wallpaper by
|
|
6513
|
+
// that word without naming paper as the substance. The Uniclass title was read verbatim.
|
|
6514
|
+
term8(
|
|
6515
|
+
"wallpaper",
|
|
6516
|
+
"Wallpaper",
|
|
6517
|
+
"A decorative roll wallcovering hung in drops and pasted to the wall, whatever its face material; not a panel, a paint or a textile hung on a track.",
|
|
6518
|
+
{
|
|
6519
|
+
broaderSlug: "wallcovering",
|
|
6520
|
+
external: [
|
|
6521
|
+
uniclass2(
|
|
6522
|
+
"Pr_35_57_22",
|
|
6523
|
+
"Decorative papers and roll coverings",
|
|
6524
|
+
"close"
|
|
6525
|
+
)
|
|
6526
|
+
],
|
|
6527
|
+
introducedAt: REVIEW_DATE8,
|
|
6528
|
+
provenance: { basis: "authored", source: REVIEW_SOURCE7 },
|
|
6529
|
+
reviewedAt: REVIEW_DATE8
|
|
6530
|
+
}
|
|
6531
|
+
),
|
|
3182
6532
|
fromCorpus(
|
|
3183
6533
|
"luminaire",
|
|
3184
6534
|
"Luminaire",
|
|
@@ -3426,6 +6776,44 @@ var PRODUCT_CATEGORY_TERMS = [
|
|
|
3426
6776
|
)
|
|
3427
6777
|
]
|
|
3428
6778
|
}
|
|
6779
|
+
),
|
|
6780
|
+
term8(
|
|
6781
|
+
"window-blind",
|
|
6782
|
+
"Window blind",
|
|
6783
|
+
"A product fitted to a window opening to control light and privacy by rolling, folding or tilting, independent of its material and operation.",
|
|
6784
|
+
{
|
|
6785
|
+
altLabels: ["blind", "roller blind", "venetian blind", "roman blind"],
|
|
6786
|
+
introducedAt: REVIEW_DATE8,
|
|
6787
|
+
provenance: {
|
|
6788
|
+
basis: "referenced",
|
|
6789
|
+
snapshot: REVIEW_DATE8,
|
|
6790
|
+
source: "Wikidata Q321046 window blind, https://www.wikidata.org/wiki/Q321046"
|
|
6791
|
+
},
|
|
6792
|
+
reviewedAt: REVIEW_DATE8,
|
|
6793
|
+
searchedWithout: [
|
|
6794
|
+
searchedUniclassOnReview(
|
|
6795
|
+
"blind, window blind, roller blind, window covering, window treatment"
|
|
6796
|
+
)
|
|
6797
|
+
]
|
|
6798
|
+
}
|
|
6799
|
+
),
|
|
6800
|
+
// Distinct from `application.pool-decking`, a suitability claim about a poolside; this is the
|
|
6801
|
+
// KIND of thing bought, whatever it is made of and wherever it is laid.
|
|
6802
|
+
term8(
|
|
6803
|
+
"decking",
|
|
6804
|
+
"Decking",
|
|
6805
|
+
"A board or tile product supplied to form an external raised walking surface, independent of whether it is timber, composite or stone and of where it is laid.",
|
|
6806
|
+
{
|
|
6807
|
+
altLabels: ["deck board", "decking board"],
|
|
6808
|
+
introducedAt: REVIEW_DATE8,
|
|
6809
|
+
provenance: { basis: "authored", source: REVIEW_SOURCE7 },
|
|
6810
|
+
reviewedAt: REVIEW_DATE8,
|
|
6811
|
+
searchedWithout: [
|
|
6812
|
+
searchedUniclassOnReview(
|
|
6813
|
+
"decking, deck board, decking board, deck tile"
|
|
6814
|
+
)
|
|
6815
|
+
]
|
|
6816
|
+
}
|
|
3429
6817
|
)
|
|
3430
6818
|
];
|
|
3431
6819
|
|
|
@@ -3492,12 +6880,12 @@ var REQUIREMENT_TERMS = [
|
|
|
3492
6880
|
];
|
|
3493
6881
|
|
|
3494
6882
|
// src/axes/season.ts
|
|
3495
|
-
var
|
|
6883
|
+
var REVIEW_DATE9 = "2026-09-11";
|
|
3496
6884
|
var AUTHORED5 = {
|
|
3497
6885
|
basis: "authored",
|
|
3498
6886
|
source: "@instruments/taxonomy ADR 0006"
|
|
3499
6887
|
};
|
|
3500
|
-
var
|
|
6888
|
+
var wikidata4 = (identifier, label) => ({
|
|
3501
6889
|
identifier,
|
|
3502
6890
|
label,
|
|
3503
6891
|
match: "exact",
|
|
@@ -3505,10 +6893,10 @@ var wikidata = (identifier, label) => ({
|
|
|
3505
6893
|
});
|
|
3506
6894
|
var term10 = (slug, label, definition, extra) => ({
|
|
3507
6895
|
definition,
|
|
3508
|
-
introducedAt:
|
|
6896
|
+
introducedAt: REVIEW_DATE9,
|
|
3509
6897
|
label,
|
|
3510
6898
|
provenance: AUTHORED5,
|
|
3511
|
-
reviewedAt:
|
|
6899
|
+
reviewedAt: REVIEW_DATE9,
|
|
3512
6900
|
slug,
|
|
3513
6901
|
...extra
|
|
3514
6902
|
});
|
|
@@ -3517,25 +6905,25 @@ var SEASON_TERMS = [
|
|
|
3517
6905
|
"spring",
|
|
3518
6906
|
"Spring",
|
|
3519
6907
|
"The temperate season between winter and summer, when the days lengthen.",
|
|
3520
|
-
{ external: [
|
|
6908
|
+
{ external: [wikidata4("Q1312", "spring")] }
|
|
3521
6909
|
),
|
|
3522
6910
|
term10(
|
|
3523
6911
|
"summer",
|
|
3524
6912
|
"Summer",
|
|
3525
6913
|
"The temperate season between spring and autumn, when the days are longest.",
|
|
3526
|
-
{ external: [
|
|
6914
|
+
{ external: [wikidata4("Q1313", "summer")] }
|
|
3527
6915
|
),
|
|
3528
6916
|
term10(
|
|
3529
6917
|
"autumn",
|
|
3530
6918
|
"Autumn",
|
|
3531
6919
|
"The temperate season between summer and winter, when the days shorten.",
|
|
3532
|
-
{ altLabels: ["fall"], external: [
|
|
6920
|
+
{ altLabels: ["fall"], external: [wikidata4("Q1314", "autumn")] }
|
|
3533
6921
|
),
|
|
3534
6922
|
term10(
|
|
3535
6923
|
"winter",
|
|
3536
6924
|
"Winter",
|
|
3537
6925
|
"The temperate season between autumn and spring, when the days are shortest.",
|
|
3538
|
-
{ external: [
|
|
6926
|
+
{ external: [wikidata4("Q1311", "winter")] }
|
|
3539
6927
|
)
|
|
3540
6928
|
];
|
|
3541
6929
|
|
|
@@ -4242,6 +7630,7 @@ var FITNESS_SPACES = [
|
|
|
4242
7630
|
];
|
|
4243
7631
|
|
|
4244
7632
|
// src/axes/space/gathering.ts
|
|
7633
|
+
var LIVING_ROOM = "living-room";
|
|
4245
7634
|
var GATHERING_SPACES = [
|
|
4246
7635
|
// ─── Sitting and gathering ──────────────────────────────────────────────────────────────────
|
|
4247
7636
|
// The spine's largest single block, and the one where the near-synonym rule earns its keep. Nine
|
|
@@ -4260,12 +7649,12 @@ var GATHERING_SPACES = [
|
|
|
4260
7649
|
provenance: MS_ROOM_PROGRAM,
|
|
4261
7650
|
related: [serves("residential")],
|
|
4262
7651
|
seenAs: ["Living Room", "living_area"],
|
|
4263
|
-
slug:
|
|
7652
|
+
slug: LIVING_ROOM,
|
|
4264
7653
|
usage: schemeUsage("common")
|
|
4265
7654
|
},
|
|
4266
7655
|
{
|
|
4267
7656
|
altLabels: ["den"],
|
|
4268
|
-
broaderSlug:
|
|
7657
|
+
broaderSlug: LIVING_ROOM,
|
|
4269
7658
|
definition: "A small, enclosed and deliberately low-lit sitting volume held as a retreat from the main `living_room`, rather than as a substitute for it.",
|
|
4270
7659
|
external: [
|
|
4271
7660
|
aat2("300004416", "dens (rooms)", "close"),
|
|
@@ -4275,6 +7664,14 @@ var GATHERING_SPACES = [
|
|
|
4275
7664
|
provenance: AUTHORED6,
|
|
4276
7665
|
slug: "snug"
|
|
4277
7666
|
},
|
|
7667
|
+
{
|
|
7668
|
+
broaderSlug: LIVING_ROOM,
|
|
7669
|
+
definition: "A formal sitting volume kept for receiving guests, held apart from the household's everyday `living_room` and finished to be seen rather than lived in. British usage, and the reason it is a term rather than another name for `living_room`: a house with both uses them differently.",
|
|
7670
|
+
label: "Drawing Room",
|
|
7671
|
+
provenance: AUTHORED6,
|
|
7672
|
+
seenAs: ["Drawing Room", "drawing room"],
|
|
7673
|
+
slug: "drawing-room"
|
|
7674
|
+
},
|
|
4278
7675
|
{
|
|
4279
7676
|
definition: "A soft-seated volume for waiting or informal use in a commercial setting; separated from `hospitality_lobby` by being sat in rather than passed through.",
|
|
4280
7677
|
external: [aat2("300004436", "lounges (sitting rooms)", "close")],
|
|
@@ -5381,6 +8778,7 @@ var TRADITION = "tradition";
|
|
|
5381
8778
|
var AAT_ENDPOINT = "vocab.getty.edu/sparql";
|
|
5382
8779
|
var SCHEME_SNAPSHOT2 = "2026-08-18";
|
|
5383
8780
|
var SCHEME_CORPUS2 = "room schemes in a furnishings retailer (src-03)";
|
|
8781
|
+
var REVIEW_DATE10 = "2026-09-11";
|
|
5384
8782
|
var aat3 = (slug, label, match) => ({
|
|
5385
8783
|
identifier: slug,
|
|
5386
8784
|
label,
|
|
@@ -5692,6 +9090,34 @@ var STYLE_TERMS = [
|
|
|
5692
9090
|
slug: "wabi-sabi",
|
|
5693
9091
|
styleKind: TRADITION
|
|
5694
9092
|
},
|
|
9093
|
+
// Defined by the blend, so it is neither parent; the anchor in style-anchors.ts names neither.
|
|
9094
|
+
{
|
|
9095
|
+
definition: "A market idiom fusing Japanese restraint with Nordic domestic warmth: low, pared-back forms, natural materials left plain, muted earth tones, and an accepted patina.",
|
|
9096
|
+
external: [
|
|
9097
|
+
{
|
|
9098
|
+
identifier: "Q106092136",
|
|
9099
|
+
label: "Japandi",
|
|
9100
|
+
match: "exact",
|
|
9101
|
+
scheme: "wikidata"
|
|
9102
|
+
}
|
|
9103
|
+
],
|
|
9104
|
+
introducedAt: REVIEW_DATE10,
|
|
9105
|
+
label: "Japandi",
|
|
9106
|
+
provenance: {
|
|
9107
|
+
basis: "referenced",
|
|
9108
|
+
snapshot: REVIEW_DATE10,
|
|
9109
|
+
source: "Wikidata Q106092136 Japandi, https://www.wikidata.org/wiki/Q106092136"
|
|
9110
|
+
},
|
|
9111
|
+
related: [
|
|
9112
|
+
{ predicate: "blend-of", target: "style.minimalism" },
|
|
9113
|
+
{ predicate: "blend-of", target: "style.wabi-sabi" },
|
|
9114
|
+
{ predicate: "evokes", target: "place.region.japanese" },
|
|
9115
|
+
{ predicate: "evokes", target: "place.region.nordic" }
|
|
9116
|
+
],
|
|
9117
|
+
reviewedAt: REVIEW_DATE10,
|
|
9118
|
+
slug: "japandi",
|
|
9119
|
+
styleKind: MARKET_IDIOM
|
|
9120
|
+
},
|
|
5695
9121
|
{
|
|
5696
9122
|
altLabels: ["boho"],
|
|
5697
9123
|
definition: "Layered, collected and informal, drawing pattern and object from many cultures without resolving them into one scheme.",
|
|
@@ -6270,15 +9696,15 @@ var TYPOLOGY_TERMS = [
|
|
|
6270
9696
|
];
|
|
6271
9697
|
|
|
6272
9698
|
// src/axes/unit-shape.ts
|
|
6273
|
-
var
|
|
6274
|
-
var
|
|
9699
|
+
var REVIEW_DATE11 = "2026-08-31";
|
|
9700
|
+
var REVIEW_SOURCE8 = "@instruments/taxonomy TAX-45 reviewed implementation contract";
|
|
6275
9701
|
var PICKET_SOURCE = "Linear TAX-45 reviewed implementation contract; picket product fixture in a materials-retrieval system (src-05)";
|
|
6276
9702
|
var term11 = (slug, label, definition, extra = {}) => ({
|
|
6277
9703
|
definition,
|
|
6278
|
-
introducedAt:
|
|
9704
|
+
introducedAt: REVIEW_DATE11,
|
|
6279
9705
|
label,
|
|
6280
|
-
provenance: { basis: "authored", source:
|
|
6281
|
-
reviewedAt:
|
|
9706
|
+
provenance: { basis: "authored", source: REVIEW_SOURCE8 },
|
|
9707
|
+
reviewedAt: REVIEW_DATE11,
|
|
6282
9708
|
slug,
|
|
6283
9709
|
...extra
|
|
6284
9710
|
});
|
|
@@ -6332,7 +9758,7 @@ var UNIT_SHAPE_TERMS = [
|
|
|
6332
9758
|
{
|
|
6333
9759
|
provenance: {
|
|
6334
9760
|
basis: "referenced",
|
|
6335
|
-
snapshot:
|
|
9761
|
+
snapshot: REVIEW_DATE11,
|
|
6336
9762
|
source: PICKET_SOURCE
|
|
6337
9763
|
}
|
|
6338
9764
|
}
|
|
@@ -6821,6 +10247,9 @@ var GATHERING_ANCHORS = {
|
|
|
6821
10247
|
"community-room": [
|
|
6822
10248
|
"A plain bookable hall with stacking chairs against the wall, folding tables, a serving hatch to a small kitchen, and a floor marked from years of different uses"
|
|
6823
10249
|
],
|
|
10250
|
+
"drawing-room": [
|
|
10251
|
+
"A formal front sitting room kept for visitors, with a matched pair of sofas facing each other across a low table, a fireplace with pictures hung above it, full-length curtains, a rug over the boards and nothing of the household's day left out"
|
|
10252
|
+
],
|
|
6824
10253
|
"family-lounge": [
|
|
6825
10254
|
"Wipe-clean soft seating in small groups with a low table between, a water dispenser, tissues, a quiet corner with a lamp, and a door back onto a clinical corridor"
|
|
6826
10255
|
],
|
|
@@ -7285,6 +10714,9 @@ var STYLE_ANCHORS = {
|
|
|
7285
10714
|
industrial: [
|
|
7286
10715
|
"Industrial interior with exposed brick walls, steel beams, concrete floors, factory windows, metal shelving, Edison bulbs, leather furniture, raw surfaces, converted warehouse or loft space, utilitarian aesthetic"
|
|
7287
10716
|
],
|
|
10717
|
+
japandi: [
|
|
10718
|
+
"Japandi interior with low platform furniture in pale oak and black-stained ash, paper and linen shades, a single ceramic vessel on a plain shelf, walls in warm off-white lime, floors in light timber, and every surface left with its natural grain and no pattern"
|
|
10719
|
+
],
|
|
7288
10720
|
maximalism: [
|
|
7289
10721
|
"Bold maximalist interior with rich colours, statement art, mixed patterns, velvet upholstery, lacquered surfaces, decorative objects, gallery walls, patterned rugs, brass accents, eclectic furniture mixing periods and styles"
|
|
7290
10722
|
],
|
|
@@ -7688,8 +11120,8 @@ var resolveReference = (reference) => INDEX.byKey.get(canonicalKey(reference));
|
|
|
7688
11120
|
|
|
7689
11121
|
// src/v1.ts
|
|
7690
11122
|
var TAXONOMY_BASE_URI = "https://taxonomy.materialinstruments.com";
|
|
7691
|
-
var TAXONOMY_SNAPSHOT = "2026-09-
|
|
7692
|
-
var TAXONOMY_VERSION = "1.
|
|
11123
|
+
var TAXONOMY_SNAPSHOT = "2026-09-22";
|
|
11124
|
+
var TAXONOMY_VERSION = "1.6.0";
|
|
7693
11125
|
var PUBLISHED_V1_BASELINE = "2026-08-30";
|
|
7694
11126
|
var TAX45_REVIEW_SNAPSHOT = "2026-08-31";
|
|
7695
11127
|
var LIMESTONE_INTRODUCED = "2026-09-01";
|
|
@@ -7972,6 +11404,57 @@ var WALNUT_COLOUR = {
|
|
|
7972
11404
|
...colorScope("brown-grayish-walnut", NAMED_COLOR_REFERENCE_KIND),
|
|
7973
11405
|
role: "secondary"
|
|
7974
11406
|
};
|
|
11407
|
+
var ordered = (path, role) => ({
|
|
11408
|
+
authority: "taxonomy",
|
|
11409
|
+
role,
|
|
11410
|
+
uri: `${TAXONOMY_BASE_URI}/id/${path}`
|
|
11411
|
+
});
|
|
11412
|
+
var ENGINEERED_QUARTZ_SURFACING = ordered(
|
|
11413
|
+
"material/engineered-quartz",
|
|
11414
|
+
"primary"
|
|
11415
|
+
);
|
|
11416
|
+
var QUARTZ_MINERAL = ordered("material/quartz", "secondary");
|
|
11417
|
+
var MELAMINE_BOARD = ordered("material/melamine-faced-board", "primary");
|
|
11418
|
+
var MELAMINE_RESIN = ordered("material/melamine", "secondary");
|
|
11419
|
+
var HIERARCHY_REVIEW_DATE = "2026-09-22";
|
|
11420
|
+
var ORDERED_READING_EVIDENCE = "stored material values in a materials-retrieval system (src-05)";
|
|
11421
|
+
var HIERARCHY_REVIEW_LIFECYCLE = {
|
|
11422
|
+
introducedAt: HIERARCHY_REVIEW_DATE,
|
|
11423
|
+
reviewedAt: HIERARCHY_REVIEW_DATE,
|
|
11424
|
+
status: "active"
|
|
11425
|
+
};
|
|
11426
|
+
var AMBIGUITY_GOVERNANCE = "Taxonomy preserves the governed readings without assigning a default, role, contextual preference, or consumer route.";
|
|
11427
|
+
var REVIEW_DATE12 = "2026-09-11";
|
|
11428
|
+
var REVIEW_LIFECYCLE = {
|
|
11429
|
+
introducedAt: REVIEW_DATE12,
|
|
11430
|
+
reviewedAt: REVIEW_DATE12,
|
|
11431
|
+
status: "active"
|
|
11432
|
+
};
|
|
11433
|
+
var REVIEW_SOURCE9 = "everyday-interiors vocabulary review";
|
|
11434
|
+
var COLORSCOPE_INSTALLED = "@instruments/colorscope 7.6.0 data/reference/v1/taxonomy.json";
|
|
11435
|
+
var reviewedTaxonomy = (path) => ({
|
|
11436
|
+
authority: "taxonomy",
|
|
11437
|
+
uri: `${TAXONOMY_BASE_URI}/id/${path}`
|
|
11438
|
+
});
|
|
11439
|
+
var referencedCrossover = (phrase, taxonomyPath, colorScopeIdentifier, explanation, definitionSource, introducedAt = HIERARCHY_REVIEW_DATE, additionalReadings = []) => ({
|
|
11440
|
+
explanation,
|
|
11441
|
+
governance: lexicalGovernance(
|
|
11442
|
+
AMBIGUITY_GOVERNANCE,
|
|
11443
|
+
{
|
|
11444
|
+
basis: "referenced",
|
|
11445
|
+
snapshot: HIERARCHY_REVIEW_DATE,
|
|
11446
|
+
source: `${definitionSource}; ${COLORSCOPE_INSTALLED} concept ${colorScopeIdentifier}`
|
|
11447
|
+
},
|
|
11448
|
+
{ introducedAt, reviewedAt: HIERARCHY_REVIEW_DATE, status: "active" }
|
|
11449
|
+
),
|
|
11450
|
+
outcome: "ambiguous",
|
|
11451
|
+
phrase,
|
|
11452
|
+
readings: [
|
|
11453
|
+
reviewedTaxonomy(taxonomyPath),
|
|
11454
|
+
colorScope(colorScopeIdentifier, NAMED_COLOR_REFERENCE_KIND),
|
|
11455
|
+
...additionalReadings
|
|
11456
|
+
]
|
|
11457
|
+
});
|
|
7975
11458
|
var crossoverAmbiguity = (phrase, taxonomyUri, colorScopeIdentifier, explanation, source, additionalTaxonomyUris = []) => ({
|
|
7976
11459
|
explanation,
|
|
7977
11460
|
governance: lexicalGovernance(
|
|
@@ -8013,7 +11496,7 @@ var crossoverTaxonomyAmbiguity = (phrase, readings, explanation, source, snapsho
|
|
|
8013
11496
|
return {
|
|
8014
11497
|
explanation,
|
|
8015
11498
|
governance: lexicalGovernance(
|
|
8016
|
-
|
|
11499
|
+
AMBIGUITY_GOVERNANCE,
|
|
8017
11500
|
{
|
|
8018
11501
|
basis,
|
|
8019
11502
|
snapshot,
|
|
@@ -8283,6 +11766,133 @@ var AUTHORED_LEXICAL_ENTRIES = [
|
|
|
8283
11766
|
"Terracotta can name a fired-clay material or a ColorScope named colour; firing and composition do not establish orange appearance.",
|
|
8284
11767
|
crossoverSource("terracotta")
|
|
8285
11768
|
),
|
|
11769
|
+
{
|
|
11770
|
+
explanation: "Brick can name fired clay masonry material or a ColorScope named colour; the material need not be red and the colour is not a substance.",
|
|
11771
|
+
governance: lexicalGovernance(
|
|
11772
|
+
AMBIGUITY_GOVERNANCE,
|
|
11773
|
+
{
|
|
11774
|
+
basis: "referenced",
|
|
11775
|
+
snapshot: REVIEW_DATE12,
|
|
11776
|
+
source: `Wikidata Q40089 brick, https://www.wikidata.org/wiki/Q40089; ${COLORSCOPE_INSTALLED} concept red-mid-brick`
|
|
11777
|
+
},
|
|
11778
|
+
REVIEW_LIFECYCLE
|
|
11779
|
+
),
|
|
11780
|
+
outcome: "ambiguous",
|
|
11781
|
+
phrase: "brick",
|
|
11782
|
+
readings: [
|
|
11783
|
+
reviewedTaxonomy("material/brick"),
|
|
11784
|
+
colorScope("red-mid-brick", NAMED_COLOR_REFERENCE_KIND)
|
|
11785
|
+
]
|
|
11786
|
+
},
|
|
11787
|
+
// Colour-material crossovers found by comparing every material label with the installed
|
|
11788
|
+
// ColorScope names on 2026-09-22. No retrieval evidence orders either reading, so each keeps
|
|
11789
|
+
// both without a default or a role, as brick does.
|
|
11790
|
+
referencedCrossover(
|
|
11791
|
+
"porcelain",
|
|
11792
|
+
"material/porcelain",
|
|
11793
|
+
"white-off-porcelain",
|
|
11794
|
+
"Porcelain can name a vitrified ceramic body or a ColorScope named colour; the colour does not establish the body.",
|
|
11795
|
+
"ISO 13006:2018; ANSI A137.1",
|
|
11796
|
+
PUBLISHED_V1_BASELINE
|
|
11797
|
+
),
|
|
11798
|
+
referencedCrossover(
|
|
11799
|
+
"sand",
|
|
11800
|
+
"material/sand",
|
|
11801
|
+
"beige-muted-sand",
|
|
11802
|
+
"Sand can name loose mineral grains, a ColorScope named colour, or the beige colour family ColorScope lists it under; none implies another.",
|
|
11803
|
+
"ISO 14688-1:2017",
|
|
11804
|
+
PUBLISHED_V1_BASELINE,
|
|
11805
|
+
[colorScope("beige", COLOR_FAMILY_REFERENCE_KIND)]
|
|
11806
|
+
),
|
|
11807
|
+
referencedCrossover(
|
|
11808
|
+
"camel",
|
|
11809
|
+
"material/camel-hair",
|
|
11810
|
+
"beige-cream-camel",
|
|
11811
|
+
"Camel can name hair from a camel or a ColorScope named colour; the fibre need not be that colour.",
|
|
11812
|
+
"Regulation (EU) No 1007/2011 Annex I row 2"
|
|
11813
|
+
),
|
|
11814
|
+
referencedCrossover(
|
|
11815
|
+
"ash",
|
|
11816
|
+
"material/ash",
|
|
11817
|
+
"gray-light-ash-gray",
|
|
11818
|
+
"Ash can name timber of the genus Fraxinus or an alias of the ColorScope named colour Ash Gray; neither reading implies the other.",
|
|
11819
|
+
"USDA Wood Handbook (2021), chapter 2"
|
|
11820
|
+
),
|
|
11821
|
+
referencedCrossover(
|
|
11822
|
+
"eucalyptus",
|
|
11823
|
+
"material/eucalyptus",
|
|
11824
|
+
"green-grayish-eucalyptus",
|
|
11825
|
+
"Eucalyptus can name timber of the genus Eucalyptus or a ColorScope named colour; neither reading implies the other.",
|
|
11826
|
+
"EN 13556:2003"
|
|
11827
|
+
),
|
|
11828
|
+
referencedCrossover(
|
|
11829
|
+
"pine",
|
|
11830
|
+
"material/pine",
|
|
11831
|
+
"green-deep-pine",
|
|
11832
|
+
"Pine can name timber of the genus Pinus or a ColorScope named colour; neither reading implies the other.",
|
|
11833
|
+
"USDA Wood Handbook (2021), chapter 2"
|
|
11834
|
+
),
|
|
11835
|
+
// Quartz and melamine each name two materials in one word, and the trade uses the word for one
|
|
11836
|
+
// of them first: `quartz` is the engineered surfacing before the mineral, `melamine` the faced
|
|
11837
|
+
// board before the resin. Both readings are on the material axis, so the ordering is a default
|
|
11838
|
+
// and a role, never a colour-or-material context. Decided 2026-09-22 and recorded in ADR 0007.
|
|
11839
|
+
//
|
|
11840
|
+
// The evidence, read from the consumer's stored material values on 2026-09-22 and kept here
|
|
11841
|
+
// because a count is not ours to publish: of 1,490 stored quartz rows, 801 sat on large-format
|
|
11842
|
+
// slab, 102 on solid surface and 98 on natural stone; of 2,816 stored melamine rows, 2,650 sat on
|
|
11843
|
+
// laminate surface.
|
|
11844
|
+
{
|
|
11845
|
+
defaultTarget: ENGINEERED_QUARTZ_SURFACING,
|
|
11846
|
+
explanation: "Quartz can name the engineered quartz surfacing sold for worktops or the mineral silicon dioxide; the trade means the surfacing first, and neither is a child of the other.",
|
|
11847
|
+
governance: lexicalGovernance(
|
|
11848
|
+
"The two readings are deliberately separate; the default records trade usage and does not merge the concepts.",
|
|
11849
|
+
{
|
|
11850
|
+
basis: "evidenced",
|
|
11851
|
+
snapshot: HIERARCHY_REVIEW_DATE,
|
|
11852
|
+
source: `${ORDERED_READING_EVIDENCE}, quartz rows by product type; EN 14618 and EN 15285 (agglomerated stone); CAS 14808-60-7 (quartz)`
|
|
11853
|
+
},
|
|
11854
|
+
HIERARCHY_REVIEW_LIFECYCLE
|
|
11855
|
+
),
|
|
11856
|
+
outcome: "ambiguous",
|
|
11857
|
+
phrase: "quartz",
|
|
11858
|
+
readings: [ENGINEERED_QUARTZ_SURFACING, QUARTZ_MINERAL]
|
|
11859
|
+
},
|
|
11860
|
+
{
|
|
11861
|
+
defaultTarget: MELAMINE_BOARD,
|
|
11862
|
+
explanation: "Melamine can name melamine-faced board, the panel, or melamine-formaldehyde resin, the polymer its facing is made of; joinery and retail mean the board first.",
|
|
11863
|
+
governance: lexicalGovernance(
|
|
11864
|
+
"The two readings are deliberately separate; the default records trade usage and does not merge the concepts.",
|
|
11865
|
+
{
|
|
11866
|
+
basis: "evidenced",
|
|
11867
|
+
snapshot: HIERARCHY_REVIEW_DATE,
|
|
11868
|
+
source: `${ORDERED_READING_EVIDENCE}, melamine rows by product type; EN 14322 (melamine faced boards); ISO 1043-1 MF (melamine-formaldehyde resin)`
|
|
11869
|
+
},
|
|
11870
|
+
HIERARCHY_REVIEW_LIFECYCLE
|
|
11871
|
+
),
|
|
11872
|
+
outcome: "ambiguous",
|
|
11873
|
+
phrase: "melamine",
|
|
11874
|
+
readings: [MELAMINE_BOARD, MELAMINE_RESIN]
|
|
11875
|
+
},
|
|
11876
|
+
// Plaster: one governed material reading here. ColorScope separately lists `plaster` as an
|
|
11877
|
+
// alias of its Light Taupe tone band, and a tone band has no reference kind in this corpus, so
|
|
11878
|
+
// the colour reading cannot be a target without inventing one. The mosaic precedent applies:
|
|
11879
|
+
// publish the domain reading and say that consumers must union the external colour alias. If a
|
|
11880
|
+
// tone-band reference kind is added, rewrite this as an ambiguity.
|
|
11881
|
+
{
|
|
11882
|
+
explanation: "Plaster has one governed material reading in this corpus. ColorScope separately lists plaster as an alias of its Light Taupe tone band; consumers must union that external colour reading with this one rather than let either shadow the other.",
|
|
11883
|
+
governance: lexicalGovernance(
|
|
11884
|
+
"Taxonomy records the referenced material reading without assigning a consumer route; the ColorScope tone-band alias has no reference kind in this corpus and is declared rather than minted.",
|
|
11885
|
+
{
|
|
11886
|
+
basis: "referenced",
|
|
11887
|
+
snapshot: REVIEW_DATE12,
|
|
11888
|
+
source: `Wikidata Q274988 plaster, https://www.wikidata.org/wiki/Q274988; ${COLORSCOPE_INSTALLED} tone band taupe-light alias plaster`
|
|
11889
|
+
},
|
|
11890
|
+
REVIEW_LIFECYCLE
|
|
11891
|
+
),
|
|
11892
|
+
outcome: "equivalent",
|
|
11893
|
+
phrase: "plaster",
|
|
11894
|
+
target: reviewedTaxonomy("material/plaster")
|
|
11895
|
+
},
|
|
8286
11896
|
crossoverEquivalent(
|
|
8287
11897
|
"cotton",
|
|
8288
11898
|
`${TAXONOMY_BASE_URI}/id/material/cotton`,
|
|
@@ -8401,6 +12011,35 @@ var AUTHORED_LEXICAL_ENTRIES = [
|
|
|
8401
12011
|
phrase: "walnut",
|
|
8402
12012
|
readings: [WALNUT_MATERIAL, WALNUT_COLOUR]
|
|
8403
12013
|
},
|
|
12014
|
+
// `application.wall-backsplash` is vendored in `dictionaries.ts`, whose tests deep-equal the
|
|
12015
|
+
// authoring tuples, so the British spelling is an authored equivalent rather than an altLabel.
|
|
12016
|
+
{
|
|
12017
|
+
explanation: "Splashback is the British name for the wall surface behind a worktop, basin or hob; it is the same application as backsplash and names no material.",
|
|
12018
|
+
governance: lexicalGovernance(
|
|
12019
|
+
"Taxonomy records the equivalent regional spelling without assigning a consumer route.",
|
|
12020
|
+
{ basis: "authored", source: REVIEW_SOURCE9 },
|
|
12021
|
+
REVIEW_LIFECYCLE
|
|
12022
|
+
),
|
|
12023
|
+
outcome: "equivalent",
|
|
12024
|
+
phrase: "splashback",
|
|
12025
|
+
target: reviewedTaxonomy("application/wall-backsplash")
|
|
12026
|
+
},
|
|
12027
|
+
// Benchtop takes the same three readings `countertop` resolves to by inference.
|
|
12028
|
+
{
|
|
12029
|
+
explanation: "Benchtop is the Australian and New Zealand name for a countertop or worktop; like those words it can name the application, the installed joinery element, or the purchasable product, and the word settles none of them.",
|
|
12030
|
+
governance: lexicalGovernance(
|
|
12031
|
+
AMBIGUITY_GOVERNANCE,
|
|
12032
|
+
{ basis: "authored", source: REVIEW_SOURCE9 },
|
|
12033
|
+
REVIEW_LIFECYCLE
|
|
12034
|
+
),
|
|
12035
|
+
outcome: "ambiguous",
|
|
12036
|
+
phrase: "benchtop",
|
|
12037
|
+
readings: [
|
|
12038
|
+
reviewedTaxonomy("application/countertop"),
|
|
12039
|
+
reviewedTaxonomy("element/worktop"),
|
|
12040
|
+
reviewedTaxonomy("product-category/countertop")
|
|
12041
|
+
]
|
|
12042
|
+
},
|
|
8404
12043
|
{
|
|
8405
12044
|
explanation: "The phrase makes an environmental performance claim that needs product evidence, not a terminology-only mapping.",
|
|
8406
12045
|
governance: lexicalGovernance(
|
|
@@ -8463,7 +12102,7 @@ var inferredLifecycle = (readings) => {
|
|
|
8463
12102
|
};
|
|
8464
12103
|
};
|
|
8465
12104
|
var inferredLexicalEntries = () => {
|
|
8466
|
-
const
|
|
12105
|
+
const authored4 = new Set(
|
|
8467
12106
|
AUTHORED_LEXICAL_ENTRIES.map((entry) => entry.phrase)
|
|
8468
12107
|
);
|
|
8469
12108
|
const targetsByPhrase = /* @__PURE__ */ new Map();
|
|
@@ -8482,7 +12121,7 @@ var inferredLexicalEntries = () => {
|
|
|
8482
12121
|
targetsByPhrase.set(phrase, readings);
|
|
8483
12122
|
}
|
|
8484
12123
|
}
|
|
8485
|
-
return [...targetsByPhrase].filter(([phrase]) => !
|
|
12124
|
+
return [...targetsByPhrase].filter(([phrase]) => !authored4.has(phrase)).map(([phrase, readings]) => {
|
|
8486
12125
|
const [first, second, ...rest] = readings;
|
|
8487
12126
|
if (first === void 0) {
|
|
8488
12127
|
throw new Error(`Lexical phrase "${phrase}" has no reading.`);
|